home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 1998 November (Bonus)
/
GAMESTAR11B.ISO
/
ENCYC99
/
MM
/
T045067A.DCR
/
00087_PauseButtonScript.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
|
219 b
|
20 lines
global progressBar, PPButton
on new me
return me
end
on mouseReleased me
global progressBar
PPButtonPause()
storePlaying(progressBar)
end
on mousePressed me
nothing()
end
on mouseDownIt me
nothing()
end