LucianoGraziani Posted July 15, 2016 Share Posted July 15, 2016 Hello, is it possible to animate a text? For example, don't render the entire text in an instant, but do it word by word. Or, making the words move when the mouse is over. Thank you. Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted July 15, 2016 Share Posted July 15, 2016 Text is a sprite with generated texture. You can actually updateText() one time, then use Textures with same BaseTexture but different rectangles to do some things Please look at PIXI.Text, PIXI.Texture and PIXI.BaseTexture first in docs, then look at them in the pixi sources. I really dont have energy enough to provide you an example right now LucianoGraziani 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.