Flash help
Flash help
Out of context: Reply #5
- Started
- Last post
- 5 Responses
- System-Idle0
or you could use:
myBtnName.onPress=function()
{
root.circle.stop() ;
}this will work with a btn or mc (providing you have named them),
also keeps ye code on the timeline, not tucked away in some mc somewhere.
(use eg code on timeline/frame)
:)