When I press the button I want my movieclip to play.
My Question is, when I press the button how do I get the movieclip on the stage to play? Note: I have already put the following action script in the button.
on (press) {
SYNTAXA.play()
}
What do I do now to get the moveclip to play on the stage and at a location I desire?