How to make an object wrap around the screen ?

Ok ,

Last edited on
You could use the % modulus operator for when the object goes too far right or down, and use an if-statement for when it is too high up or left. In the if statement (mine, not yours) you would reposition the object.
Last edited on
Topic archived. No new replies allowed.