View Single Post
06-28-16, 10:49 PM   #4
n0t4h4cker
A Murloc Raider
AddOn Author - Click to view addons
Join Date: Mar 2016
Posts: 5
SetChange has been removed in legion so it's probably best not to use it.

You can replace it with a1:SetFromAlpha(0) and a1:SetToAlpha(1), and add menuFrame.animation:SetToFinalAlpha(true) to keep its new value
I will note this for legion, but I'm trying to get this work on live (wod 6.2).


you need to add a1:Pause() in the onfinish function
This doesn't really work with what I'm trying to do. I still won't be able to change alpha of the actual frame while in the animation.


Still haven't found a solution.
  Reply With Quote