home *** CD-ROM | disk | FTP | other *** search
- if(_root.position10 == _root.position0)
- {
- gotoAndStop("calc10");
- play();
- }
- else if(_root.position10 == _root.position1)
- {
- gotoAndStop("calc10");
- play();
- }
- else if(_root.position10 == _root.position2)
- {
- gotoAndStop("calc10");
- play();
- }
- else if(_root.position10 == _root.position3)
- {
- gotoAndStop("calc10");
- play();
- }
- else if(_root.position10 == _root.position4)
- {
- gotoAndStop("calc10");
- play();
- }
- else if(_root.position10 == _root.position5)
- {
- gotoAndStop("calc10");
- play();
- }
- else if(_root.position10 == _root.position6)
- {
- gotoAndStop("calc10");
- play();
- }
- else if(_root.position10 == _root.position7)
- {
- gotoAndStop("calc10");
- play();
- }
- else if(_root.position10 == _root.position8)
- {
- gotoAndStop("calc10");
- play();
- }
- else if(_root.position10 == _root.position9)
- {
- gotoAndStop("calc10");
- play();
- }
- else
- {
- gotoAndStop("calc11");
- play();
- }
-