home *** CD-ROM | disk | FTP | other *** search
/ Galleria D'arte: Manet / Manet.iso / Dati / Main.dxr / 00023_presentazionetasto.ls < prev    next >
Encoding:
Text File  |  2000-12-21  |  283 b   |  16 lines

  1. global finestra, gElencoOpere, gOrigineElenco, keyword, gMovie, gWWW, gTutorial
  2.  
  3. on mouseUp me
  4.   gWWW = 0
  5.   keyword = 0
  6.   gElencoOpere = 0
  7.   gOrigineElenco = 0
  8.   cursor(-1)
  9.   sound stop 1
  10.   sound stop 2
  11.   sound stop 3
  12.   finestra = gMovie
  13.   the windowList = []
  14.   go(1, gTutorial)
  15. end
  16.