PDA

View Full Version : colisions help


Scott2go
08-24-2009, 12:01 PM
Hi. been learning about colision detection and can get a one to one colision working.
Would like to try a couple of other things with this but can't find any tutorials on how to do this

If I have two sets of circle objects called...

hit1_mc, hit2_mc, hit3_mc, hit4_mc,hit5_mc.
and
bit1_mc, bit2_mc, bit3_mc, bit4_mc, bit5_mc, bit6_mc, bit7_mc, bit8_mc, bit9_mc, bit10_mc

So I want to drag the bitx_mc series to anyone of the hitx_mc series and when hit is detected to centre on the hitx_mc that was hit.

The next step would be to have the hitx_mc series continue up to 50 and to have a button that would slide in the next 5 hit_mc objects,

Can someone point me at a tutorial or thread or example I could learn from. Thanks :D