Hey there everyone.
Using Panda Im wondering how to slow down the default FPS in Animations.
Currently i use loop to animate sprites. For(i=0, i<W1Height,i++){
W1.scale+0.1; W1.addTo(this.stage);
Will run about 32 times, how to slow?
Just use a smaller number than 0.1?
Any ideas...