home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / drifting.swf / scripts / frame_21 / DoAction.as
Encoding:
Text File  |  2005-08-23  |  126 b   |  11 lines

  1. if(_root.triggerDonut)
  2. {
  3.    gotoAndStop("donut");
  4.    play();
  5. }
  6. else
  7. {
  8.    gotoAndStop("gameLoopStart");
  9.    play();
  10. }
  11.