What are the differences between the following actions:
Set Activated
Set Ignoring Input
for the 8-direction movement behaviour? They seem to do exactly the same thing to me.
Thanks.
Develop games in your browser. Powerful, performant & highly capable.
With Set Ignoring Input u can still control object via events (for exemple, to make AI)
So Deactivating makes the sprite ignore actions related to the 8-direction behaviour?
Set ignoring input is good for enemies and cutscenes which you have the player do an action like going somewhere without pressing any keys, while activated disables the events of that character completely.