If I have mySprite instance, what do I call on it to change its animation?
I found this API doc for Sprite instances, but animations didn't come up:
construct.net/en/make-games/manuals/construct-3/scripting/scripting-reference/plugin-interfaces/sprite
Develop games in your browser. Powerful, performant & highly capable.
It's not supported yet, but you could use runtime.callFunction() to call a function in the event sheet to set the animation. You could pass the uid so you can select the object in the function.
Oh, good idea. Thanks!