home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 1998 November (Bonus)
/
GAMESTAR11B.ISO
/
ENCYC99
/
MM
/
T045067A.DCR
/
00089_FFButtonScript.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1997-07-30
|
229 b
|
19 lines
global progressBar, thisFrame, endFrame
on new me
return me
end
on mouseReleased me
nothing()
end
on mousePressed me
FFMovie(progressBar, thisFrame, endFrame)
end
on mouseDownIt me
onMouseDown()
PPButtonPause()
end