home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / rocketcar2.swf / scripts / DefineSprite_581 / frame_2 / DoAction.as
Encoding:
Text File  |  2008-09-24  |  253 b   |  11 lines

  1. play();
  2. _root.score -= 100;
  3. if(_root.score < 0)
  4. {
  5.    _root.score = 0;
  6. }
  7. _root.steamSide.stop();
  8. _root.steam.stop();
  9. _root.steamSideB.stop();
  10. loadVariablesNum("http://gamefilez.mofunzone.com/game_scores/rocket_car_2/mfz.php?" + _root.score,0);
  11.