home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / puzzle-land.swf / scripts / DefineSprite_206 / frame_11 / DoAction.as
Encoding:
Text File  |  2005-09-29  |  141 b   |  9 lines

  1. if(_root.big != true)
  2. {
  3.    _root.frog.gotoAndPlay("zapped");
  4. }
  5. else if(_root.big != false)
  6. {
  7.    _root.frog.gotoAndPlay("zapped2");
  8. }
  9.