home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2001 December (Bonus) / HAWKING.ISO / 09.DIR / 00169_09.D0042.ls < prev    next >
Encoding:
Text File  |  1995-04-03  |  262 b   |  14 lines

  1. on mouseUp
  2.   global gGoBackFrame, gGoBackMovie
  3.   puppetTransition(0)
  4.   sound stop 1
  5.   ClearPuppets()
  6.   set gGoBackFrame to marker(0)
  7.   set gGoBackMovie to the movie
  8.   if the movie = "09.dir" then
  9.     go("ENTROPY")
  10.   else
  11.     go("ENTROPY", "09.dir")
  12.   end if
  13. end
  14.