Navigating Movie Clip Timelines

The Challenge

Create a function called blinkLeft that sends left_eye to the "blink" frame label. Assume left_eye is inside head, which is inside character.

Now call blinkLeft when a button with instance name bLeft is clicked.

The Solution