home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / Squeaky.swf / scripts / DefineSprite_578 / frame_201 / DoAction.as
Encoding:
Text File  |  2005-08-04  |  154 b   |  7 lines

  1. if(_root.oil2._currentframe == 2 and _root.ufo2.score < 15)
  2. {
  3.    _root.sfx.sfx.gotoAndPlay("play");
  4.    _root.oil2.gotoAndStop(1);
  5. }
  6. gotoAndPlay(1);
  7.