home *** CD-ROM | disk | FTP | other *** search
- package classes.dispatchers
- {
- public class GameDispatcher
- {
-
- public static var highscoreDispatcher:HighscoreLoaded = new HighscoreLoaded();
-
- public static var buttonsDispatcher:ButtonsEvents = new ButtonsEvents();
-
- public static var mouseDispatcher:MouseEventDispatcher = new MouseEventDispatcher();
-
- public static var preloaderDispatcher:LoadingComplete = new LoadingComplete();
-
-
- public function GameDispatcher()
- {
- super();
- }
- }
- }
-