Question
how to call object from specific frame
if(m[1].hitTestObject(clap1.symbol3.box))
{
m[1].x=m[1].x+30;
}
this is the error that i get
symbol'symbol3' 1046: Type was not found or was not a compile-time constant: box.
maybe this is because box is only in symbol3 frame number 4?
so how to solve this problem?