With this method you gave me, the hover is working perfect with the sprite:Is a gate that opens and closes when I hover the cursor. This is great.
Code:
[MeasureAnim]Measure=CalcFormula=( Clamp (( MeasureAnim + #Step# ), 0, 13 ))IfCondition=(#CURRENTSECTION#=0)IfTrueAction=[!DisableMeasure "MeasureAnim"]DynamicVariables=1Disabled=1[MeterAnimOpen]MouseOverAction=[!SetVariable Step "1"][!UpdateMeasure "MeasureAnim"][!EnableMeasure "MeasureAnim"]MouseLeaveAction=[!SetVariable Step "-1"][!UpdateMeasure "MeasureAnim"][!EnableMeasure "MeasureAnim"]
Statistics: Posted by Japmc7 — Today, 7:02 pm