home *** CD-ROM | disk | FTP | other *** search
/ Media Gallery 1995 June / MG6.ISO / mg.dig / 00179.ls < prev    next >
Encoding:
Text File  |  1995-04-20  |  170 b   |  12 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("pc direkt")
  9.   unloadAll()
  10.   cursor(0)
  11. end
  12.