home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1996 April - The Windows Show / PCPRO_0496.ISO / pcpro.dir / 00449.ls < prev    next >
Encoding:
Text File  |  1996-02-09  |  161 b   |  10 lines

  1. on mouseUp
  2.   global video, Qtsprite
  3.   set the movieRate of sprite Qtsprite to 0
  4.   set video to 0
  5.   backgrey()
  6.   forwardgreen()
  7.   updatenavig()
  8.   go("start")
  9. end
  10.