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

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