home *** CD-ROM | disk | FTP | other *** search
/ Dictionnaire Multimedia Multilingue (Home PC 42) / dictionarvizual.iso / data / tree2.dir / 00045_firstProc.ls < prev    next >
Encoding:
Text File  |  1996-03-13  |  391 b   |  16 lines

  1. on startMovie
  2.   global gAct, picName, gsndSw, gSprites, gVideoSw
  3.   langButtup()
  4.   go(1)
  5.   set the visible of sprite 45 to 0
  6.   set the visible of sprite 46 to 0
  7.   set vDelim to the itemDelimiter
  8.   set the itemDelimiter to "."
  9.   set picName to item 1 of the movieName
  10.   set the itemDelimiter to vDelim
  11.   set gLevel to 2
  12.   set the visible of sprite 7 to 0
  13.   loadHsDp()
  14.   set gSprites to 44
  15. end
  16.