if(container_mc.hitTestPoint(character.x,character.y,true)){
}
when i add additional movieClips to container_mc, all items do hittest with character as expected, however the performance take a little drop. Can anyone tell me, is this because it’s checking all those items individually? if so is there some way to “flatten it” for better performance? (not using bitmapdata).
thanks