SCL™ Basics
Now to make a real shaking motion we'll slide and rotate back in the other direction when the initial slide and rotate are done. Then we bounce them back, then back again, repeatedly. We do this by defining completion events. Rather than define completion events for both the slide and the rotation, we'll just have the slide completion events manage the shaking.
You'll notice some new things: WiggleRight and RotRight as well as completion events for the slides: WiggleLeftDone, WiggleRightDone and RotLeftDone.
editable

It's fun to click on several times. Later we'll disable the ability to do this.