How do I disable a fade effect - simply choose "disable effect" and in the effect text input - do I enter "fade" or "fade out"? I tried "fade" and it did not disable?
Are you talking about Fade behavior? It's not an effect, so you can't use "Disable effect" action.
And oddly, it's not possible to stop Fade behavior after it has started, you can only restart it or change its duration.
Is there anyway to disable a fade behavior in the code editor - you mentioned "after it starts" - Can I disable it and not allow it to start is the question I am after? Thank you in advance.
when you add the fade behavior to a sprite, you can set the "Active at start" to "No".
that disables it until you tell it to start. there is no way to disable it with code that I know of.
Develop games in your browser. Powerful, performant & highly capable.
when you add the fade behavior to a sprite, you can set the "Active at start" to "No". that disables it until you tell it to start. there is no way to disable it with code that I know of.
And use only one of effects, alternate "0" or "1" in fade in or fade out time.