I'm messing around and trying to create a prototype for a side scroller shooter.
Now what I am aiming to do is be able to move a sprite, but have the arms be able to follow the mouse. (As to aim.)
I've got the moving and everything else down easily enough.
I have created 2 seperate sprites, one being the Body and the other as the Arm.
I've Pinned the Arm to the Body sprite, I'm unsure if that is how I should go about it.
But I am not able to make the Arm follow the mouse, essentially have it swivel on the Body and aim where I am pointing while the body stay where it is.
Could anyone give any insight on how I could remedy my frustration on this?
(I would check the manual, but I am having trouble accessing the Main Scirra website at the moment.)