vote up 1 vote down star

In many games, when a character is speaking (dialogue), the text has a typing effect, where it looks like you are watching the character type the text.

What would be a good way to achieve this look and (simple) "animation" for an iPhone game which uses cocos2d?

It's good if there's a way to do it with cocos2d, but I'm not completely opposed to layering a UIView subclass (UILabel?) on top of cocos2d's EAGL (OpenGL ES) view.

flag

72% accept rate

1 Answer

vote up 0 vote down check

I ended up using built-in UIKit elements (UILabel) and adding them as subviews to the window.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.