home *** CD-ROM | disk | FTP | other *** search
/ SVM Multimedia Villagina 2 / Villagina_2.iso / pc / kiosque.dir / 00074_Script_Principal < prev    next >
Text File  |  1995-10-23  |  292b  |  9 lines

  1. on WaitQT Chanel  -- Chanel est le numero de la piste o˘ se trouve la movie
  2.       if ((the MovieTime of sprite Chanel) ¨
  3.         < (the duration of cast ( the name of cast ¨
  4.         ( the castNum of sprite ( Chanel ))))) then
  5.         go to marker (0)
  6.   else
  7.     go to the frame + 1
  8.       end if
  9. end WaitQT