Hey, I was wondering if anyone could explain to me how to test if a movieclip (circle) is touching another movieclip (wall). Say there are three instances of the movieclip wall. How would I test the collision between the circle and all three of the walls without naming them wall1, wall2, wall3, etc. and testing for the collision between each one individually? I’m pretty sure there’s a way to accomplish this with the use of arrays, but can someone please explain to me how this is done? Thanks in advance =D