Moving...

Hello GS Nation.
I have got a problem, i don't know how i can do that i dnt have to change the scene but want that my actor'walkin 'guy' moves further then the scene width...its hard to explain i hope someone gets it :D
-Yax

Comments

  • carlblanchetcarlblanchet Member Posts: 755
    Make an attribute so that when the level is completed, meaning when the player's self position x is at the desired spot in the level ie when self.position.x = 5085
    ->change a boolean attribute "LevelEnded" to true.
    And put the control camera behaviour in a rule that says if LevelEnded is false -> Control Camera.

    With this, when the player reaches the end of the level, the control camera behaviour wil no longer be in effect and will allow him to walk off screen.
  • Yax_IncYax_Inc Member Posts: 14
    Make an attribute so that when the level is completed, meaning when the player's self position x is at the desired spot in the level ie when self.position.x = 5085
    ->change a boolean attribute "LevelEnded" to true.
    And put the control camera behaviour in a rule that says if LevelEnded is false -> Control Camera.

    With this, when the player reaches the end of the level, the control camera behaviour wil no longer be in effect and will allow him to walk off screen.
    I want that my actor goes with the screen! how do i do that?
Sign In or Register to comment.