Is this an easy way to scroll? I saw some games and when I realized their technique I was like this to myself, OMG STUPID HEAD YOU DON'T NEED TO DO ALL THAT WRONG SCRIPTING AND QUIT LIKE A BABY. Yea so I am just making sure, is this an easy way to make objects hide in scrollers?
Just make the black square around the screen go to front?
Offline
Most people use black borders to cover up any sprites that get caught on the edges of the screen. What you can do, though, is have it go to the position you want and if the absolute value of the x position is < 240, show, else hide.
EDIT: @ your last sentence: kind of, although you might not need a whole rectangle.
Last edited by AtomicBawm3 (2011-08-06 21:10:00)
Offline