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

  1. on stopMovie
  2.   global parte,tavola,da_indice,da_dove_tl
  3.   if da_dove_tl = 0 then 
  4.     set da_indice to TRUE
  5.   else
  6.     set da_indice to FALSE
  7.   end if
  8.   
  9.   set tavola to 0
  10.   SOUND CLOSE 1
  11.   CLESS
  12.   if the visible of sprite 18 then
  13.     set parte to false
  14.   else
  15.     set parte to true
  16.   end if
  17. end stopMovie
  18.  
  19.