home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sfanta Scriptura
/
BibliaseptuagintaRedactataSiAdnotataDeIpsBartolomeuValeriuAnania2001.iso
/
inapoi.ls
< prev
next >
Wrap
Text File
|
2004-03-31
|
468b
|
24 lines
on mouseUp
global film
global scena
if film <> "" and scena <> "" then
set the member of sprite the currentSpriteNum to member "inap"
go frame scena of movie film
set film = VOID
set scena = VOID
end if
end
on mouseEnter
set the visible of sprite 14 = false
set the member of sprite the currentSpriteNum to member "inap1"
end
on mouseLeave
set the member of sprite the currentSpriteNum to member "inap"
end