home *** CD-ROM | disk | FTP | other *** search
- if(_root.endf == 1)
- {
- _root.state1 = 1;
- tellTarget(_root.wincuri)
- {
- gotoAndPlay(2);
- }
- }
- else if(_root.endf == 0)
- {
- _root.gotoAndStop(16);
- }
- if(_root.endf == 2)
- {
- _root.state1 = 1;
- tellTarget(_root.loscuri)
- {
- gotoAndPlay(2);
- }
- }
- else if(_root.endf == 0)
- {
- _root.gotoAndStop(16);
- }
-