negative value on screen

Hello..
I have a actor A, its x value is 100. when the game starts its x value is moved towards -200. When i click on reset in the game it does not get back to its old place (x =100) thou i have given a change attribute self.postionX. to 100 when clicked on reset. To check this i used another actor to display the x value of actor A. the actor moves to -400 and then the value becomes 0. do actors get destroyed after a certain negative number?? and how do i get through this?? Any suggestions would b appreciated.
thank you

Best Answer

  • SocksSocks London, UK.Posts: 12,822
    edited May 2014 Accepted Answer

    Actors are destroyed once they go more than 500 pixels outside a scene.

    On reset spawn a new actor.

Answers

Sign In or Register to comment.