Axel icon indicating copy to clipboard operation
Axel copied to clipboard

fix value name bug.

Open fanflash opened this issue 11 years ago • 3 comments

fix value name bug.

fanflash avatar Oct 30 '13 16:10 fanflash

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.

arkeus avatar Oct 30 '13 22:10 arkeus

In AxSprite added function addAnimationByFristFrame.

So sorry. I'm english is very bad.

fanflash avatar Oct 31 '13 04:10 fanflash

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);

fanflash avatar Oct 31 '13 04:10 fanflash