home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni E Inventori 1: Lavoro E Vita Quotidiana / invenzioni-inventori-1.iso / mac / Invenzio / TIMELIN2.DIR / 00006_Script_6 < prev    next >
Text File  |  1997-10-08  |  448b  |  25 lines

  1. on exitFrame
  2.   global tavola,da_indice,disaudio,da_back
  3.   
  4.   if tavola<>7 then
  5.     sound close 1
  6.     set tavola to 7
  7.     if not disaudio  then
  8.       sound playFile 1,"adt07.aif"
  9.     end if
  10.   end if
  11.   
  12.   if da_indice then
  13.     set da_indice to 0
  14.     quale_adt
  15.   end if
  16.   if da_back and not disaudio then 
  17.     vif 35
  18.     sound playFile 1,"adt07.aif"
  19.     set da_indice = FALSE
  20.     set da_back to FALSE
  21.   end if
  22.   
  23.   entra 2
  24. end
  25.