home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / FlashRacer.swf / scripts / frame_5 / DoAction.as < prev   
Encoding:
Text File  |  2001-07-07  |  362 b   |  26 lines

  1. tellTarget("/computer1")
  2. {
  3.    gotoAndStop(10);
  4. }
  5. tellTarget("/computer1/auto/move")
  6. {
  7.    gotoAndStop(8);
  8. }
  9. tellTarget("/computer2")
  10. {
  11.    gotoAndStop(5);
  12. }
  13. tellTarget("/computer2/auto/move")
  14. {
  15.    gotoAndStop(2);
  16. }
  17. tellTarget("/computer3")
  18. {
  19.    gotoAndStop(15);
  20. }
  21. tellTarget("/computer3/auto/move")
  22. {
  23.    gotoAndStop(5);
  24. }
  25. hardness = "20";
  26.