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

  1. on mouseUp
  2.   global haveseenGew
  3.   cursor(4)
  4.   set the ink of sprite the clickOn to 4
  5.   updateStage()
  6.   sound stop 1
  7.   stopvideo(2)
  8.   puppoff()
  9.   if haveseenGew = 0 then
  10.     set haveseenGew to 1
  11.   end if
  12.   go("gewinnen")
  13.   unloadAll()
  14. end
  15.