Hi all, I have a grid of mc's arranged in a square. When you click on any one of the mc's the mc changes appearance (ie inactive to active, active to inactive) - pretty simple.
I am trying to create a group of handlers that detect if the mouse is held down and "wiped" across the other mc's. If it is, it changes the "state" of any mc's it rolls over. Problem is, when the onPress handler is invoked, it seems to ignore any other handlers (onRollOver/onRollOut). I have tried combinations or onMouseUp/Down and setting flags, but if I cant get the onRollOver/Out handlers firing, I cant seem to detect whether the mouse is over the next mc while the mouse is down. This is getting frustrating - any ideas? http://www.whitemanrcheli.org/test/squares.html (check the "interactive" box and "create Grid") Darren _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

