So, I'm making a 2d shooter game, and the main character is supposed to shoot where the mouse points. I have already completed the behavior for shooting, but I want to attach two sprites together (an arm and a body) so that I can simply make the arm rotate towards the mouse and avoid all the animation stuff. I tried using the always block to make a behavior that would do this, and it's attached below. However, I don't have the option to choose which actor I want my arm to move to.
Thanks in advance for any help!