home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / rebound.swf / scripts / DefineSprite_367 / frame_59 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  126 b   |  9 lines

  1. if(_root.helpandabout == 1)
  2. {
  3.    gotoAndStop("help");
  4. }
  5. else if(_root.helpandabout == 2)
  6. {
  7.    gotoAndStop("about");
  8. }
  9.