Using Director > Animation > Animating sprites with Lingo |
![]() |
Animating sprites with Lingo
Lingo can create animation regardless of the settings in the Score. This lets you create or modify animation depending on movie conditions.
To move a sprite on the Stage, you use Lingo that controls the sprite's location. See bottom
, left
, right
, and top
.
To animate a sprite by switching the sprite's cast members, change the sprite's member
property. See member (sprite property)
.
![]() |