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