Hi Constructers!
Im using C2, i planning to start a loop animation via keypress.
This is what i do so far.
1.Set boolean to trigger animation default false
2.When keypress, set the boolean to true
3.Event check if boolean is true, set animation to play.
But animation dont play and loop as expected.
What is wrong here.
Thanks