home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Puzzle / Easter_Eggs.swf / scripts / __Packages / com / novelgames / flashgames / commonAS2 / TimerEvent.as < prev    next >
Text File  |  2008-09-04  |  209b  |  12 lines

  1. class com.novelgames.flashgames.commonAS2.TimerEvent
  2. {
  3.    static var TIMER = "timer";
  4.    function TimerEvent()
  5.    {
  6.    }
  7.    function updateAfterEvent()
  8.    {
  9.       _global.updateAfterEvent();
  10.    }
  11. }
  12.