home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Ga Ichiban! 1997 April
/
macgaichiban199704.bin
/
MOVIES
/
TRUE.Dxr
/
00084.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-02-07
|
202 b
|
12 lines
on mouseDown
global gframelabel
puppetSound("go")
updateStage()
button()
if rollOver(clickOn()) then
cursor(-1)
set gframelabel to "M" & clickOn() - 1
go(gframelabel)
end if
end