RPG Tutorial EP 1 (Player Animation)

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ต.ค. 2024

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

  • @JohnSant-ago
    @JohnSant-ago 4 หลายเดือนก่อน

    hello! Thank you very much for the tutorial, but there was a catch. The animation occurs infinitely, it does not stop.

  • @SproutSkout
    @SproutSkout 2 ปีที่แล้ว +1

    I don't know if this channel is still active or people are still looking through the comment sections, but what if I were to make different sets of WASD walking and idle animations
    Example:
    I have made 3 sets for each WASD keys, each representing the player in certain weather/conditions
    3sets
    Normal walking and idle
    Holding breath walking and idle
    Walking on water walking/idle
    Does the code get messed up If I had different sets of walking/idle animation? Or Do I have to make another sprite and make the other animations there and only show it when a player walkes into the area that uses the other sets of animation?

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

      You don't need to make separate sprites, What you can do since the animate block works based on your inputs, is you can link whatever your weather detection system is to the an if then block, and place the different animate blocks inside the if thens, with different weather animations for each. I hope that helps

  • @lolman9071
    @lolman9071 2 ปีที่แล้ว +1

    In the player reference animations, the cape is covering the arms for W

  • @scratchforlife3134
    @scratchforlife3134  3 ปีที่แล้ว +1

    I hope you guys enjoyed todays video, if you did then like and subscribe! In the next video I add player movement, scrolling and collisions, this is going to be coming out in a few days. So I will see you guys in the next video!
    Starting sprites to follow the tutorial: scratch.mit.edu/projects/540509954/
    Current Project Version: scratch.mit.edu/projects/540512475/

  • @jimy9733
    @jimy9733 2 ปีที่แล้ว +1

    Good tutorial series :D

  • @chanelxdd
    @chanelxdd 7 หลายเดือนก่อน

    When i did the tutorial and started the game my character didnt made the animations

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

    It didnt work it moves a 360 instead of moving one set of costumes

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

      same here

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

      Figured it out if it dose a 360 you need to make sure they are named as follows W, W1, W2, etc you can't name it W idle or it breaks

    • @LucasCervantes-j5x
      @LucasCervantes-j5x 9 หลายเดือนก่อน

      @@Zinkquer HOW?

  • @bored_plays69
    @bored_plays69 หลายเดือนก่อน

    WHY IS MY CHRACTHER TURNING ARROUND ALL THE TIME

    • @scratchforlife3134
      @scratchforlife3134  หลายเดือนก่อน

      @@bored_plays69 send me the project and I will check your code :). I had the same issue a while back, but this is an older tutorial and I can't remember the fix

  • @nivisingh
    @nivisingh 3 ปีที่แล้ว

    wow, this is awesome you need more subs and views!

  • @Jasher144
    @Jasher144 3 หลายเดือนก่อน

    .... it doesnt work bec my costumes are unorganized.... please make a better script i beg you

  • @LucasCervantes-j5x
    @LucasCervantes-j5x 9 หลายเดือนก่อน

    WHY IS MINE TURNING 360?

  • @blakelaudie9255
    @blakelaudie9255 2 ปีที่แล้ว

    what is the difference between d and d idle?

    • @jimy9733
      @jimy9733 2 ปีที่แล้ว

      the idle part in d idle =| simple

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

      D is a key frame of animation and D Idle is the stationary pose

  • @cheir1000
    @cheir1000 2 ปีที่แล้ว

    i hope you get 300 subs but you will earn a sub

  • @LucasCervantes-j5x
    @LucasCervantes-j5x 9 หลายเดือนก่อน

    WHY IS MINE TURNING 360?

    • @scratchforlife3134
      @scratchforlife3134  9 หลายเดือนก่อน

      What do you mean by 360? I may be able to help.

    • @LucasCervantes-j5x
      @LucasCervantes-j5x 9 หลายเดือนก่อน

      @@scratchforlife3134 it rotates 360 when I press the letters like W,D,A but when I press the letter S the movement is fine.

    • @LucasCervantes-j5x
      @LucasCervantes-j5x 9 หลายเดือนก่อน

      @@scratchforlife3134 please help me

    • @scratchforlife3134
      @scratchforlife3134  9 หลายเดือนก่อน

      @@LucasCervantes-j5x I had this issue before. I would suggest you check to make sure you are naming your costumes correctly. And make sure you are calling the animation block properly from the forever loop.