home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shocking The Web CD-ROM
/
SHOCK_CD.ISO
/
pc
/
tutorial
/
devglry
/
mcny
/
source
/
funhouse.dir
/
00048.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
|
449 b
|
14 lines
on mouseUp
global gottorch, littorch, whichroom, fireon
puppetSprite(8, 1)
set gottorch to 1
when mouseUp then
if (whichroom = 2) and (fireon = 1) and (the locH of sprite 8 > 100) and (the locH of sprite 8 < 180) and (the locV of sprite 8 > 110) and (the locV of sprite 8 < 180) then
set littorch to 1
set the castNum of sprite 8 to 38
end if
set the locV of sprite 8 to 20
set the locH of sprite 8 to 20
updateStage()
end