home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(_parent._parent.eflashstatus)
- {
- _parent._parent.eflash.gotoAndStop("off");
- _parent._parent.enetstatus--;
- }
- else
- {
- _parent._parent.eflash.gotoAndPlay("on");
- _parent.gotoAndStop("off");
- }
- if(_parent._parent.copyrightstatus)
- {
- _parent._parent.copyright.gotoAndStop("off");
- _parent._parent.enetstatus--;
- }
- }
-