Button onRollOut

[FONT=arial]hi,[/FONT]

I started a few days ago with flash and even though i think its going ok…:slight_smile:
i also stumbled on some troubles also…
i’m having buttons who start to play a movie on the over state,
when i roll out, the button go’s to the original state,
this is where i didn’t find the solution …yet …! :the movie should just continue playing…and stay on the last framestate of the movie…
like i said , i keep on trying , but maybe someone could give me a hint?
When i was reading about it , i get even more confused, cause the reply with such button actions/questions are often answered with: “u should better use movie clips who act like buttons??”
as u can see , i still have a long way to go…, could use a hint…

thx

best thing is to give us a snippet of your code …show us what your trying by the code …

but i would have it like this


myBtn.onRelease=function(){
_root.animationMc.gotoAndPlay("2");
};
//then on the last frame of the animation on a layer called  "actions" i would write 
gotoAndStop("1");

cheers