i've a problem,i'm making a game where the hero wields a whip.
i tried making the whip to be a separate object, but the frames and the position isn't always exact, does anyone know another method? thx , bye bye
Pete Nattress Cheesy Bits img src/uploads/sccheesegif
Registered 23/09/2002
Points 4811
25th April, 2004 at 12:43:55 -
you'll have to add 2 lines like
+User presses left
-Set x pos of whip to "x pos of player + 2"
+NOT User presses left
-Set x pos of whip to "x pos of player"