MC question
MC question
Out of context: Reply #5
- Started
- Last post
- 11 Responses
- unformatted0
so why you using onenterframe?
just use
onclipevent (mouseover) {
_root.nextframe();
}onclipevent(mouseout){
_root.prevframe();
}might be off a little, but you get the idea.