home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 July
/
CHIP_CD_1997_07_PL.iso
/
knowhow
/
internet
/
media
/
files
/
w3.dir
/
00127.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-03-24
|
269 b
|
16 lines
on mouseDown
puppetSound("Mouse Down")
set the ink of sprite 21 to 12
repeat while the stillDown
updateStage()
end repeat
end
on mouseUp
set the ink of sprite 21 to 0
updateStage()
set the castNum of sprite 21 to 124
updateStage()
continue()
end