Hello lists,
I have this problem in the project that we are developing, and this is
related to the question i had posted with subject "movie crashes". When the
user click the Glossary button(which is present all throughout the project),
the Glossary window display in black only and nothing else. Below is the
script.
--a cast script attach to Glossary button
global markerWindow
global framenum
global movname
on mouseUp
framenum=the frame
movname=the moviename
set markerWindow to window "Glossary"
set markerWindow.windowtype = 4
open markerWindow
end
--a cast script attach to Close button of the movie Glossary
--this is the same script also for my on closewindow handler
global framenum
global movname
on mouseUp
unloadmovie "Glossary"
go to frame framenum of movie movname
end
I really need your help experts to explain and help me with this problem, or
any better suggestion on how should i call the Glossary Window. Also when
this window is active the main or the calling movie should be active also.
Thank you in advance.
ellen
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]