home *** CD-ROM | disk | FTP | other *** search
/ Galleria D'arte: Manet / Manet.iso / Dati / T2Movie.dxr / 00001_main.ls next >
Encoding:
Text File  |  2000-12-21  |  160 b   |  14 lines

  1. global gMovie
  2.  
  3. on prepareMovie
  4.   global gTutorial
  5.   gMovie = "T2Movie"
  6.   gTutorial = "TOpere"
  7. end
  8.  
  9. on tema
  10.   unLoad()
  11.   gMovie = "theme2"
  12.   go(1, "theme2")
  13. end
  14.