- Joined
- Mar 28, 2016
- Messages
- 1,623
- Reaction score
- 1,440
- First Language
- French
- Primarily Uses
- RMMV
Hi guys.
This other way to do thats. i need to set the actor(1) to alpha 0 ?
$gameActors.actor(1)._hidden = true;
$gamePlayer.refresh();
Because when hide, this make move the actor(2) to the actor(1) position.!!! by the hell
I need to set him transparent only and try a lot of thing here.
All this no work !
$gameActors.actor(1).opacity = 0;
$gamePlayer.refresh();
$gameActors.actor(1).isTransparent() = true;
$gamePlayer.refresh();
$gameActors.actor(1).visible = false
$gamePlayer.refresh();
$gameActors.actor(1).setBlendColor([0, 0, 0, 0]);
$gamePlayer.refresh();
Tank you guys, if this is possible ?
This other way to do thats. i need to set the actor(1) to alpha 0 ?
$gameActors.actor(1)._hidden = true;
$gamePlayer.refresh();
Because when hide, this make move the actor(2) to the actor(1) position.!!! by the hell
I need to set him transparent only and try a lot of thing here.
All this no work !
$gameActors.actor(1).opacity = 0;
$gamePlayer.refresh();
$gameActors.actor(1).isTransparent() = true;
$gamePlayer.refresh();
$gameActors.actor(1).visible = false
$gamePlayer.refresh();
$gameActors.actor(1).setBlendColor([0, 0, 0, 0]);
$gamePlayer.refresh();
Tank you guys, if this is possible ?

