home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / PMGRacing.swf / scripts / DefineSprite_159 / frame_8 / DoAction.as
Encoding:
Text File  |  2001-07-07  |  139 b   |  13 lines

  1. if(number < _currentframe)
  2. {
  3.    stop();
  4.    tellTarget("stat_sound")
  5.    {
  6.       gotoAndStop("stop");
  7.    }
  8. }
  9. else
  10. {
  11.    play();
  12. }
  13.