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

  1. if(_root.oil4._currentframe == 2 and (_root.hero._x < 577 or _root.hero._x > 675) and _root.countdown.time > 0)
  2. {
  3.    _root.oil4.gotoAndStop(1);
  4.    _root.sfx.sfx.gotoAndPlay("play");
  5. }
  6. gotoAndPlay(1);
  7.