I have clicked in your Resume actor but does nothing...
Anyway, when you use the PauseGameOn function the actors can receive mouse and keyboard events. So, you can use any mouse or key event to destroy the menu after pause and continue the game.
like that?First delete Install/ and Config/ files
if(Minute.textNumber <1)
{
DestroyTimer(Timer1000...); [This works in game]
Minute.textNumber = 0; [This works in game]
CreateActor("pauseMenu", "PauseMenu", "no parent", "no path", 0, 0, true);
[9 More CreateActors for 9 more actors]
}
Users browsing this forum: No registered users and 1 guest