slow flash playback
slow flash playback
Out of context: Reply #3
- Started
- Last post
- 7 Responses
- imakedesign0
so whacking in a if statement should help?
onClipEvent (enterFrame) {
if (_root.on=true;) {
// use this code
} else {
onEnterFrame = null;
}
}