home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1998 November (Bonus) / GAMESTAR11B.ISO / ENCYC99 / MM / T235412A.DCR / 00085_RewButtonScript.ls < prev    next >
Encoding:
Text File  |  1998-04-20  |  210 b   |  19 lines

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