Hi all,
I'm making a grappling hook-based game that allows the player to pull blocks toward the player. Right now I have 2 issues I can't fix:
1.) Moving a block after the grappling hook attaches to it.
2.) When the grappling hook is shot vertically, the hook will not return to the player but instead fly off at a right angle.
I'm stumped because I tried using the 8-way behavior with the block, since it works with moving the player object around just fine when I grapple to walls/ceilings.
For the second issue the grappling hook has bullet behavior, but I have no problem with firing bullets up and down, just the return trip is acting oddly.
Here is a capx file with what I have so far.
mediafire (dot) com/file/qvzxbb70egiabiv/grapple_proto_01 (dot) capx
Thanks for your time!