I was wondering if it is possible to create text animation in cocos2d. For my situation I want to see if I can do a typewriter effect where one letter appears at a time.
Thx
A fast, easy to use, free, and community supported 2D game engine
I was wondering if it is possible to create text animation in cocos2d. For my situation I want to see if I can do a typewriter effect where one letter appears at a time.
Thx
try using a BitmapFontAtlas and setting the string every x ms with the previous string + 1 character... it's ugly coding but it should work out.
Sweet!! I am kinda new to cocos2d. How do you use BitmapFontAtlas or do you know of a good website that will help me with this.
I don't know of any other websites but I would start by checking the source code because there's a cocos project there with samples of all the features, one of them is the BitmapFontAtlas.
If then you have some specific question on that, I may be able to answer.
You must log in to post.