unlockAnimations
Type
command
Summary
Allowing object motions caused with the animate command to be seen.
Syntax
unlockAnimations
Description
Use the unlockAnimations command to begin all animate.
Examples
if lockAnimations() is true then unlockAnimations
set the backColor of me to empty
set the textSize of me to 12
animate the long id of me, "backColor", any line of colorNames(), 1, "inQuart"
animate the long id of me, "foreColor", any line of colorNames(), 1, "outElastic"
animate the long id of me, "textSize", 32, 1, "outCubic"
Compatibility and Support
OS
mac
windows
linux
ios
android
Platforms
desktop
mobile
web