home *** CD-ROM | disk | FTP | other *** search
/ Media Gallery 1995 June / MG6.ISO / mg.dig / 00178.ls < prev    next >
Encoding:
Text File  |  1995-04-20  |  151 b   |  11 lines

  1. on mouseUp
  2.   cursor(4)
  3.   set the ink of sprite the clickOn to 4
  4.   updateStage()
  5.   sound stop 1
  6.   stopvideo(2)
  7.   puppoff()
  8.   go("spea")
  9.   cursor(0)
  10. end
  11.