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

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