Thread: Animated Text
View Single Post
  #16  
Old 12-13-2010, 12:27 AM
WhiteDragon WhiteDragon is offline
Banned
Join Date: Feb 2007
Posts: 1,002
WhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to behold
Quote:
Originally Posted by Tigairius View Post
... but about 90% of this can be done using the particle engine (which supports text) and it's a lot more efficient to do it that way too.
I disagree with this. The particle engine provides an API for describing a pattern for multiple particles, it is not made for manipulating single particles in specific ways -- trying to do that with the particle engine usually just makes things messy.

RogueShadow's script allows you to sequence different, more specific patterns on single objects (i.e., specific points, tweens, and all of this on any attribute).

It's true that his script and the particle engine do similar things, but they are built for two different purposes and it shows.
Reply With Quote