Hi Everyone,
I’ve been trying to learn AS3. As long as I follow the tutorials all is well in the world, but now I’m off to do my own thing and the code I can think of just fails.
I have a game which has 2 movieclips on stage; movieclip1 and movieclip2. movieclip2 contains more movieclips; movieclipsA…J
movieclip1 moves around the stage and sometimes hits movieclip2. That’s when I want to check which of the lettered movieclips is hit, so I can do something with them.
I’ve tried movieclip1.hitTestObject(movieclip2.movieclipA), but that doesn’t work, because hitTestObject apparently only checks collisions between objects on the same level.
Then I have been trying to match coordinates, but I can’t get that to work properly either.
I’m sure something like this is out there, so if someone can point me in the right direction your help is very much appreciated.
Cheers, Wurzagg