Hi Zooen,
re:
> Is it possible that AutoRotate2 only starts rotation when "Start" is clicked?
Yes, I think so - on line number 7 of AutoRotate2.htm there is this:
code:
var start_stop = true;
I think that is where the default value is set, try changing that to:
code:
var start_stop = false;
- Michael
|