Do you have time?
Do you have time?
Out of context: Reply #7
- Started
- Last post
- 23 Responses
- spmitch0
onClipEvent(enterframe){
if(_root.movieclip.hitTest (_root._xmouse,_root._ymouse)){whatever you want to happen;
}
onClipEvent(enterframe){
if(_root.movieclip.hitTest (_root._xmouse,_root._ymouse)){
whatever you want to happen;
}