io tenterei cosi:
{
if(this.hitTest(_root.sub))
{
_root.pts ++;
}
}
oppure cosi
{
if(this.hitTest(_root.sub))
{
_root.pts =_root.pts+1;
}
}
io tenterei cosi:
{
if(this.hitTest(_root.sub))
{
_root.pts ++;
}
}
oppure cosi
{
if(this.hitTest(_root.sub))
{
_root.pts =_root.pts+1;
}
}