home *** CD-ROM | disk | FTP | other *** search
- tellTarget("/computer1")
- {
- gotoAndStop(10);
- }
- tellTarget("/computer1/auto/move")
- {
- gotoAndStop(8);
- }
- tellTarget("/computer2")
- {
- gotoAndStop(5);
- }
- tellTarget("/computer2/auto/move")
- {
- gotoAndStop(2);
- }
- tellTarget("/computer3")
- {
- gotoAndStop(15);
- }
- tellTarget("/computer3/auto/move")
- {
- gotoAndStop(5);
- }
- hardness = "20";
-