Moving...
Yax_Inc
Member Posts: 14
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
-Yax
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
-Yax
Comments
->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.