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

  1. on mouseUp
  2.   global theMode, haveseenTopTen
  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.   set theMode to "self"
  10.   if haveseenTopTen = 0 then
  11.     set haveseenTopTen to 1
  12.     go("it")
  13.     unloadAll()
  14.   else
  15.     go("10")
  16.     unloadAll()
  17.   end if
  18. end
  19.