How to move to another scene when actor touches the end of first scene?
thornster19
Member Posts: 9
Hi all,
I am unsure were to post this so I decided to make it general. I haven't spent much time with game salad, I was just thinking about the mechanics of changing scenes when an actor touches the end of the screen. Is it relatively easy to do?
Many thanks,
Thornster.
I am unsure were to post this so I decided to make it general. I haven't spent much time with game salad, I was just thinking about the mechanics of changing scenes when an actor touches the end of the screen. Is it relatively easy to do?
Many thanks,
Thornster.
Best Answer
-
v00d0 Posts: 143put an invisible wall at the end of the screen.
Inside the main create a rule and inside this rule you put: when actor overlaps or collide with WALL => change scene to....
Answers
I had a sneaking suspicion it would be relatively simple to implement. I was struggling when thinking of the mechanics but this makes it a lot easier. Many thanks!
Thornster