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