AnimatedSprite::playAnimation()
Plays an animation.
Examples
Syntax
Java
Scratch
play animation (name)
Parameters
Name | Data Type | Description |
---|---|---|
name | String | The name of the animation to play |
once | boolean | If true plays the animation only once. |
Return
void