home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni E Inventori 1: Lavoro E Vita Quotidiana / invenzioni-inventori-1.iso / mac / Invenzio / Citta / shared.cst / 03007_Script_3007 < prev    next >
Text File  |  1997-10-14  |  2KB  |  59 lines

  1. on idle
  2.   
  3.   global cisei,menuindice,simon,gr,men,funzioni,correlati,canale_audio,audio_barrato,audio,audio_nonbarrato,MENUBAR,winpres
  4.   
  5.   if  not soundbusy(1)  then
  6.     if  the mousecast <> audio_nonbarrato+1 then      
  7.       set audio to audio_barrato
  8.     else
  9.       set audio to audio_nonbarrato+1
  10.     end if     
  11.     updatestage
  12.   end if
  13.   
  14.   --  if the castnum of sprite 48 > 0 then
  15.   --    if the type of member (the castnum of sprite 48) = #digitalvideo then
  16.   --      if the movierate of sprite 48 = 1 then
  17.   --        exit
  18.   --      end if
  19.   --    end if
  20.   --  end if
  21.  
  22.   if offset ("pop", string (the windowlist)) and the mousedown then 
  23.     curfinmetti
  24.   end if
  25.   
  26.   if correlati  <>  ""   and offset (":",correlati) then
  27.     put "passo qui",correlati
  28.     set tmp to correlati
  29.     toglipopart
  30.     put "TMP = ",tmp
  31.     if tmp <> "" then go to movie tmp
  32.     exit
  33.   end if
  34.   
  35.   if gr=false then
  36.     if rollover (47) and not winpres then
  37.       chiamamenubar
  38.       exit  
  39.     end if
  40.     if the mouseV < 418  and winpres then
  41.       toglimenubar
  42.     end if
  43.   END IF
  44.   if the membernum of sprite 47 > 0 then
  45.     if the casttype of member (the membernum of sprite 47) of castlib "shared"= #digitalVideo then
  46.       set mrk to marker(0)
  47.       global qvolte_video
  48.       if (mrk = marker("viaggio") or mrk =marker("chiuso") or mrk = marker("articolo") or mrk = marker ("principio") or mrk = marker ("menu") )  then
  49.         set the movierate of sprite 47 to 1
  50.         set qvolte_video to false
  51.       end if 
  52.     end if
  53.   end if
  54. end
  55.  
  56.  
  57.  
  58.  
  59.