home *** CD-ROM | disk | FTP | other *** search
- set("/:lifecount","0");
- type1 = "3" + random("3");
- type2 = "1" + random("2");
- type3 = "1" + random("2");
- type4 = "1" + random("2");
- if(random("2"))
- {
- type5 = "1";
- type6 = "0";
- alt = "1";
- }
- else
- {
- type5 = "0";
- type6 = "1";
- alt = "2";
- }
- i = "1";
- while(i < "7")
- {
- set("/:onTray" add i,"0");
- i += "1";
- }
- nextFrame();
-