home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 1998 November (Bonus)
/
GAMESTAR11B.ISO
/
ENCYC99
/
MM
/
T235412A.DCR
/
00072_LabelField.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-04-20
|
264 b
|
16 lines
global LabelTracker, progressBar
on mouseDown
onMouseDown()
PPButtonPause()
end
on mouseUp
set labelToGo to the mouseLine
set the visible of sprite 108 to 0
updateStage()
if labelToGo <> -1 then
go(getFrame(LabelTracker, labelToGo))
end if
end