Hi, How can i use the "STOP ALL TWEENS" of an instance using the API?.
Failed attempts:
runtime.objects.Sprite.getFirstInstance().behaviors.Tween.stopAll();
Failed attepts when asked to Gemini:
runtime.objects.Sprite.getFirstInstance().getInstanceBehavior("Tween").stopAll();