No such problem here with either adjacent or overlapping buttons. Please post your code. Here's mine for four buttons named "btn1," "btn2," etc.:

for (i = 1; i < 5; i++) {
        this["btn" + i].onRollOut = function() {
                trace(this._name);
        };
}

Marc

At 09:06 PM 1/15/2008, you wrote:

This is probably a classic issue..

I have 5 buttons lined up next to each with no space between but they arent overlapping.

I have rollover and rollout events.. but the rollout event doesnt work when i roll over to the next button..

the onrollout event works only when i rollout on to negative space..which sucks
is there a workaround

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to