Answered
equivalent createjs code for as3 hitTestObject
i have two objects circle_mc and square_mc
if (circle_mc.hitTestObject(square_mc))
{
trace("Collision detected!");
}
what is the equivalent createjs code
i have two objects circle_mc and square_mc
if (circle_mc.hitTestObject(square_mc))
{
trace("Collision detected!");
}
what is the equivalent createjs code
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.