home *** CD-ROM | disk | FTP | other *** search
/ Sfanta Scriptura / BibliaseptuagintaRedactataSiAdnotataDeIpsBartolomeuValeriuAnania2001.iso / frame.ls < prev    next >
Text File  |  2004-03-31  |  261b  |  16 lines

  1. on exitFrame me
  2.   go the frame
  3.   
  4. end
  5. on enterFrame
  6.   global film
  7.   global scena
  8.   
  9.   if film <> VOID and film <> "" and film <> " " then
  10.     
  11.     set the visible of sprite 20 = true
  12.   else
  13.     set the visible of sprite 20 = false
  14.   end if
  15.   
  16. end