Event Screen Coordinates

● ARCHIVED · READ-ONLY
Started by Thendon 9 posts View original ↗
  1. Hello,

    i want to show health bars above some of my events (creeps), but to do so i think i need to figure out the screen x and y of the Event. Any idea how i could do that?

    ~Thendon
  2. Control Variables > Game Data> Character (select event) > Screen X and Screen Y
  3. Yeah the problem is basically that i can't show a sprite or picture at event x/y coordinates because it doesnt fit the real screen coordinates. :|
     
  4. That said SCREEN x and y, not EVENT x and y ;)
  5. oh my .. /selfslap 
    thanks Shaz  :D

    @Archeia that programm is awesome !
  6. Did you get it working, then?
  7. Yup. Scince i learned that those variables excist i used those btw:


    $game_map.events[n].screen_y


    $game_map.events[n].screen_x


    ($game_player.screen_y)


    ($game_player.screen_x)

    Spoiler
  8. This thread is being closed, due to being solved. If for some reason you would like this thread re-opened, please report this post and leave a message why. Thank you.