home *** CD-ROM | disk | FTP | other *** search
- on ZONEPRESS
- global box, horizontal, vertical, gright, counter, gbottom
- set the visible of sprite 48 to 0
- set the member of sprite 48 to member box
- set vertical to the mouseV
- set horizontal to the mouseH
- set the locV of sprite 48 to vertical
- set the locH of sprite 48 to horizontal
- updateStage()
- set gright to the right of sprite 48
- set gbottom to the bottom of sprite 48
- set counter to 0
- repeat while gright > 640
- set gright to gright - 1
- set counter to counter + 1
- end repeat
- set horizontal to horizontal - counter
- set counter to 0
- repeat while gbottom > 480
- set gbottom to gbottom - 1
- set counter to counter + 1
- end repeat
- set vertical to vertical - counter
- set the locV of sprite 48 to vertical
- set the locH of sprite 48 to horizontal
- set the visible of sprite 48 to 1
- updateStage()
- end
-