onRollOut function is overriding my brain 2004-02-19 - By ilteris kaplan
Back Hello at this tired hours of yours probably. I was trying to help my pal about a problem of his which I couldn't figure out and better ask here.
So here is the scenerio: I have five buttons on the stage which reside on a container mc. If I rollover buttons I get the color change which is I want. but... when I put the buttons in a container_mc and put this code on the frame I don't get the rollover states of the buttons.
container_mc.onRollOut = function() { //here anything goes };
Simply, container_mc's onRollOut function is overriding the button's states. I just can't figure out why is that. I have tried this also with movieclips and got the same issue.
Please enlighten me. cheers.
ilteris
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ Supported by Fig Leaf Software -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ Lower Prices for Certified Training! Check out new lower prices for Certified Macromedia Training from Fig Leaf Software. Expand your skill set with courses in ColdFusion, Flash, Rich Internet Applications and .NET in the new year. Fig Leaf Software provides the highest caliber instruction at our training centers in Washington D.C., Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location.
Get the details at http://training.figleaf.com/ -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- To unsubscribe, e-mail: flashnewbie-unsubscribe@(protected) For additional commands, e-mail: flashnewbie-help@(protected)
|
|