View Single Post
05-11-09, 10:37 PM   #1
Dgrimes
A Black Drake
 
Dgrimes's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 89
Animations on unit frame elements

Is it possible to add animations to textures of a unit frame with a scripted shader?

Edit: Never mind figured it out.

Edit2: Seems it wont autoloop... is that normal?

Edit3: It seems like even with my lockout code the animation is always re-starting itself when the frame updates.

The code I am using is if not anim:IsPlaying() then anim:Play() else return; end
__________________
What was is, what will be was.

Last edited by Dgrimes : 05-11-09 at 11:42 PM.
  Reply With Quote