Opt7ons Member 71 Jan 30, 2008 #1 Hi, Anyone know how I would get an events sprite pixel X and Y values relative to the screen (not tile)? -OPT7ONS-
Hi, Anyone know how I would get an events sprite pixel X and Y values relative to the screen (not tile)? -OPT7ONS-
Brewmeister Sponsor 742 Jan 30, 2008 #2 $game_map.events[n].screen_x $game_map.events[n].screen_y where 'n' is the event number Upvote 0 Downvote