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