home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / planetx.swf / scripts / frame_17 / DoAction_8.as < prev    next >
Encoding:
Text File  |  2006-06-13  |  154 b   |  11 lines

  1. function stopThrust()
  2. {
  3.    thrusting = 0;
  4.    trace("addthrust");
  5. }
  6. function startThrust()
  7. {
  8.    thrusting = 1;
  9.    trace("stop adding thrust");
  10. }
  11.