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