HI,
In my platformer game I want to attach an object (pitchfork) to my Player and then press a key and have the pitchfork thrust to the right by 30 pixels or so by pressing Keyboard "Z".
I've attached the object in two ways, by using a
System Every Tick event - Set Position to Image point
but this seems to be rigid, I can't change the position, only the rotation. I tried making a Condition to the event, that if Keyboard "Z" was NOT pressed, and this seemed to allow the thrusting (by shifting to another Image Point), but the pitchfork would not adhere to the Player if I thrusted and jumped or moved.
Also attached via the Pin To behavior on the object, but again I can't get the position adjusted after that.
Any advice, pointers, etc. much appreciated,
M