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

  1. stop();
  2. _root.fuel += 10;
  3. _root.fC = _root.fC + 1;
  4. if(_root.fC >= 3)
  5. {
  6.    _root.fuelCollect = true;
  7. }
  8. if(_root.sound)
  9. {
  10.    _root.fuelS.start();
  11. }
  12.