Forum Discussion
ThaddeusAshclif
3 years agoCommunity Member
Altering animation paths trough variable references and triggers
Is there a way to change a animation path through triggers? Can we change the parameters to be a variable? For instance Example_Animation_path1
from
Y-20 to Y%variable1%
ThaddeusAshclif
3 years agoCommunity Member
Use at end of animation if ___ triggers.
Trigger <Animation2> when <Animation1> completes
if Variable Y=N
Triggering when animation completes lets you get the timing right without fuss. If you do this keep that animations short so the change happens quickly.