Game lab throws me an Error about not seeing a sprite.
var sprite = createSprite(200, 200);
sprite.setAnimation("animation_1");
^ This is the code I used, pretty simple.
I get “ERROR: Line: 2: Error: Unable to find an animation named “animation_1”. Please make sure the animation exists.” Although I have this sprite with such name.
Why is this happening?