home *** CD-ROM | disk | FTP | other *** search
- if(eval("/:boy") == "5" and eval("/:slide") == "1" or eval("/:boy") == "6" and eval("/:slide") == "1")
- {
- tellTarget("/B/bike")
- {
- gotoAndStop("land3");
- play();
- }
- }
- else if(eval("/:boy") == "5" and eval("/:jump") == "0" or eval("/:boy") == "6" and eval("/:jump") == "0")
- {
- tellTarget("/B/bike")
- {
- gotoAndStop("crash");
- play();
- }
- }
-