home *** CD-ROM | disk | FTP | other *** search
- on zoom
- global switch
- if switch <> 1 then
- set the locH of sprite 30 to 320
- set the locV of sprite 30 to 240
- set the width of sprite 30 to 640
- set the height of sprite 30 to 480
- updateStage()
- set switch to 1
- else
- set the locH of sprite 30 to 319
- set the locV of sprite 30 to 185
- set the width of sprite 30 to 320
- set the height of sprite 30 to 240
- go(the frame - 1)
- updateStage()
- set switch to 0
- end if
- end
-