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