[Proto-Scripty] Re: Queue is slow

2009-05-27 Thread austenc
David, It is still behaving oddly / making a good 3-5 second delay for each effect.. Thanks for your help, here's my current script. // var proj_array = new Array (ep1,ep2,ep3,ep4,ep5,ep6,ep7,ep8,ep9);

[Proto-Scripty] Queue is slow

2009-05-26 Thread austenc
I'm trying to queue blindup and blinddown effects so the user can't double click to break things. I've tried adding this to my js file: Effect.Queues.get('myQueue').interval = 100; The queue itself is working... but takes a long time when you first click on an item to actually fire

[Proto-Scripty] Effect.complete event listener or equivalent?

2009-05-26 Thread austenc
Hi there, I've got an accordian style toggle script going, but i just found a bug. if you click one of the links again right after clicking it (while the Effect is still going), it makes the division disappear, or close. It's happening because my script is trying to start an Effect before the