hyperPad hyperPad Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Login

    Pause game?

    Scheduled Pinned Locked Moved
    Help and Support
    3
    7
    176
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • SplitMindGamingS
      SplitMindGaming
      last edited by

      Is there a way to pause your game? I know loading the overlay has the option to pause. But is there a way to do this during gameplay?

      bosswaveB 1 Reply Last reply Reply Quote 0
      • bosswaveB
        bosswave @SplitMindGaming
        last edited by

        @SplitMindGaming What exactly are you trying to accomplish that an overlay pause won’t allow? Are you only trying to pause certain aspects of your game?

        SplitMindGamingS 1 Reply Last reply Reply Quote 0
        • SplitMindGamingS
          SplitMindGaming @bosswave
          last edited by

          @bosswave yeah im trying to create an easier instruction mechanism where it will pause the game and teach the player how to use certain game mechanics.

          Aidan_FireA 1 Reply Last reply Reply Quote 0
          • Aidan_FireA
            Aidan_Fire @SplitMindGaming
            last edited by Aidan_Fire

            @SplitMindGaming You can either load an overlay with pause on, physically code it into every moving object to make them freeze when it's paused or use the Set Time Scale behaviour and set it to 0 which will freeze everything including particles. I like this behaviour because you can use it to have a cool transition where everything slows down before completely freezing. Only problem is literally everything is frozen including behaviours with time in them, so you can't easily set a delay for how long it stays paused using this behaviour (you'd need to use get system time I think).

            SplitMindGamingS 2 Replies Last reply Reply Quote 0
            • SplitMindGamingS
              SplitMindGaming @Aidan_Fire
              last edited by

              @Aidan-Oxley what you described with the slowing down is actualy exactly what i had in mind. Thanks for that im going to try this out.

              1 Reply Last reply Reply Quote 0
              • SplitMindGamingS
                SplitMindGaming @Aidan_Fire
                last edited by

                @Aidan-Oxley do you know if there’s a way to have a certain object not get affected by the time scale behavior? Kind of like how it has the toggle for the music not to get affected. Only you can choose a certain object not to get affected.

                Aidan_FireA 1 Reply Last reply Reply Quote 0
                • Aidan_FireA
                  Aidan_Fire @SplitMindGaming
                  last edited by

                  @SplitMindGaming At the moment time scale affects EVERYTHING and there's no way to change that as far as I know. If you wanted something to stay unaffected you would need to go with custom coding it so all your objects freeze. It depends on the object though, I think it might be possible to move an object while time is frozen but only using Move To Point with 0s duration (I haven't tested this though).

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post