#2, by afrlmeWednesday, 20. October 2021, 11:50 3 years ago
It's not a bug apparently, it hiding the object image was a bug. Animations aren't actually part of the objects themselves. When you play an animation you are just drawing it on the scene as a separate entity & all creating the animation inside of the animation tab of an object is doing is determining the z-index (object center) for the animation to dictate which layer the animation will be drawn on.
You need to create separate objects. One for the static sprite & another for any animations you want to use for it, or just use all animations instead - don't forget that you can create looping animations that contain only a single animation frame.