home *** CD-ROM | disk | FTP | other *** search
/ Professor Iris' Fun Field Trip - Animal Safari / Iris.iso / pc / discover / page4.dir / 00364.ls < prev    next >
Encoding:
Text File  |  1995-03-14  |  275 b   |  8 lines

  1. repeat with x = 11 to 17
  2.   put "set gHot" & x - 4 & "H =" && the locH of sprite x
  3.   put "set gHot" & x - 4 & "V =" && the locV of sprite x
  4.   put "set gHot" & x - 4 & "W =" && the width of sprite x
  5.   put "set gHot" & x - 4 & "T =" && the height of sprite x
  6. end repeat
  7. pause()
  8.