Hi! I'm trying to start a timer when a sprite that has the Fade behavior finishes the fade in effect.
The only condition that I found is "On fade out finished", which dosn't trigger.
I tried the condition "when opacity >= 100", but this fires the action of this condition every tick (restarting the timer every tick)
Any ideas?