Construct 3 Tutorial - Stardew Valley style 8 Direction Behavior and Animation

Поделиться
HTML-код
  • Опубликовано: 29 янв 2025

Комментарии • 36

  • @ridwanjanata_5523
    @ridwanjanata_5523 3 года назад +2

    holy crap, i've been trying to figured it out how this kind of movement & animation works for days, you saved me lol, thank you.

  • @MINIMANUS
    @MINIMANUS 4 месяца назад

    thanks, the only way to make animations without bugs

  • @demirelilgaz365
    @demirelilgaz365 5 лет назад +1

    Helped a lot thank you very much. I found it is easier to create separate animation for left,right, up and down instead of using the mirror functionality.

    • @Marlin-Gamedev
      @Marlin-Gamedev  5 лет назад

      You're very welcome! So glad this helped!! The advantage of the mirror functionality is to have the game only use the one image for multiple animations when the image is just a duplicate anyway. In a smaller project there wouldn't be a noticeable difference, but in a large project with several animations for each character you can save memory and performance speed by mirroring the one image.

  • @AdamBarkerThe
    @AdamBarkerThe 2 года назад +1

    thanks for this it helped a lot!

  • @mrsg6794
    @mrsg6794 4 года назад +1

    This was very helpful! Thank you!!

  • @Shamskiboy
    @Shamskiboy 4 года назад +1

    Hi I found your stuff bc Vimlark recommended you to me to learn c3 so I hope your videos can help

    • @Marlin-Gamedev
      @Marlin-Gamedev  4 года назад

      That's great to hear!! I hope you find enough to get you started. All tutorials except for Castle Run can be done in the limited free version. I'm sure you're already aware, but Vimlark also has a great tutorial you should try as well. Let me know if you have any questions, I'll do my best to answer.

  • @wellthatsmyname
    @wellthatsmyname 2 года назад +1

    Thanks for video, very helpful

  • @Monkandrewer
    @Monkandrewer 5 лет назад +1

    Thank you very much!!

  • @terrence.social2647
    @terrence.social2647 3 года назад +1

    thanks this was helpful

  • @Lucreaux
    @Lucreaux 3 года назад

    Good tut! If I have diagonal animations? I would I adjust the angles so that I could incorporate those?

  • @nine8565
    @nine8565 3 года назад +1

    Hey there great video! Something is off with the diagonal animations though. When entering 46 degrees from 0 the character doesn't continue to use the side animation and freezes. How is fixed?

    • @qmerk2661
      @qmerk2661 3 года назад

      i know this is a late response and you probably figured it out already, but in case you havent yet ill see if i can help. (hard to know why u have the issue without lookin at your settings and code).
      a couple things to check that i can think of.
      player behavior- set angle to no. turning off default controls
      direction sprite behavior- set angle to 45 intervals, and also turn off default controls.
      honestly those are really the only controls/behaviors i can think of that could cause that.
      i have some notes i made a while back actually from this vid. i dont know if you can understand them, or if they would help but heres the section about the animation code(in steps).
      hope you already figured it out. if not, i hope this helps!
      [add event]
      sprite(square), is moving
      [add sub-event]
      sprite(square), is within angle, {within}is the angle of the players direction(which direction the player will face when a key is pressed)}{angle is the direction i wanna move}
      [add action to sub-event]
      sprite(character), set animation, {"the name of the animation that is needed"}
      [add action]
      sprite(character), set mirrored (if needed)
      //note: if only using one 'side animation', then use {not mirrored} on original 'side animation', and {mirrored} on the other direction

  • @peeman146
    @peeman146 4 года назад

    how do i make it diagonal as well
    i have the frames but when ever i put within 0 of 45 degrees it plays only the first frame of the fown right animation

  • @troubleanimations5189
    @troubleanimations5189 2 года назад +1

    How do you stop animation delay? Please help

    • @Marlin-Gamedev
      @Marlin-Gamedev  2 года назад

      Can you give an example of what you mean by "animation delay"?

    • @trouble6043
      @trouble6043 2 года назад +1

      @@Marlin-Gamedev when I am walking and I switch animations it takes a bit of time to change animation when I am facing a different direction

    • @Marlin-Gamedev
      @Marlin-Gamedev  2 года назад

      @@trouble6043 Hmmm, hard to say what that could be without seeing what you have in your code or animation editor. I've never experienced that before. I'm not sure how to solve that.
      I do have a new updated version of this tutorial releasing in a few days. Not sure if that will help you out with what you have already. But I don't really know what to do about a "delay" like that. I've never seen that before.

  • @CloudDealing
    @CloudDealing 3 года назад

    I'm curious, I have mine set up, but when i'd press let's say, W & D to go diagonally, the animation will freeze. Is there a way to fix this?

  • @lieutenanttouillant7799
    @lieutenanttouillant7799 5 лет назад +1

    Do it works on construct 2?

    • @Marlin-Gamedev
      @Marlin-Gamedev  5 лет назад

      Yes!! Everything can be done in Construct2 AND Construct3

  • @BRUCELEE-wt7hk
    @BRUCELEE-wt7hk 4 года назад

    8 direction with jumping tutorial pls!!!!! Thanks

    • @Marlin-Gamedev
      @Marlin-Gamedev  4 года назад +1

      I've been working on that exact idea. Jumping and even having different height levels (platforms) for the character to jump to. All in a top down 8-direction style game. Unfortunately I had to send my computer back AGAIN to get repaired. So it might be awhile before I can get a tutorial out for that :(

    • @BRUCELEE-wt7hk
      @BRUCELEE-wt7hk 4 года назад

      Marlin thanks for replying back great tutorial and I hope you continue with working with your idea
      Pls upload the jumping tutorial as soon as your computer get repaired respect plus I subscribed your channel:)))

  • @valentin24759
    @valentin24759 4 года назад

    how download this project ?

    • @highfighter2503
      @highfighter2503 4 года назад

      It can also be done on browser without downloading

  • @momchilbalev6062
    @momchilbalev6062 5 лет назад +1

    Moooooore pls :)