hi, maybe the problem is in aObjectNames = new Array;should be aObjectNames = new Array();On 7/26/06, G r U M P <
[EMAIL PROTECTED]> wrote:Hi everyone... thanks in advance for the help...
// THE CODEaObjectNames = new Array;for(i=0;i<35;i++){aObjectNames[i] = 'press_icon'+i;}for(i=0;i
Use:
aObjectNames.each(function(o){$(o).setOpacity(0)});
-Thomas
Am 26.07.2006 um 08:53 schrieb G r U M P:
Hi everyone... thanks in advance for the help...
// THE CODE
aObjectNames = new Array;
for(i=0;i<35;i++){
aObjectNames[i] = 'press_icon'+i;
}
for(i=0;i new Effect.Opacity(aObje
0);
Greg
> -Original Message-
> From: [EMAIL PROTECTED]
[mailto:rails-spinoffs-
> [EMAIL PROTECTED] On Behalf Of G r U M P
> Sent: Wednesday, July 26, 2006 12:54 AM
> To: rails-spinoffs@lists.rubyonrails.org
> Subject: [Rails-spinoffs] Silly little bug... should be an
Hi everyone... thanks in advance for the help...
// THE CODE
aObjectNames = new Array;
for(i=0;i<35;i++){
aObjectNames[i] = 'press_icon'+i;
}
for(i=0;i new Effect.Opacity(aObjectNames[i],{duration: 0,transition:
Effect.Transitions.linear,from: 1.0, to: 0.0});
}
// THE PROBLEM
The arra