Drag issue...
I have a dragable stage...
over this stage i have a menu with a dragable handler... everytime i move (drag it) the handler, the stage also moves...
how to stop this anoying thing?
Kind regards,
Leo.
Mod
So it is the event.stopPropagation ();
that i need when the handler of the menu is dragged?
Thanks for the reply, by the way.
Mod
Originally Posted by
Leo75
So it is the event.stopPropagation ();
that i need when the handler of the menu is dragged?
Yes, because you have to stop bubbling up.
Cool...
thanks...
gonna try it right away!
Thanks Cancerinform,
I also would like to share this link:
http://www.learningactionscript3.com...t-propagation/
that talks about event propagation...
Cheers.
Leo.
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Click Here to Expand Forum to Full Width