HELP!!!flash Q
HELP!!!flash Q
Out of context: Reply #4
- Started
- Last post
- 9 Responses
- ganon0
thank you, but it is still not working...i have two clip events for one movie clip, is that messing me up...?
onClipEvent (enterFrame) (
if (this.hitTest(_root._xmouse, _root._ymouse, true)) (
this.nextFrame();
) else (
this.prevFrame();
)
)
onClipEvent (mouseDown) (
_root.gotoandPlay(5);
)