You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Video content idea:
When trying to animate a sprite where an object breaks into 2 different objects, you might want to animate one of those objects, and leave the other one stationary. One solution to this would be to break the original sprite sheet up into two different sprites that can be used.
Another solution would be to use object cropping to crop out part of the sprite that you want to animate. An example of this was the icicle I wanted to have fall to the floor. When I attempted to animate, the whole object moved, and the sprite sheet wasn't setup to break these into two different sprites.
The text was updated successfully, but these errors were encountered:
Video content idea:
When trying to animate a sprite where an object breaks into 2 different objects, you might want to animate one of those objects, and leave the other one stationary. One solution to this would be to break the original sprite sheet up into two different sprites that can be used.
Another solution would be to use object cropping to crop out part of the sprite that you want to animate. An example of this was the icicle I wanted to have fall to the floor. When I attempted to animate, the whole object moved, and the sprite sheet wasn't setup to break these into two different sprites.
The text was updated successfully, but these errors were encountered: