Pausing...

StoneDripStoneDrip Member Posts: 59
edited November -1 in Working with GS (Mac)
I realized that when you pause a game, it will load and then change to the pause screen. It's kind of a pain to have to load whenever you pause a game. Is there any way to prevent the loading wheel from appearing when pausing and unpausing a game? o.o

Comments

  • beefy_clyrobeefy_clyro Member Posts: 5,394
    Not really. Depends on what type of game you're doing it for. If you had a static game with nothing moving etc, you could have a rule on every actor that says if game attribute paused is false then do x, y, z.
    Then have another rule that when paused actor is pressed you move a pause screen in and change the attribute of game.pause to true, that will stop everything else being able to interact and you could move you're own pause screen in immediately.

    This will only work with certain games though, if you have lots of movement etc it will likely be virtually impossible to control.
Sign In or Register to comment.