I am making a puzzle with nine irregular shaped pieces. I
have the correct x and y values which are used in if statement that
checks the correct place of first three pieces of puzzle. I have
noticed that the problem is in the "P2" piece. P1 and P3 work fine,
but when the P2 gets in then statement doesn't work... What is the
problem? Could it be the overlapping x values. How would I go
around this????
Make sure you have an instance name of "p2" on the movieClip
and it is same case as in code. I assume all pieces are at same
level and therefore have same scope.