I have a sprite.
The sprite has a sine behaviour (size).
The behaviour is activated when clicking the sprite.
I wish to deactivate the behaviour when the size reaches maximum.
I can make a textbox update every tick with a sprite.cyclePosition.
However I can only add events that trigger based on the fixed values...not the cyclePosition.
Any ideas how I can add an event that triggers based on cycle position?
My work around idea is to monitor the value of the textbox.