home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 July / WPCJUL96.ISO / file.exe / SHARED.DXR / 01067_IFLCursorSet.ls < prev    next >
Encoding:
Text File  |  1996-05-15  |  215 b   |  9 lines

  1. on IFLCursorSet
  2.   global IFLWhichcursorList, IFLThisButton
  3.   repeat with A = 39 to 47
  4.     if A <> IFLThisButton then
  5.       set the cursor of sprite A to getAt(IFLWhichcursorList, A - 38)
  6.     end if
  7.   end repeat
  8. end
  9.