home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / GrandPrixChallengeII.swf / scripts / frame_144 / DoAction.as
Encoding:
Text File  |  2001-07-07  |  132 b   |  10 lines

  1. stopAllSounds();
  2. tellTarget("/road/roadsurface")
  3. {
  4.    gotoAndStop(1);
  5. }
  6. tellTarget("/road/stripes")
  7. {
  8.    gotoAndStop(1);
  9. }
  10.