Scratch for Java

AnimatedSprite

The class AnimatedSprite extends the class Sprite. AnimatedSprite objects can have animations, which are a wrapper around costumes. An animation is basiclly a series of costumes which will be shown after each other.

Constructors

  • AnimatedSprite()