- Joined
- Mar 28, 2016
- Messages
- 1,623
- Reaction score
- 1,439
- First Language
- French
- Primarily Uses
- RMMV
Hi guys !
Why is this code not working ???
XXX = $gameScreen._pictures[54].x;
YYY = $gameScreen._pictures[54].y;
$gameVariables.setValue(1, XXX);
$gameVariables.setValue(2, YYY);
I would like to get the coordinates, X and Y, an image has the screenshot.
Why is this code not working ???
XXX = $gameScreen._pictures[54].x;
YYY = $gameScreen._pictures[54].y;
$gameVariables.setValue(1, XXX);
$gameVariables.setValue(2, YYY);
I would like to get the coordinates, X and Y, an image has the screenshot.
