stop() (removed in version 2.0.0)

Stop the sprite animation.

Syntax stop()

Return Type displayObject

Description

Stop the sprite animation. Since version 2.0.0, you should use stopAnimation() instead, since the there was a name collision before.

Return Value

displayObject. Returns the display object itself.