How do I Create the fireball effect

0 favourites
  • 7 posts
From the Asset Store
Full game Construct 2 and Construct 3 to post on Google Play
  • Hello, everyone.

    How to Create the fireball effect, as in Mario Bros.

    Press a key, they throw the balls of fire leaping? What behaviors should I use, and how.

  • The bullet behavior is perfect for this.

    You need fire ball animation frames, check powstudios site for free frames.

  • The bullet behavior is perfect for this.

    You need fire ball animation frames, check powstudios site for free frames.

    for with bullet it only goes straight ... and to jump?

  • bullet would work. set the initial angle to aim at an angle towards the floor then on collision with floor set the angle straight. the bouncing effect could be made using animations.

    would work while jumping too add condition while not on floor and button pressed spawn object.....

  • bullet would work. set the initial angle to aim at an angle towards the floor then on collision with floor set the angle straight. the bouncing effect could be made using animations.

    would work while jumping too add condition while not on floor and button pressed spawn object.....

    Yes, but this is a forum on how to do ... the question is

    how to do step by step.

    ???

  • This is one way of doing it. It uses the bullet and platform behaviors. It automatically jumps every time it hits a platform and the bullet pushes it forward.

    It might need some more tweeking but you get the idea.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • This is one way of doing it. It uses the bullet and platform behaviors. It automatically jumps every time it hits a platform and the bullet pushes it forward.

    It might need some more tweeking but you get the idea.

    That was it I wanted, thank you;)

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