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

  1. on mouseUp
  2.   global film
  3.   global scena
  4.   if film <> "" and scena <> "" then
  5.     set the member of sprite the currentSpriteNum to member "inap"
  6.  
  7.     go frame scena of movie film
  8.     set film = VOID
  9.     set scena = VOID
  10.   end if
  11.   
  12. end
  13.  
  14. on mouseEnter
  15.   set the visible of sprite 14 = false
  16.   set the member of sprite the currentSpriteNum to member "inap1"
  17.  
  18. end
  19.  
  20. on mouseLeave
  21.   set the member of sprite the currentSpriteNum to member "inap"
  22.  
  23. end
  24.