home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global showsize
- if the commandDown then
- if the optionDown then
- if showsize = "1:2" then
- cursor([the number of member "zoomNo", the number of member "zoomMask"])
- else
- cursor([the number of member "zoomDown", the number of member "zoomMask"])
- end if
- else
- if showsize = "2:1" then
- cursor([the number of member "zoomNo", the number of member "zoomMask"])
- else
- cursor([the number of member "zoomUp", the number of member "zoomMask"])
- end if
- end if
- else
- if rollOver(1) or rollOver(2) or rollOver(3) then
- cursor([the number of member "hand", the number of member "handMask"])
- else
- cursor(-1)
- end if
- end if
- if the mouseDown then
- cursor([the number of member "handg", the number of member "handgMask"])
- end if
- go(the frame)
- end
-
- on mouseDown
- if the commandDown then
- zoom()
- else
- if clickOn() = 0 then
- repeat with i = 1 to 3
- set the loc of sprite i to point(0, 0)
- end repeat
- end if
- end if
- end
-