home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / 5Miles2Go.swf / scripts / frame_328 / DoAction.as
Encoding:
Text File  |  2001-07-07  |  224 b   |  22 lines

  1. race_events += "1";
  2. tellTarget("/Meters/Tenth")
  3. {
  4.    play();
  5. }
  6. tellTarget("/car1")
  7. {
  8.    play();
  9. }
  10. tellTarget("/car2")
  11. {
  12.    play();
  13. }
  14. tellTarget("/car3")
  15. {
  16.    play();
  17. }
  18. tellTarget("/car4")
  19. {
  20.    play();
  21. }
  22.