home *** CD-ROM | disk | FTP | other *** search
/ Computer Arts Interactif 13 / CAI13.ISO / pc / expstill.dxr / 00089.ls < prev    next >
Encoding:
Text File  |  1997-11-04  |  490 b   |  14 lines

  1. on exitFrame
  2.   set the text of member "ImageInformation" to "Planets, by Mike North. Telephone (UK) 01509 215 330 (work)."
  3.   repeat with x = 2 to 7
  4.     set the puppet of sprite x to 1
  5.     set the visible of sprite x to 0
  6.   end repeat
  7.   set the cursor of sprite 27 to [20, 21]
  8.   set the cursor of sprite 28 to [20, 21]
  9.   set the cursor of sprite 29 to [20, 21]
  10.   set the cursor of sprite 30 to [20, 21]
  11.   set the cursor of sprite 18 to [26, 27]
  12.   set the cursor of sprite 32 to [20, 21]
  13. end
  14.