Problem with behavior: change to scene
Bulstronk
Member Posts: 6
Hi,
At school, I'm making with a classmate during Informatics a simple platformer, but we have some problems with the behavior change to scene.
For a quick start, we've used the basic platformer template and edited scene 1 a bit. We left scene 2 in the original state and everything works so far. Then we maked a thirth scene with a new level and a different "well done" message (scene 4). But between scene 3 and 4, the behavior does nothing, instead of going from scene 3 to 4, scene 3 starts again. We've made no changes in the " Door" actor.
It's also annoying that the player actor after the restart of scene 3, is positioned at the top left corner, instead of the top right corner.
We suppose this is a bug.
Does someone have the same problem?
At school, I'm making with a classmate during Informatics a simple platformer, but we have some problems with the behavior change to scene.
For a quick start, we've used the basic platformer template and edited scene 1 a bit. We left scene 2 in the original state and everything works so far. Then we maked a thirth scene with a new level and a different "well done" message (scene 4). But between scene 3 and 4, the behavior does nothing, instead of going from scene 3 to 4, scene 3 starts again. We've made no changes in the " Door" actor.
It's also annoying that the player actor after the restart of scene 3, is positioned at the top left corner, instead of the top right corner.
We suppose this is a bug.
Does someone have the same problem?
Comments
But the change to scene behavior is set to go the next scene by every scene.
We have now:
Scene 1 --> Scene 2
Scene 2 --> Scene 3
Scene 3 --> Scene 4 (between this two scenes the problem exist)
To give you a good view on the problem, I've made a short screencast: http://screenr.com/9Bg
I hope that you can come up with a solution, after you've seen the screencast.
I keep it constanly up- to-date.
I hope you don't mind the text in dutch in the scenes between the levels.
We're still working on it, so it's possible that not everything is working 100%.
And your scene after that has 3 actors with the Change Scene behavior. (2 go to scene 1, the 3rd is set to go to nothing) All activated by space key.