home *** CD-ROM | disk | FTP | other *** search
- menutext = eval("/:have" add _name.substr("2","3"));
- if(eval("/:have" add _name.substr("2","3")) != "0")
- {
- if(eval("/:have" add _name.substr("2","3")) == eval("/:mode"))
- {
- gotoAndStop(3);
- }
- else if(eval("/:have" add _name.substr("2","3")) == "5")
- {
- setProperty("../o" add _name.substr("2","3"), _visible, "0");
- gotoAndStop(12);
- }
- else
- {
- setProperty("../o" add _name.substr("2","3"), _visible, "0");
- gotoAndStop(2);
- }
- }
- else
- {
- setProperty("../o" add _name.substr("2","3"), _visible, "0");
- stop();
- }
-