flash _ hittest _ Q
flash _ hittest _ Q
- Started
- Last post
- 2 Responses
- vertigo
new to flash and can't seem to get this right _ wan't to detect a collision between two moving MCs and all tutorials i find are based upon drop n drag etc. _ hope im makin sum sense here _ cheers
- REDWOOD0
movieclip1.onEnterFrame = function(){
if(movieclip1.hitTest(movieclip2...
trace("collision")
}
hope this will work
- vertigo0
yep _ simple as that huh :$
thnx m8!