home *** CD-ROM | disk | FTP | other *** search
- i = "1";
- while(i < "5")
- {
- if(getProperty("r" add i, _currentframe) == "1")
- {
- set("/:onTray" add eval("r" add i add "/:type"),eval("/:onTray" add eval("r" add i add "/:type")) + "1");
- }
- i += "1";
- }
- i = "1";
- while(i < "3")
- {
- if(getProperty("l" add i, _currentframe) == "1")
- {
- set("/:onTray" add eval("l" add i add "/:type"),eval("/:onTray" add eval("l" add i add "/:type")) + "1");
- }
- i += "1";
- }
-