Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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

New Here ,
May 20, 2015 May 20, 2015

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

TOPICS
ActionScript
324
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , May 20, 2015 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.

Translate
LEGEND ,
May 20, 2015 May 20, 2015
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines