Hello, ive been struggling with the positions of sprites within displayobjectcontainers. Its hard to calculate the absolute position on the screen. Ive been calculating it like this: var sx = attacker.sprite.position.x + attacker.sprite.parent.position.x; var sy = attacker.sprite.position.y + attacker.sprite.parent.position.y; var tx = target.sprite.position.x + target.sprite.parent.position.x; var ty = target.sprite.position.y + target.sprite.parent.position.y;now im shooting lasers (another D