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

  1. _X = Number(_X) + Number(eval("..:thrustx")) - eval("..:wind");
  2. _Y = _Y - eval("..:thrusty");
  3. set("..:thrusty",eval("..:thrusty") - 0.25);
  4. set("..:thrustx",eval("..:thrustx") - 0.25);
  5. newloop = Number(newloop) + 0.5;
  6. setProperty("../shadow", _X, _X);
  7. gotoAndPlay(_currentframe - 1);
  8.