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

  1. on startMovie
  2.   global picName, chgAct, pDic, gAct
  3.   set vDelim to the itemDelimiter
  4.   set the itemDelimiter to "."
  5.   set picName to item 1 of the movieName
  6.   set the itemDelimiter to vDelim
  7.   langButtup()
  8.   set gAct to "p"
  9.   set the picture of cast chgAct to the picture of cast pDic
  10.   set the visible of sprite 7 to 0
  11.   loadHsDp()
  12.   go(1)
  13. end
  14.