home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1998 November (Bonus) / GAMESTAR11B.ISO / ENCYC99 / MM / T012919A.DCR / 00059_PauseButtonScript.ls < prev    next >
Encoding:
Text File  |  1998-06-09  |  219 b   |  20 lines

  1. global progressBar, PPButton
  2.  
  3. on new me
  4.   return me
  5. end
  6.  
  7. on mouseReleased me
  8.   global progressBar
  9.   PPButtonPause()
  10.   storePlaying(progressBar)
  11. end
  12.  
  13. on mousePressed me
  14.   nothing()
  15. end
  16.  
  17. on mouseDownIt me
  18.   nothing()
  19. end
  20.