Using Director > Sprites > Displaying and editing sprite properties > Editing sprite properties with Lingo |
![]() ![]() ![]() |
Editing sprite properties with Lingo
You can use Lingo to check and edit sprite properties with scripts as the movie plays.
To check a property value:
Use the put
command or check in the Watcher window. See put
.
To edit a property:
Use the equals (=
) operator or the set
command to assign a new value to the property. See = (equals)
and set...to, set...=
.
![]() ![]() ![]() |