Im new to this flash and I am using as2 for the action script I wanted to know if there are any good tutorials on how to create a toggle button so far this is all I have.
on (release) {
play ();
}
on (release) {
stop ();
}
I wanted so that when you hit playit would start the animation but showing the pause button and vice versa.