Wrapping/closing screen

Been searching for a solution to this but can’t find it anywhere… Is it possible to wrap the screen? So that when I reach the end of my screen I appear on the other side? And is it possible to “lock” the screen so that when I reach the top of my screen I stop?

Thanks in advance, [import]uid: 14018 topic_id: 5250 reply_id: 305250[/import]

Umm i think you could probly just write some code that says when you are at “this X coordinate” (off your screen on the right) then move your character to “this X coordinate” (off your screen on the left)

if it were done this way you character would have to walk off the screen completely before appearing to wrap back on the left side.

so you could use if/then statements that check what the X coordinate is of your character, and then take action when necessary [import]uid: 19620 topic_id: 5250 reply_id: 29244[/import]

I just came across this great tutorial that spells it out in a basic way, this should help you greatly!!

http://techority.com/2010/12/08/how-to-wrap-your-iphone-apps-screen/ [import]uid: 19620 topic_id: 5250 reply_id: 29246[/import]