Flash help
Flash help
Out of context: Reply #1
- Started
- Last post
- 5 Responses
- fate_redux0
on(release){ _root.circle.stop() }
or if you're using a movieClip as a button
onClipEvent (load) {
this.onRelease=function(){
_root.circle.stop();
}
}
on(release){ _root.circle.stop() }
or if you're using a movieClip as a button
onClipEvent (load) {
this.onRelease=function(){
_root.circle.stop();
}
}