Issues with [source path] FlashPunk-1.7.2, I have a yellow alert symbol next to the folder name with triangle with this !, when I drill on the net folder it show the yellow triangle symbol with !, I drill down the flashpunk package and the Entity.as, World.as files show the same thing
in the file Entity.as in this line it’s a yellow alert triangle w symbol ! if ((e = collideTypes(solidType, this.x + sign, this.y))) if ((e = collideTypes(solidType, this.x, this.y + sign))) if ((e = collide(type, x, y))) return e;
in the Entity.as file is show a red circle with a x in this line of code if (_mask.collide(FP.entity.HITBOX))
if (_mask.collide(FP.entity.HITBOX))
In the World.as file I have this error too
if ((e = collidePoint(type, x, y)))