actionscript
Hello everyone i am new to adobe animate.
I have a symbol named Einstein with frame 1 standing frame 5 90 degrees going to right.
I want to write actionscript when i click on Einstein it must play to frame 5 and stop there.
how can i stop it from playing the frame's automicaly and just play when i click on the symbol and stop at frame 5?
i have this now:
root.muur1.Einstein.addEventListener("click", openeinstein);
function openeinstein()
{
this.Einstein.play();
}
