How to make Angry Birds in Clickteam Fusion 2.5

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ม.ค. 2025

ความคิดเห็น • 46

  • @dianegibson9177
    @dianegibson9177 7 ปีที่แล้ว +1

    This video was amazing! Thank you so much because i never would've got this on my own!

  • @industriesddk7390
    @industriesddk7390 8 ปีที่แล้ว +6

    can you do a tutorial on angry Birds where when you pull back the bird goes to the mouse, and have a trajectory indicator using dots or a line?

    • @almightyzentaco
      @almightyzentaco  8 ปีที่แล้ว +2

      I just wanted to cover the basics, but I'm sure I could.

    • @industriesddk7390
      @industriesddk7390 8 ปีที่แล้ว +1

      +almightyzentaco alrighty, btw you're videos are superb and you are really good at vector art

    • @almightyzentaco
      @almightyzentaco  8 ปีที่แล้ว +2

      +IndustriesDDK Thanks. if I get a lot of requests for more in depth information on angry birds I'll make a part two.

    • @industriesddk7390
      @industriesddk7390 8 ปีที่แล้ว +1

      +almightyzentaco Mmkay. cool. I personally don't wanna clone angry birds I'm working on a project rn already, but I jus thought it'd be useful to understand something that i, an others may be able to learn.

  • @johnkenyon9317
    @johnkenyon9317 7 ปีที่แล้ว +1

    I think it would be cool if you can show us how to make the bird blow up after he is launched. I am working on a game based on this video and that extra info would be most helpful.

  • @gamedreamerjjg
    @gamedreamerjjg 8 ปีที่แล้ว

    Would you recommend to have two birds for animating the pullback? like how the bird would sit in the sling. and when say bird sling matchs the x y or lets say launch bird to toggle visibility? I have had an idea for an angry birds like game for a while. Do you have interest on working on something with other people?

    • @almightyzentaco
      @almightyzentaco  8 ปีที่แล้ว

      I would actually probably just have the bird follow the mouse when it's being held down. You would have to change the calculations for angle and velocity to be between the bird and the center point of the slingshot instead of the way I did it in my version.

  • @ThePankeltje
    @ThePankeltje ปีที่แล้ว

    Great tutorial.

  • @Shenotive
    @Shenotive 8 ปีที่แล้ว

    I'm sure you are tired of me asking for help XD but...I want to have this text (prewritten) and then I want to have it go back (on its own) and highlight a specific word and delete it and type a new word(s) in place of old word. But I want it to do it by itself (not the player). I also want it to be a typewriter effect when it types a new word(s) is this possible? I don't know how else to explain it:-/

  • @PolishFrog
    @PolishFrog 8 ปีที่แล้ว +1

    I am from Poland, I subscribe you

  • @Sniperizbak
    @Sniperizbak 7 ปีที่แล้ว

    so i followed your example step by step and the bird character just hits the blocks and stops. The blocks shake but just barely.

  • @bernard6552
    @bernard6552 7 ปีที่แล้ว

    hello, Is it possible to draw the bird? please thank you

  • @bmascarenhas
    @bmascarenhas 8 ปีที่แล้ว +1

    Hey, can you do a tutorial about AI for enemies or bosses? Thank you very much!

  • @rassembensalah6585
    @rassembensalah6585 7 ปีที่แล้ว +1

    where can i find objects in the tutorial

    • @brannanz
      @brannanz 4 ปีที่แล้ว

      just insert active objects

  • @AdwAWDgADGkaGWDJ
    @AdwAWDgADGkaGWDJ 8 ปีที่แล้ว

    Awesome! I subscribed! I have a question. for a platformer ect, can you make a enemy follow the player?

    • @almightyzentaco
      @almightyzentaco  8 ปีที่แล้ว

      Sure. You can do almost anything with a little elbow grease.

    • @thedumbanimator25
      @thedumbanimator25 4 ปีที่แล้ว

      @@almightyzentaco wow can you also tell me how to make the player move with walk animaton

  • @mashoodurrehmanrana9875
    @mashoodurrehmanrana9875 5 ปีที่แล้ว

    which app do you use for vector art?

    • @greenhead352
      @greenhead352 4 ปีที่แล้ว

      He uses Inkscape, sorry, im a year late

  • @langui576
    @langui576 8 ปีที่แล้ว

    Hey guy! I have a problem. (not with this tutorial)
    When my platform character launching fireball everything is normal, but when he jumped and fell, he launch fireball down. How to fix it?

    • @almightyzentaco
      @almightyzentaco  8 ปีที่แล้ว

      Depends on how you went about shooting fireballs. Are you launching in the direction the player is facing? Does the player ever face down? Link me the mfa and I'll see if I can help.

    • @langui576
      @langui576 8 ปีที่แล้ว

      yadi.sk/d/54x5ZiukuCrZF (WASD-move, SACE-jump, RMB-shoot)

    • @almightyzentaco
      @almightyzentaco  8 ปีที่แล้ว

      This is happening because you are using the built in platform movement. You are firing the fireball in the direction the player is facing. The player will be facing down when falling.
      If you really want only two directions of firing then you will need to add some more lines. One suggestion is to add an internal variable called player_dir and set it to 1 or 0 to represent the player facing left or right. You can update this variable when the user presses the proper key that changes directions (currently A or D).
      Then have two lines for firing the fireball. On for when the value of player_dir =0 (and you will shoot the fireball left) and one for player_dir=1 (and you will shoot the fireball right).
      Make sure you stop firing using the direction the player is facing and set the direction manually to correspond with the value of player_dir.

    • @langui576
      @langui576 8 ปีที่แล้ว

      THX. Can you make tutorial abut saving between levels.(sorry for bad english)

    • @almightyzentaco
      @almightyzentaco  8 ปีที่แล้ว

      I have a tutorial on how to save with INI, try that one. If that doesn't help I'll do what I can.

  • @sneezy_snerds
    @sneezy_snerds 8 ปีที่แล้ว

    I tried the stuff you said for the player spawing at a random position but it wasn't working. So I sent you the MFA of the game.

    • @almightyzentaco
      @almightyzentaco  8 ปีที่แล้ว

      I'll check it out after work.

    • @sneezy_snerds
      @sneezy_snerds 8 ปีที่แล้ว

      almightyzentaco Thanks.

    • @almightyzentaco
      @almightyzentaco  8 ปีที่แล้ว

      I checked it out before work actually. I emailed you a response. If that doesn't help you out I'll look further when I get back. Good luck!

    • @sneezy_snerds
      @sneezy_snerds 8 ปีที่แล้ว

      Ok

  • @dereksturm263
    @dereksturm263 8 ปีที่แล้ว +4

    Have you ever made a full fledged game?

    • @almightyzentaco
      @almightyzentaco  8 ปีที่แล้ว +2

      Yeah. Check out Into the Underdusk.

    • @dereksturm263
      @dereksturm263 8 ปีที่แล้ว

      +almightyzentaco cool

    • @austinblack4685
      @austinblack4685 8 ปีที่แล้ว

      i check out your game, and its really cool!

  • @chadiel9152
    @chadiel9152 8 ปีที่แล้ว

    where did u get the grass?

    • @almightyzentaco
      @almightyzentaco  8 ปีที่แล้ว +1

      I don't smoke pot.
      Also I make all of the art myself.

    • @chadiel9152
      @chadiel9152 8 ปีที่แล้ว

      ok.

  • @justhuman982
    @justhuman982 7 ปีที่แล้ว

    like

  • @aaronwise1089
    @aaronwise1089 7 ปีที่แล้ว

    Please do clash of clans next please

  • @izeckx
    @izeckx 8 ปีที่แล้ว

    FIRST!

  • @lindsey4180
    @lindsey4180 7 ปีที่แล้ว

    Like + sub😊

  • @bagel9110
    @bagel9110 7 ปีที่แล้ว

    Suomi