Posts: 2,528
Threads: 124
Joined: Jul 2009
Reputation:
0
What's in title. Is it possible? I've written some animation easings for textdraws, but with current procedure of moving textdraw by rebuilding it it's unusable.
Posts: 2,628
Threads: 32
Joined: Apr 2007
Reputation:
0
Hide it, change its position, show it.
Posts: 7,801
Threads: 187
Joined: Feb 2010
Reputation:
0
What if you created another TD at the new location, and THEN destroyed the old one?
Other than that, not sure if there's really a "smooth" way to do it.
Posts: 2,528
Threads: 124
Joined: Jul 2009
Reputation:
0
@LarzI: there isn't setposition function available.
@RealCop228: Yup, I've used this technique to create rotating model textdraws (but it was too client cpu intensive)
Posts: 7,801
Threads: 187
Joined: Feb 2010
Reputation:
0
You might want to check out y_td, part of the YSI library. AFAIK there's not any documentation on it yet, but if you look at the include you should be able to figure it out.