View Single Post
08-04-14, 08:01 AM   #16
syncrow
A Flamescale Wyrmkin
 
syncrow's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 149
I want to implement animated healthbars!

What i got so far:

you can update frame textures with:

- AnimateTexCoords

- rotating between texture files

i've tested it for xml StatusBars:

- AnimateTexCoords doesn't work, cause every few seconds the frame reset the TexCoords (works fine with "Frame" types but not with "StatusBars")

- rotating does work, however it starts flashing... (pretty ugly)

Last edited by syncrow : 08-04-14 at 03:08 PM.
  Reply With Quote