Temporary PAUSE specific things in the game.

0 favourites
  • 4 posts
From the Asset Store
five golem elements Sprites Sheet.Best for enemy or villain game characters.
  • I'm not sure if it's possible but I would like to know:

    1 - Can I PAUSE specific Layer Names for few seconds? so EVERYTHING on that layer will be affected.

    if yes please explain how.

    2 - Can I PAUSE ALL Layout but choose which objects to ignore the Pause? (instead of pausing every single object in the code)

    Thanks ahead!

  • It would be nice to know if when timescale si set to 0, is there any way to have specific animations still play?

  • You can try to use the system expression "set object time scale" and override the global time scale.

    Furthermore, you can select the specific objects on a layer with the object condition "Is on layer" and then test for the according layer name or number.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • The way someone suggested here to me to get around this is to add a Family with everything you want to pause, then set that Family's local time scale to zero on pause.

    This way the whole game itself doesn't freeze, so things like input and timers outside the Family can still run and control the conditions of the pause.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)