home *** CD-ROM | disk | FTP | other *** search
- xStart = random("300") + "10";
- yStep = random("6") + "6";
- _Y = - "20";
- _X = xStart;
- tellTarget("hazzard")
- {
- gotoAndStop(random("3") + "1");
- }
- if("100" < xStart and xStart < "210")
- {
- tellTarget("/boat")
- {
- play();
- }
- }
- if(eval("/score:count") == "0" and getProperty("/", _currentframe) == "20")
- {
- tellTarget("/")
- {
- gotoAndStop(11);
- }
- }
- else
- {
- set("/score:count",eval("/score:count") - "1");
- }
-