Hi every one in dp members I wanted to know how to use flash buttons in flash if any one know about this please reply me if suppose any one u know about some examples to use it please tell me.if u have any tutorials about the utilising the flash buttons please tell me.i already know hoe to animate the object but i dint remember how to use buttone to control the movie for ex buttons like play pause stop like this
its simple.. it can be done with action script... create two buttons on stage(in a separate later) then..differentiate the buttons..(green-play;red-stop) then use the following code... //on play button on(release) { <mcname>.play(); } //on stop button on(release) { <mcname>.stop(); } in a new layer..add this to first frame stop(); if u r not clear with this...tell...i'll attach an example