home *** CD-ROM | disk | FTP | other *** search
- repeat with x = 11 to 17
- put "set gHot" & x - 4 & "H =" && the locH of sprite x
- put "set gHot" & x - 4 & "V =" && the locV of sprite x
- put "set gHot" & x - 4 & "W =" && the width of sprite x
- put "set gHot" & x - 4 & "T =" && the height of sprite x
- end repeat
- pause()
-