Hello, new here and new to the framework/cocoa/obj-c :)
Anyway, I have this sprite image.
Right now, when the sprite image goes off screen, as in moves towards the edge of the screen and keeps going. In other words, it doesn't bounch off the wall (screen boundary).
I want to make it so that when it goes off the screen towards the right side of the screen, i want it to show up on the left screen and continue doing whatever its suppose to do.
Is there an easy way to do this ?