home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Ga Ichiban! 1997 November
/
macgaichiban199711.bin
/
MOVIES
/
TRUE3.Dxr
/
00058.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-09-03
|
252 b
|
13 lines
on mouseDown
global gframelabel
puppetSound("click")
updateStage()
button()
if rollOver(clickOn()) then
set the movieRate of sprite 13 to 0
set the movieTime of sprite 13 to 0
updateStage()
go("P_" & gframelabel)
end if
end