- Joined
- Sep 9, 2013
- Messages
- 178
- Reaction score
- 40
- First Language
- German
- Primarily Uses
- RMMV
Hello people.
Currently I'm trying to figure out how I can move events to a position on the screen/view field of the player. I know how to move events with a script call:
But how can I set the x and y position relative to the screen?
I mean something like this:
Thanks in advance!
Currently I'm trying to figure out how I can move events to a position on the screen/view field of the player. I know how to move events with a script call:
$gameMap.event($variable).setPosition(x , y)
But how can I set the x and y position relative to the screen?
I mean something like this:
$gameMap.event($variable).setPosition(screen_x/2-400, screen_y/2)
Thanks in advance!