flash _ hittest _ Q
flash _ hittest _ Q
Out of context: Reply #1
- Started
- Last post
- 2 Responses
- REDWOOD0
movieclip1.onEnterFrame = function(){
if(movieclip1.hitTest(movieclip2...
trace("collision")
}
hope this will work
movieclip1.onEnterFrame = function(){
if(movieclip1.hitTest(movieclip2...
trace("collision")
}
hope this will work