[Proto-Scripty] PeriodicalExecuter, Updater, and Effect.Fade() executing in unexpected order

2009-10-04 Thread LinkMaster03
What I am trying to accomplish is a clock that updates every five seconds. Before it updates I want it to fade out, and after it updates I want it to fade back in. This is what I have right now: html head script type=text/javascript src=prototype.js/script script type=text/javascript

[Proto-Scripty] Re: PeriodicalExecuter, Updater, and Effect.Fade() executing in unexpected order

2009-10-04 Thread LinkMaster03
');                                    }                            }                    );            }    ); } You could also investigate effect queues, but I think this sort of chained function will do you better. Walter On Oct 4, 2009, at 11:26 AM, LinkMaster03 wrote: What I am