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

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