home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shocking The Web CD-ROM
/
SHOCK_CD.ISO
/
pc
/
tutorial
/
devglry
/
mcny
/
source
/
funhouse.dir
/
00026.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
|
208 b
|
16 lines
on mouseDown
global gotkey
if gotkey = 1 then
set the moveableSprite of sprite 10 to 1
end if
end
on enterFrame
global whichroom, gotkey
set whichroom to 5
end
on exitFrame
go("secret")
end