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

  1. stopAllSounds();
  2. tellTarget("/road/roadsurface")
  3. {
  4.    gotoAndStop(1);
  5. }
  6. tellTarget("/road/stripes")
  7. {
  8.    gotoAndStop(1);
  9. }
  10. set("/road/sky_strip:sky_move",0);
  11. tellTarget("/road")
  12. {
  13.    gotoAndStop(1);
  14. }
  15.