home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- repeat while the stillDown = 1
- ZoomOut()
- end repeat
- end
-
- on ZoomOut
- checkHPan()
- set ZoomInValue to the text of cast "ZoomAngle" + 3
- SwingPanoMovie(the text of cast "HPanAngle", the text of cast "VPanAngle", ZoomInValue, 3, 1, the text of cast "Quality")
- end
-