View Single Post
06-02-16, 06:30 PM   #4
galvin
A Frostmaul Preserver
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 265
This is related but it deals with alpha. When using an animationgroup on a frame with children. And you're using alpha. It conflicts with SetAlpha() calls that happen at the same time.

The work around is the same as with Scale. Use an OnUpdate and use SetAlpha().

My suggestion is if possible make it work like SetAlpha()

The C code I imagine to do both SetAlpha and SetScale could be used to work in the AnimationGroups.

Anyway thanks. Just glad I was able to do work arounds.