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

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