Ask a Question related to Macromedia Director Lingo, Design and Development.
-
Kenny Fraser #1
Child Scripts not responding to MouseEnter or MouseLeave
Hi, I am having a problem where my child scripts are not responding to
MouseEnter or MouseLeave events, any help would be great.
Thanks
Kenny Fraser Guest
-
MouseLeave fired on childs controls, This does not have thus to be.
Hi; A UserControl named ContainerInfo has children controls; ContainerInfo also has the MouseLeave event. But one goes off when the cursor of... -
Parent/Child relations - Trying to access child control for save
I have a parent datagrid that has my customer information. For each customer I have a child datagrid with all their part information. In the... -
mouseLeave question
I want to have it so the mouseLeave handler only takes effect on a sprite when leaving from only one direction(from the right, left, top, bottom). ... -
mouseEnter / mouseLeave sprite error
I get the error "This shockwave movie has errors that have causes playback problems" when I repeated pass the mouse over a text sprite with a hilite... -
dynamic child scripts working in memory....
my brain just might not be functioning right at the moment... but.. i know how to add/remove puppetsprites with script instance lists and... -
Robert Tweed #2
Re: Child Scripts not responding to MouseEnter or MouseLeave
"Kenny Fraser" <KennyFraser@HotMail.com> wrote in message
news:brajt5$nrs$1@forums.macromedia.com...Well, if the scripts aren't attached to sprites then they won't receive>
> Hi, I am having a problem where my child scripts are not responding to
> MouseEnter or MouseLeave events, any help would be great.
those events. Scripts only receive events when they've been attached to
something that generates those events. mouseUp, mouseDown, etc., are
generated only by sprites. prepareFrame, enterFrame, exitFrame are generated
by the frame and sprites. stepFrame is generated by the actorList. If you
don't put the script in the right place, it won't get any events whatsoever.
- Robert
Robert Tweed Guest



Reply With Quote

