home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
What PC? 1996 July
/
WPCJUL96.ISO
/
file.exe
/
SHARED.DXR
/
01067_IFLCursorSet.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-05-15
|
215 b
|
9 lines
on IFLCursorSet
global IFLWhichcursorList, IFLThisButton
repeat with A = 39 to 47
if A <> IFLThisButton then
set the cursor of sprite A to getAt(IFLWhichcursorList, A - 38)
end if
end repeat
end