home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1998 November (Bonus) / GAMESTAR11B.ISO / ENCYC99 / MM / T060957A.DCR / 00101_LabelField.ls < prev    next >
Encoding:
Text File  |  1998-06-19  |  264 b   |  16 lines

  1. global LabelTracker, progressBar
  2.  
  3. on mouseDown
  4.   onMouseDown()
  5.   PPButtonPause()
  6. end
  7.  
  8. on mouseUp
  9.   set labelToGo to the mouseLine
  10.   set the visible of sprite 108 to 0
  11.   updateStage()
  12.   if labelToGo <> -1 then
  13.     go(getFrame(LabelTracker, labelToGo))
  14.   end if
  15. end
  16.