home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / cannonballfollier3.swf / scripts / DefineSprite_360 / frame_5 / DoAction.as
Encoding:
Text File  |  2007-10-01  |  223 b   |  9 lines

  1. setProperty("../shadow", _X, _X);
  2. _Y = _Y - eval("..:thrusty");
  3. _X = Number(_X) + Number(eval("..:thrustx")) - eval("..:wind");
  4. if(Number(newloop) >= Number(eval("..:loop")))
  5. {
  6.    gotoAndStop("loopy");
  7.    play();
  8. }
  9.