- Joined
- Mar 28, 2016
- Messages
- 1,623
- Reaction score
- 1,439
- First Language
- French
- Primarily Uses
- RMMV
Hi guys
What I'm doing wrong.
I try show animation ID 1 to a position X and Y.
inside script call ?
XXpos = $gameVariables.value( 42 );
YYpos = $gameVariables.value( 43 );
$gameScreen.animation_id(1, XXpos, YYpos);
tank you
What I'm doing wrong.
I try show animation ID 1 to a position X and Y.
inside script call ?
XXpos = $gameVariables.value( 42 );
YYpos = $gameVariables.value( 43 );
$gameScreen.animation_id(1, XXpos, YYpos);
tank you
