Is it possible for a screen object to exist outside of the screen and then work its way into view via pixel x/y? I'm familiar with screen_loc, but any attempt to make an object exist off screen changes the map's view so that it always exists on screen even when it shouldn't.
Attempting to make some neat animations for hud objects to work their way into the screen.
ID:273861
![]() Jun 20 2011, 10:25 am (Edited on Jun 20 2011, 1:20 pm)
|
|
are you referring to a mob walking onto the screen via off-screen?
Couldn't you just spawn() a give coord. and have it walk toward another given coord.? |
Something like a NO_STRETCH keyword could be an interesting new addition to handle this in the future.