home *** CD-ROM | disk | FTP | other *** search
/ PC Format (UK) 86 / PC_Format_September1998_Issue86.iso / Critical / CMiFree / tutor.dxr / 00014.ls < prev    next >
Encoding:
Text File  |  1998-07-13  |  326 b   |  13 lines

  1. on exitFrame
  2.   repeat with x = 2 to 4
  3.     set the puppet of sprite x to 1
  4.     set the visible of sprite x to 0
  5.   end repeat
  6.   repeat with x = 14 to 16
  7.     set the cursor of sprite x to [6, 7]
  8.   end repeat
  9.   set the puppet of sprite 12 to 1
  10.   set the cursor of sprite 12 to [11, 12]
  11.   set the constraint of sprite 12 to 11
  12. end
  13.