home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Ga Ichiban! 1997 October
/
macgaichiban199710.bin
/
MOVIES
/
INTERNET.Dxr
/
00001.ls
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1997-08-04
|
218 b
|
11 lines
on mouseDown
puppetSound("click")
updateStage()
repeat while stillDown()
end repeat
if rollOver(clickOn()) then
set cname to the name of cast the castNum of sprite clickOn()
go(1, cname)
end if
end