Character Disappearing Off Screen

81rob81

  • Posts: 3
Hello, all! Again! LOL! Had another question for my game that scrolls, horizontally. My character flies, and when he leaves the screen, he is gone...for good. How do I stop this from happening? Thanks, in advance!

JeffreyDriver

  • Posts: 2262
It seems that when your actor leaves the screen your actor is no longer active. There's a block to change that.

Actors > Properties > Performance

To stop your actor leaving the screen check the X position and adjust accordingly.

E.g If x of actor is > scene width,  set x of actor to scene width - width of actor