Copy link to clipboard
Copied
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
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.
Copy link to clipboard
Copied
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.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now