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

  1. class com.novelgames.flashgames.commonAS2.InstructionsButton extends com.novelgames.flashgames.commonAS2.NewMovieClip
  2. {
  3.    function InstructionsButton()
  4.    {
  5.       super();
  6.       this.onRelease = function()
  7.       {
  8.          this._parent._parent.showInstructionsFromGame();
  9.       };
  10.    }
  11. }
  12.