Let actor stays still at a certain position

EpicoreGamesEpicoreGames Member Posts: 188
edited June 2015 in Working with GS (Mac)

My game is facing lag while loading the level so i found out a way to make it smoother . I dont want to use the Pause Game Behavior to pause the game . Instead of that , are there any other ways to let the moving actor stays still at a certain position until the game is unpause ? ( I used an integer to control the pause and unpause game )

Comments

  • allc1865allc1865 Member, PRO Posts: 777

    Well, you could go and create a boolean called "stay still", and then go back through all of your rules are put stay still to false, and then when they hit "pause", change it to true.

Sign In or Register to comment.