- Joined
- Feb 20, 2016
- Messages
- 327
- Reaction score
- 40
- First Language
- English
- Primarily Uses
RMMV has had a lot of updates in the past year, and I'm trying to get back into it but some things have definitely shifted on me.
For example, this command used to work for moving an event to the cursor (by pixel, not by grid):
...but it no longer functions.
Any ideas on how this may have changed and what I might try differently?
Thanks in advance!
For example, this command used to work for moving an event to the cursor (by pixel, not by grid):
Code:
$gameMap.event(event#).setPixelPosition($gameVariables.value(var1),$gameVariables.value(var2));
...but it no longer functions.
Any ideas on how this may have changed and what I might try differently?
Thanks in advance!