How to make background still?

expired_012expired_012 Member Posts: 1,802
edited November -1 in Tech Support
I'm my game when beating a level an actor is spawned in front telling you to touch to go to the next level. When the actor is spawned how do I pause everything in the background?

Comments

  • ORBZORBZ Member Posts: 1,304
    you create a game variable called "paused" that if true stops motion on the other actors.

    it sucks, there is no universal pause feature.
  • quantumsheepquantumsheep Member Posts: 8,188
    ORBZ said:
    it sucks, there is no universal pause feature.

    Please add your voice here: http://gamesalad.com/forums/topic.php?id=5875

    :D

    Dr. Sam Beckett never returned home...
    Twitter: https://twitter.com/Quantum_Sheep
    Web: https://quantumsheep.itch.io

  • mrfunkleberrymrfunkleberry Member Posts: 424
    I haven't tried this but it might work in this instance. Create an actor the size of your screen (call it stopme) and spawn it when you wish to stop the movement. Then in each actor have the rule.

    if overlap/collides with stopme
    constrain motionX =0
    constrain motiony =0

    A proper pause feature would be MUCH better, like i said, i don't even know if this will work.
Sign In or Register to comment.