home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 July
/
CHIP_CD_1997_07_PL.iso
/
knowhow
/
internet
/
media
/
files
/
nmac.dir
/
00119.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
|
246 b
|
15 lines
on mouseDown
puppetSound("Mouse Down")
set the ink of sprite 3 to 12
repeat while the stillDown
updateStage()
end repeat
end
on mouseUp
puppetSound("Mouse Up")
set the ink of sprite 3 to 0
updateStage()
go(1, "komp.dir")
end