Hi,
Is there a way to stop an object fading in/out once the fade action has started, stopping it mid-fade?
Setting the opacity of the object overrides the fade. This is pretty much what a fade in/out is anyway, changing the opacity.
Develop games in your browser. Powerful, performant & highly capable.
You can use Tween instead. Tween the opacity property, and you can stop the tween if needed.
Many thanks lions_ and dop2000.