home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disney Interactive Software Sampler 1997 to 1998
/
Disney Interactive 1997-98 Software Sampler.iso
/
pc
/
media
/
mgicflor.dxr
/
00058.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
|
1997-10-17
|
274 b
|
17 lines
on mouseEnter
global SpritMag, FixCursor
cursor(-1)
set FixCursor to 1
repeat with i = SpritMag to SpritMag + 6
set the visible of sprite i to 0
puppetSprite(i, 0)
end repeat
ShowRight()
end
on mouseLeave
cursor(200)
HideRight()
RemiseStars()
end