home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni E Inventori 1: Lavoro E Vita Quotidiana / invenzioni-inventori-1.iso / mac / Invenzio / Mare / SHAREDM.CST / 03105_Script_3105 < prev    next >
Text File  |  1997-09-15  |  846b  |  34 lines

  1. on gest_correlati_new
  2.   global gr,attore,cisei,correlati,dove,dove_articolo,olddove,a_blocca
  3.   global vidstat
  4.   set a_blocca to true
  5.   
  6.   if dove <> dove_articolo+1 then
  7.     set olddove = dove
  8.     set dove to dove_articolo + 1
  9.     sound close 1
  10.     sound close 2
  11.   end if
  12.   
  13.   
  14.   IF GR=FALSE THEN
  15.     if the membernum of sprite 48 > 0 then
  16.       set vidstat to "manuale"
  17.       if the casttype of member (the membernum of sprite 48) = #digitalvideo then
  18.         set the movietime of sprite 48 to 0
  19.         set the movierate of sprite 48 to 0
  20.         global canale_barra,canale_linea,canale_pausa
  21.         
  22.         vif canale_pausa        
  23.         set the loch of sprite canale_linea to the loch of sprite canale_barra
  24.         
  25.         
  26.         spengo 48
  27.         updatestage
  28.       end if
  29.     end if
  30.   end if
  31.   
  32. end
  33.  
  34.