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

  1. global finestra, gElencoOpere, gOrigineElenco, keyword, gWWW
  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.   finestra = "interludio"
  12.   the windowList = []
  13.   go(1, "tutorial")
  14. end
  15.