home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / demos / rodney / rodrub.dxr / 00806_rewind neutral.ls < prev    next >
Encoding:
Text File  |  1996-09-16  |  241 b   |  12 lines

  1. on mouseDown
  2.   set chan to the clickOn
  3.   set the castNum of sprite chan to the castNum of sprite chan + 1
  4.   updateStage()
  5.   RewindVideo()
  6.   set the castNum of sprite chan to the castNum of sprite chan - 1
  7.   updateStage()
  8. end
  9.  
  10. on mouseUp
  11. end
  12.