• About WordPress
    • WordPress.org
    • Documentation
    • Learn WordPress
    • Support
    • Feedback
  • Log In
Skip to content

MonoFlauta

Indie Game Developer

Menu
  • Blog
  • Portfolio
    • Games
      • Happy Ghost Studio
      • Etermax
      • Silky Smooth Studio
      • Fun+Mono
    • Frameworks & Tools
      • Framework Goat
      • Twitch Mono Integration
      • Framework Mono
      • Narwhal Engine
    • Others
  • Store
  • About Me

Framework Mono – Managers/PauseManager.as

The PauseManager.as will help you to organize wich Movie Clips you want to stop when pausing and then reproduce them once the pause is gone.


Initial set up PauseManager.as

Just create an instance of it so you can use it. If you want, you can create an instance of it inside Mono.as so you can access it from anywhere. For example:

 package
{
import Mono.Managers.PauseManager;
import Mono.Mono;

import flash.display.Sprite;
      
      public class Main extends Sprite
      {      
            public static var mono:Mono;
            
            public function Main()
            {
                  mono = new Mono(stage);
                  mono.pauseManager = new PauseManager();
            }
      }
}

Now you will be able to access it from anywhere by accessing mono first.


Adding and removing Movie Clips to the list

In order to add movie clips to the list just do the following:

 Main.mono.pauseManager.addMovieClip(yourMovieClip);

And to remove them:

 Main.mono.pauseManager.removeMovieClip(yourMovieClip);

Playing and pausing all the registered Movie Clips

In order to play all the movie clips just do the following:

 Main.mono.pauseManager.playEverything();

And to stop them:

 Main.mono.pauseManager.stopEverything();

Public Functions

  • addMovieClip(mc:MovieClip):void
  • removeMovieClip(mc:MovieClip):void
  • stopEverything():void
  • playEverything():void

Private Vars

  • _allMovieClips:Vector.<MovieClip>

Powered by WordPress MonoFlauta 2025 | All Rights Reserved.

Manage Cookie Consent
To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
Functional Always active
The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
Preferences
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
Statistics
The technical storage or access that is used exclusively for statistical purposes. The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
Marketing
The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.
Manage options Manage services Manage {vendor_count} vendors Read more about these purposes
View preferences
{title} {title} {title}