Thanks for your solution! Unfortunately, i am not able to get this
work.
Firefox Debug says: "start is not defined" - "line 1". However, i have
alredy checked all ";", ")" and "}" but I am not able to troubleshoot.

Here is my function:

       function start(area, choice) {
       var effects = [];
        $$(".solution").each( function(item) {
          effects.push( new Effect.Fade(item, {sync: true}));
        });

        new Effect.Parallel(effects, afterFinish:  function() {
          search(area, choice, Enumerable.invoke.curry("appear").bind($
$('solution')));
        });
        }

Any evidence?

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to