Open fanflash opened 11 years ago
I've been working on the font/text stuff in beta, so I'll see if these changes make sense, and if so, make them there.
The reason it's not in all caps is because it's technically not a constant. You could change the internal font pointer if you wanted to. I think ideally it'd be a constant though.
Leaving this open so I don't forget to look into it.
In AxSprite added function addAnimationByFristFrame.
So sorry. I'm english is very bad.
before: this.addAnimation("move",[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14, 15],9,true);
after: this.addAnimationByFristFrame("move", 0, 16, 9,true);
fix value name bug.