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