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.? |
In response to Lummox JR
|
|
Alright, thanks. I can make due with fading effects until then.
I would support a NO_STRETCH feature, that would be grand, especially if it would work in other map controls as well. |
Something like a NO_STRETCH keyword could be an interesting new addition to handle this in the future.