home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shocking The Web CD-ROM
/
SHOCK_CD.ISO
/
pc
/
tutorial
/
devglry
/
mcny
/
source
/
funhouse.dir
/
00025.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-06
|
302 b
|
17 lines
on enterFrame
if rollOver(21) then
puppetSprite(20, 1)
set the locH of sprite 20 to 130
set the locV of sprite 20 to 70
set the ink of sprite 20 to 8
set the castNum of sprite 20 to 91
else
puppetSprite(20, 0)
end if
updateStage()
end
on exitFrame
go("rm3nolit")
end