Re: [Flashcoders] buttons lined up next to each other- rollout not work

2008-01-16 Thread Andy Herrman
r.addTween(target,{_alpha:0, delay:0, time:2}); > > }; > > > } > > > > > Date: Tue, 15 Jan 2008 21:32:41 -0800 > > To: flashcoders@chattyfig.figleaf.com > > From: [EMAIL PROTECTED] > > Subject: Re: [Flashcoders] buttons lined up next to each other-

RE: [Flashcoders] buttons lined up next to each other- rollout not work

2008-01-15 Thread Dwayne Neckles
; Tweener.addTween(this.whiteborder,{_alpha:0, delay:0, time:1}); Tweener.addTween(target,{_alpha:0, delay:0, time:2}); }; } > Date: Tue, 15 Jan 2008 21:32:41 -0800 > To: flashcoders@chattyfig.figleaf.com > From: [EMAIL PROTECTED] > Subject: Re: [Fl

Re: [Flashcoders] buttons lined up next to each other- rollout not work

2008-01-15 Thread Marc Hoffman
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/200

[Flashcoders] buttons lined up next to each other- rollout not work

2008-01-15 Thread Dwayne Neckles
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