home *** CD-ROM | disk | FTP | other *** search
/ Smart Steps: 2nd Grade / SSGRADE2.iso / pc / dkcode / intro.dxr / 00008_Curseur.ls < prev    next >
Encoding:
Text File  |  1999-04-28  |  216 b   |  10 lines

  1. on exitFrame
  2.   set the mouseDownScript to EMPTY
  3.   repeat with i = 12 to 17
  4.     if the memberNum of sprite i <> 0 then
  5.       puppetSprite(i, 1)
  6.       set the cursor of sprite i to [25, 26]
  7.     end if
  8.   end repeat
  9. end
  10.