home *** CD-ROM | disk | FTP | other *** search
- if(_root.position3 == _root.position0)
- {
- gotoAndStop("calc3");
- play();
- }
- else if(_root.position3 == _root.position1)
- {
- gotoAndStop("calc3");
- play();
- }
- else if(_root.position3 == _root.position2)
- {
- gotoAndStop("calc3");
- play();
- }
- else
- {
- gotoAndStop("calc4");
- play();
- }
-