home *** CD-ROM | disk | FTP | other *** search
- function activateButton()
- {
- colorObj = new Color(text);
- colorObj.setRGB(16777215);
- _level0.loadFile(page,file);
- var i = 1;
- while(i <= 6)
- {
- _parent["button_" + i].gotoAndStop(1);
- i++;
- }
- gotoAndStop(2);
- }
- if(_level0.currentMovie == page + "_" + file)
- {
- colorObj = new Color(text);
- colorObj.setRGB(16777215);
- gotoAndStop(2);
- }
- else
- {
- colorObj = new Color(text);
- colorObj.setRGB(4276545);
- stop();
- }
-