home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / rocketcar2.swf / scripts / DefineSprite_575 / frame_196 / DoAction.as
Encoding:
Text File  |  2008-09-24  |  113 b   |  9 lines

  1. if(_root.fuelCollect)
  2. {
  3.    gotoAndPlay(_currentframe + 1);
  4. }
  5. else
  6. {
  7.    gotoAndPlay(_currentframe - 1);
  8. }
  9.