- Joined
- Mar 28, 2016
- Messages
- 1,623
- Reaction score
- 1,439
- First Language
- French
- Primarily Uses
- RMMV
Hi guys.
i try get the screenX of a dynamic event but not seem work , if some can explain me why
$gameMap.event().screenX
This give me
function () {
var tw = $gameMap.tileWidth();
return Math.round(this.scrolledX() * tw + tw / 2);
}
I try many way but without success.
i try get the screenX of a dynamic event but not seem work , if some can explain me why
$gameMap.event().screenX
This give me
function () {
var tw = $gameMap.tileWidth();
return Math.round(this.scrolledX() * tw + tw / 2);
}
I try many way but without success.
Last edited by a moderator:
