home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 July
/
CHIP_CD_1997_07_PL.iso
/
knowhow
/
internet
/
media
/
files
/
w3.dir
/
00125.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
|
218 b
|
14 lines
on mouseDown
puppetSound("Mouse Down")
set the ink of sprite 22 to 12
repeat while the stillDown
updateStage()
end repeat
end
on mouseUp
set the ink of sprite 22 to 0
updateStage()
go(marker(1))
end