How do I shoot and walk?

0 favourites
  • 3 posts
From the Asset Store
Perfect for your zombie game! Animated from motion capture data Left, Right, Top Down!
  • how can i walk and shoot

    how can i jump and shoot

    (i have animation for jump, run and shoot

  • Do you mean the animations? I think you need an extra anim for walk+shoot and jump+shoot where the char has the gun in his hands or the proper pose to hold the weapon you use.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Hi the best solution is to make a variable global name "Action"

    when Action=1>> hero set animation "Walk or jump or Shoot"

    >>Hero set Plateform Moov (left or Right or Jump)

    IF you have a Shoot animation

    when Action=1>> hero set animation " Shoot"

    >> system create object at Hero.imagepoint.X(1,2 or 3) for x

    >> system create object at Hero.imagepoint.Y(1,2 or 3) for Y

    OR IF you have a Shoot animation

    when Action=1>> hero set animation " Shoot"

    >> hero spawn Bullet with bullet behavior

    SO IF you have a Shoot AND JUMP animation

    when Action=1>> hero set animation "Walk or jump or Shoot"

    >> hero spawn Bullet with bullet behavior

    what else

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)