# MC symbol Timeline Control

**URL:** https://forum.kirupa.com/t/mc-symbol-timeline-control/200524
**Category:** flash
**Created:** [September 12, 2006, 10:22pm UTC](https://forum.kirupa.com/t/mc-symbol-timeline-control/200524 "2006-09-12T22:22:34Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![sk8er5960](https://avatars.discourse-cdn.com/v4/letter/s/7cd45c/32.png) [@sk8er5960](https://forum.kirupa.com/u/sk8er5960)
#### Post date: [September 12, 2006, 10:22pm UTC](https://forum.kirupa.com/t/mc-symbol-timeline-control/200524/1 "2006-09-12T22:22:34Z")

</div>

Bassicaly i want to control a movie clips time line with a buttons on (release) function. The application is bassicaly a quiz that shows if they got the answer right or wrong. so the movie clip in question contains three frames with three different colored boxes: yellow for unanswered, green for right, and red for wrong. on release of the wrong buttons makes the box go to frame 3, right buttons frame 2.

i know its got to be something bassic like:

on (release) {  
movieClipInQuestion.\_currentFrame = (2)  
}

But you and i both know that doesn work…:puzzled:
