Skip to main content
Participant
May 20, 2015
Answered

I need to make a pause menu so how do i start with it

  • May 20, 2015
  • 1 reply
  • 347 views

Hello,

i need to make for school a Actionscript 3 game and i want to make an puase menu.

i cant find anythin of the internet what the best way is.

i i know i have to remove eventlisteners

and thats all i need to how i stop all eventlistens also there are in other files so how do i reach the others.

Regards,

Joey Koedijk

This topic has been closed for replies.
Correct answer Ned Murphy

How you implement a pause function depends on the details of the design.  You do not necessarily have to deal with individual event listeners.  You can also build in conditional logic that checks if a pause condition is true or false and either processes code or not.

1 reply

Ned Murphy
Ned MurphyCorrect answer
Legend
May 20, 2015

How you implement a pause function depends on the details of the design.  You do not necessarily have to deal with individual event listeners.  You can also build in conditional logic that checks if a pause condition is true or false and either processes code or not.