Game Builder Garage - Animating Sprites & 2D Textures (Tutorial)

Поділитися
Вставка
  • Опубліковано 4 січ 2025

КОМЕНТАРІ • 230

  • @ManxNinjaPig
    @ManxNinjaPig 3 роки тому +17

    This video is soo helpful, looking forward to more!

    • @Dallas-T
      @Dallas-T 3 роки тому +1

      Welp, the mousey man himself is done!

    • @Darien67882
      @Darien67882 8 місяців тому

      ...

  • @BroskiPlays
    @BroskiPlays 3 роки тому +29

    GBG has been the most fun that ive ever had in a game builder to date. Amazing job Nintendo

  • @zepharcher
    @zepharcher 3 роки тому +50

    awesome! I used a not command to change animations while the player shoots. I’m looking forward to future tutorials!

    • @VideoDojoPro
      @VideoDojoPro  3 роки тому +6

      Thanks! What a good idea for creating the player shoot animation!

  •  3 роки тому +2

    I swear this short video was more informative than the guides in garage game builder xD the game seriously needed video guides instead of guides with puns -.-

  • @SparkyMK3
    @SparkyMK3 2 роки тому +1

    Ive just gotten GBG with my new Switch, and finding out it has an option to make your own pixel art and pixel animation for it has made me fall in love with it even more. This game maker is the gift that keeps on giving (and I aint talkin moms brussel sprouts either)!

  • @shaghost8614
    @shaghost8614 3 роки тому +1

    Bro thanks not alot of people are posting and sharing information on this yet and this will and did help alot

  • @robfrydryck127
    @robfrydryck127 3 роки тому +2

    Thank you so much for going over this

  • @nach_with_the_cheese4574
    @nach_with_the_cheese4574 3 роки тому +1

    Thanks for the tips of how to animate my textures in this game now I'll be able to continue on my programming.

    • @VideoDojoPro
      @VideoDojoPro  3 роки тому

      Glad it helped! Good luck with your programming!

  • @JinjoJinjoJinjo
    @JinjoJinjoJinjo 2 роки тому +1

    Wow, what a good and helpful tutorial video man! This'll really help me make good game in gamer's build garage!

  • @Delano-James
    @Delano-James 3 роки тому +2

    THANK YOU

  • @JamesAnimationsBFS
    @JamesAnimationsBFS 3 роки тому +2

    This can also be done with Marker Nodon's.
    First call up a Counter Nodon, set the range to 0 to 1 and set it to loop or bounce.
    Then call up a Constant Nodon and set the Output Value to 0.0q, and connect it to the Counter Nodon's Count up or Count Down Port.
    Then call up a Marker Nodon and I would usually set it to line. Connect the Counter Nodon's Count Port to the Marker's Input Port.
    Then call up a Bull's-eye Nodon and I would set it to Rectangle. Copy as many Bull's-eye Nodons as you want on the Marker.
    Lastly call a Texture Nodon and draw whatever you want in it, after that connect the Texture to one of the Bull's-eye Nodons.
    You can also replace the Constant with a Button or a Stick to make the animation play when Tilted or Pressed.

  • @goodygoodfilpflap1226
    @goodygoodfilpflap1226 3 роки тому +12

    Thank you so much I was trying to find out how to do that thanks could you make a video about how to make a fighting game?

  • @MKroni1
    @MKroni1 3 роки тому +1

    Great vid and great tutorial! Please keep them coming!

  • @alexdr740
    @alexdr740 3 роки тому +2

    Thank you for the Tutorial, i like a lot your videos!!

  • @Rodeku
    @Rodeku 3 роки тому +5

    Thank you for the tutorial. I'm working on the sprites for my Pokémon Mystery Dungeon project.
    Hope you'll be able to bring new tutorials for 2D games, I can't wait to see more! 😄
    (Sorry if my English might be bad, that's the second language I know.)

    • @gmtacodoggmsd1336
      @gmtacodoggmsd1336 3 роки тому +2

      Can’t wait to see the finished product!

    • @Rodeku
      @Rodeku 3 роки тому

      @@gmtacodoggmsd1336 Thanks! For now, I'm still working with the animations. I have to figure out how to make more for moving diagonally.

  • @scoutjasperwillow
    @scoutjasperwillow 3 роки тому +1

    This defo helped me create a Mario level 1-1 remake thanks so much xx

  • @SunshineBurrito
    @SunshineBurrito Рік тому +1

    @videodojo this is the first vid by you I ever watched and it helped alot

  • @yarinazr104-account
    @yarinazr104-account Рік тому +2

    I’m trying to make a campfire with two frames but the second frame won’t appear. I have the timer on 0.10 seconds output and continue output on 2
    Is there anything I’m doing wrong?

    • @VideoDojoPro
      @VideoDojoPro  Рік тому +1

      Hmm… definitely double check you’ve got everything hooked up correctly, otherwise I definitely recommend asking on our discord!

    • @yarinazr104-account
      @yarinazr104-account Рік тому +2

      @@VideoDojoPro Everything was hooked up correctly and it still didn’t work, I just messed around on my own and found out that replacing it with the on start nodon worked perfectly.
      I think the reason why it didn’t work is because the video is a year old and it could very well be outdated, thanks though

  • @maximumforce8275
    @maximumforce8275 3 роки тому +8

    Tbh I can see how this can help as am early beginners tool to coding

  • @NinjaChris77
    @NinjaChris77 3 роки тому +2

    Its really cool once you figured out how to do things!
    I used timer nodons to give my player object a running animation for left and right, and a jump for left and right, the sprite is always flat to the cam, except when it turns it goes 3D for half a second. And when i stop my character i gave him another animation where he looks towards the camera!
    I want to upload it as a template for people once its done, im currnently trying to fix some bugs.

  • @NukeOTron
    @NukeOTron 3 роки тому +8

    So... by this logic, if you want a looping animation, you can use a Counter that's set to Loop between numbers that adds things up, apply that to the timer, make sure that a frame is only visible at a specific number on the Counter, and attach them all to one object.
    ...and to get even more elaborate, you could it make only animate if you're pushing any direction, which might require an Absolute variable.

  • @fionnreidy6078
    @fionnreidy6078 3 роки тому +14

    Is there any way to make a walk cycle animation that looks a certain way depending on which way the character walks?

    • @axcel6514
      @axcel6514 3 роки тому +2

      Yes, you can change a stick nodon's settings and make it right, left, up or down only

    • @creepingandhealing
      @creepingandhealing 3 роки тому

      I am working on a game where I created a two-frame walk cycle animation. I have the textures applied to the (Z-center of a) box tethered to a Person Nodon, and the textures automatically flip when turned the opposite way.

  • @Fruitloops810
    @Fruitloops810 3 роки тому +11

    Th3 dislike is bob because this isn’t his ways of learning

  • @matthewtfields8566
    @matthewtfields8566 3 роки тому +13

    Or how to shoot in multiple directions with the animation turning sideways.

    • @AresGarcia-wg8on
      @AresGarcia-wg8on 3 роки тому +1

      why the hell would he heart it but not reply to the question

    • @matthewtfields8566
      @matthewtfields8566 3 роки тому +1

      @@AresGarcia-wg8on I’m thinking it’s something that he may keep in mind

  • @JamesAnimationsBFS
    @JamesAnimationsBFS 3 роки тому

    I litterely thought the pig WAS A FREAKING CAT.
    Anyway this video helped alot! Keep up the great work!

  • @dingoluo436
    @dingoluo436 3 роки тому +2

    great tutorial! love it

  • @DES_-yo9zg
    @DES_-yo9zg 3 роки тому +1

    This helped me so much

  • @yishsaur7657
    @yishsaur7657 3 роки тому +10

    Desert Bus should be a really fun game for this to recreate

    • @gusty_scarf
      @gusty_scarf 3 роки тому +1

      If you could make your own music it would really put in the Desert Bus experience

  • @goober2400
    @goober2400 3 роки тому +1

    Just a tip anable speed on the moving object nodon so I doesn’t fly out the screen

  • @JoCr2
    @JoCr2 3 роки тому +1

    If you'd like, check out my player animation setup here which includes idle, walking, and jumping frames :) twitter.com/JoCr2/status/1403507336329760771

  • @DRAGONSLAYER3000
    @DRAGONSLAYER3000 3 роки тому +1

    Thanks so much the help was needed

  • @erikperez4829
    @erikperez4829 3 роки тому +1

    I love the tools you have in dreams but i feel like they give you everything and dont really explain how they work game builder is much more Simplistic in appearance but i feel like the Tutorials actually made things clear i had no problems understanding any of the nodes and what they do

  • @JarrodT
    @JarrodT 3 роки тому +1

    This gives me an idea for further animations... I want to see how far you can push it.

  • @mcnugget677
    @mcnugget677 3 роки тому +12

    Everybody gangsta till edgy 9 year olds start making animation memes on the Nintendo Switch.

  • @m1rhrv404
    @m1rhrv404 3 роки тому +9

    Is there a limit to the amount of textures you can use? I ask this because my game only lets me use 3. I don’t know how to incorporate all the sprites I’ve created for a loop

    • @VideoDojoPro
      @VideoDojoPro  3 роки тому +4

      Good question, even if there is an upper limit for one object, I'm sure with some creativity you'd be able to find some kind of work around!

    • @Sock3rWasTaken
      @Sock3rWasTaken 3 роки тому +1

      No I got none?

    • @creepingandhealing
      @creepingandhealing 3 роки тому +1

      I believe the most textures you can attach to one specific object is 8.

    • @VideoDojoPro
      @VideoDojoPro  3 роки тому

      @@creepingandhealing Thanks correct!

    • @leesalee1540
      @leesalee1540 2 роки тому +1

      There is a 128 nodon limit for textures.

  • @laudedah
    @laudedah 3 роки тому +1

    Yo thanks! Looking foward to adding animation to my game! :)

    • @laudedah
      @laudedah 3 роки тому

      update added animation to bob

  • @Joeynator3000
    @Joeynator3000 3 роки тому

    Will watch this soon (watching other stuff right now, lol), but yeah we need more tutoirals. I just finished all of the in-game lessons and my brain still hurts when I'm on my own. xD

  • @ethaniall
    @ethaniall 3 роки тому +1

    Thanks! That was helpful!

  • @gchu_
    @gchu_ 3 роки тому

    Yo this is really helpful. If you could do a guide on the camera/screen, that would super helpful as well. Thanks again, keep up the good work!

  • @matthewtfields8566
    @matthewtfields8566 3 роки тому +1

    Thanks a lot. This is awesome

  • @incorres4754
    @incorres4754 3 роки тому +3

    Great Video! I was wondering if you could do a video on how to make first person games, or even how to make guns!?

    • @VideoDojoPro
      @VideoDojoPro  3 роки тому +1

      I will definitely look into that once I familiarise myself with the process!

    • @incorres4754
      @incorres4754 3 роки тому

      @@VideoDojoPro 🔥👍

  • @christianr.5868
    @christianr.5868 3 роки тому +1

    Thank you!! :D

  • @someoneunknown6553
    @someoneunknown6553 3 роки тому +2

    This was clear and concise! Thanks for the help!

    • @VideoDojoPro
      @VideoDojoPro  3 роки тому

      You're welcome!

    • @danik1201
      @danik1201 3 роки тому +1

      dude, i have the same profile picture from paper mario the origami king XD

  • @byteblok
    @byteblok 3 роки тому +1

    Very nice, 🙏 thank you

    • @VideoDojoPro
      @VideoDojoPro  3 роки тому

      You're welcome! Hope it helps! 😊

  • @maddoggx4153
    @maddoggx4153 3 роки тому +1

    Great start, is there a way to then make them jump, properly? Somes when jumping the invisible box connect can fall and won't stay upright

  • @SawBSketch
    @SawBSketch 3 роки тому

    this was amazing. good tutorial

  • @More_DRN
    @More_DRN 3 роки тому

    3:58 thanks for showing of my tip😀🤣

  • @choklitcream2952
    @choklitcream2952 3 роки тому +1

    Thank you :D

  • @Sparx632
    @Sparx632 3 роки тому +1

    Would you be able to do a tutorial on how you did the vacuum effect in your mouse game? I need something similar for a game I’m trying to make, I assume it’s the attract nodon but I can’t figure that nodon out for the life of me.

  • @shingolarge
    @shingolarge 3 роки тому

    Trying to make a walk cycle. Thanks for this!

  • @therish6095
    @therish6095 3 роки тому +7

    basically with effort we can make full animated sprites or it's just 2 textures we can use?

    • @VideoDojoPro
      @VideoDojoPro  3 роки тому +5

      You can definitely make fully animated sprites, I just showed off the most basic form in this video!

    • @therish6095
      @therish6095 3 роки тому +2

      great!

    • @shadyshyguy4058
      @shadyshyguy4058 3 роки тому +5

      I have made a classic Megaman-style character controlling, with animated running, shooting, jumping. I made the running from 3 textures. It is deffinetly possible to do more complex stuff, but it costs a lot of nodon usage.
      Here is the megamen style controlling I did if interesed : G 005 2XD 0CG. The nodon order is a bit chaotic.

    • @bingies24
      @bingies24 3 роки тому +1

      @@shadyshyguy4058 Nice creation!

  • @Peanut_butter3
    @Peanut_butter3 2 роки тому +1

    hello this helped alot

  • @gary20o
    @gary20o 3 роки тому +1

    Awesome!!!!!!!! Thanks!!

  • @JustJohn43
    @JustJohn43 3 роки тому

    I cant wait to see the potential 2D games to come out of this. If you could apply a 2D texture to a background plane and create some parallax scrolling to give the illusion of a 2D game I might have to invest in this software like

  • @stevenmcburney8167
    @stevenmcburney8167 3 роки тому +4

    Would you mind helping me with this, I need to know how to make a “moving object” nodon move left and right constantly, this is the only major obstacle I need to overcome to be able to complete my game. My idea involves using a constant, timer, calculator and touch sensor nodon to make it so the “moving object” will move left and right at a set speed and distance
    Edit: I found out that I can make an object move left and right using a “hinge connector” which was also used in the “risky run” tutorial game as a vertically moving platform. The only problem is that I want to be able to shoot the moving object but everytime I try to the bullet goes straight through it even when I have “destructible” and “solid” enabled on the moving object. I’m so confused :(
    EDIT AGAIN: I FINALLY FIGURED IT OUT, the hinge connector was just on the wrong axis 🙄😂meaning I couldn’t shoot anything connected to it because it wasn’t as the same level on the Y axis, I’m so happy now. Btw thanks for showing me how to add different animations to pixel art, that’s actually another thing I’ve been meaning to add to my pixel art characters. Btw I’m currently recreating galaga which is why I needed to know how to move objects left and right as I want the aliens to be Able to move around 😄

  • @thatoneguyontheinternet9765
    @thatoneguyontheinternet9765 3 роки тому +1

    Hey quick thing on the discord I was trying to help another person with animations and you mentioned it being possible in the video but didn't show anything on it do you think you could do another video or just reply here with how you could do 3 or more sprites in an animation?

  • @wobbachustash
    @wobbachustash 3 роки тому +1

    Thx! Now watch as people will make beautiful animations with this game!

  • @droid4d279
    @droid4d279 3 роки тому +1

    This looks cool

  • @Bee-Vr15
    @Bee-Vr15 3 роки тому +2

    I have no idea what this is on is it on the switch where you make it or switch light or computer

    • @VideoDojoPro
      @VideoDojoPro  3 роки тому

      Game Builder Garage is for Nintendo Switch and Switch Lite!

  • @giovannigiorgio3363
    @giovannigiorgio3363 3 роки тому +1

    Pls Tell more of How to use this nodon

  • @kiwifluorite
    @kiwifluorite 3 роки тому +5

    is there a way to implement a walking animation

    • @VideoDojoPro
      @VideoDojoPro  3 роки тому +9

      Yep! The set up would be fairly similar to the first example I showed here except to alternate between sprites when the stick is sending a signal. Perhaps I'll do another video showing that process!

    • @kiwifluorite
      @kiwifluorite 3 роки тому +1

      @@VideoDojoPro Ohh thank you!

  • @bingobo2551
    @bingobo2551 3 роки тому

    I wonder can you do something like this for a background of a mountain. Kinda like making a sprite look like a 3D model using the camera.

  • @Blurro
    @Blurro 3 роки тому +2

    I thought Scratch was hard enough to make something simple this looks like a nightmare
    Is there any way to import sprites into this or would you have to copy pixels by hand for that?

    • @VideoDojoPro
      @VideoDojoPro  3 роки тому

      There's no way (currently at least) to import sprites, everything has to be draw in the editor!

  • @smof1
    @smof1 2 місяці тому

    Im making a top down game and your method works but the object tips when it hits walls and I cant make that stop also how do I slow down the movement (this is a player controlled sprite I cant have it zipping around this fast)

  • @RedKnight26
    @RedKnight26 3 роки тому

    Wow, this is awesome!

  • @no.nines999
    @no.nines999 3 роки тому +1

    Thanks man but is there any way to slow the box down or is it a fixed speed?

    • @VideoDojoPro
      @VideoDojoPro  3 роки тому

      The moving object box? Yep! The speed and acceleration can be adjusted in a few different ways. If I'm remembering correctly, one of the early 'Alice's Guides' covers it!

    • @no.nines999
      @no.nines999 3 роки тому

      @@VideoDojoPro Ok thanks 👍

  • @TyPlayz36
    @TyPlayz36 3 роки тому +1

    Thank you

  • @therunawaykid6523
    @therunawaykid6523 3 роки тому +1

    Is it possible to have my sprite walking through a level?

  • @ghostWWman
    @ghostWWman 3 роки тому

    Thanks for help!

  • @IceMetalPunk
    @IceMetalPunk 3 роки тому

    Maybe your next tutorial could be about how to make HP bars that follow the player? The only ones I've seen so far have destroyed boxes to reduce the health, but that means you can't ever heal because the boxes are gone permanently. I don't think there's a way to change the width of a box based on an input, so... is there a technique for making decent health bars that can both take damage and heal?

  • @megamanjr4297
    @megamanjr4297 3 роки тому +1

    Thanks

  • @tenshiongaku
    @tenshiongaku 3 роки тому

    Are you able to do a turtorial on how to make a gun in GBG

  • @TheTimestampCommenter
    @TheTimestampCommenter Рік тому

    Can you do a tutorial for putting paintings (texture nodon) on the objects?

  • @hyperboria
    @hyperboria 3 роки тому +1

    Please make more of these.......

  • @TS-ez3rf
    @TS-ez3rf 3 роки тому

    Great upload.

  • @maximumforce8275
    @maximumforce8275 3 роки тому +2

    I need help, I'm using this method as I plan on having a punching, jumping and running animation for my charater but it dosent seem to be working correctly. I tried working around this with and or copying the idle sprite but nothing seems to be working

    • @MrSheep4210
      @MrSheep4210 3 роки тому

      I’m having the same problem

    • @creepingandhealing
      @creepingandhealing 3 роки тому +1

      I might be able to answer your questions. I figured out basically what you're describing over the last few days and have it working now. I have not published by game yet or I would share it, but I can tell you one thing you may need to remember to do is make sure that you are telling all the textures that should not be displaying at a given moment to not display. For example, if the character is jumping, you may have to tell it to specifically NOT display the Idle animation while the character is in the air.

    • @MrSheep4210
      @MrSheep4210 3 роки тому

      @@creepingandhealing It still won’t work for me can you upload a game just showing that feature

    • @creepingandhealing
      @creepingandhealing 3 роки тому

      @@MrSheep4210 Here is my bare-bones prototype with pretty much just the animation for the character working. Mine has a shooting animation rather than using the punching action, but it should be close to what you're looking for. Programmer ID is P 000 4KD 5YT.

  • @yishsaur7657
    @yishsaur7657 3 роки тому +2

    my list for this "game"
    1. I can not draw good pixelart.
    2. If I had a really good pixelart, I don't know how to make a second good pixelart.

    • @glowfertus
      @glowfertus 3 роки тому

      Yep, same problem with me

  • @djsharpmclive1221
    @djsharpmclive1221 3 роки тому +1

    Very good sub

  • @SirGreenDay
    @SirGreenDay 3 роки тому +1

    Does this game have Trigger Zones? They're absolutely necessary in games like this. Thanks.

    • @VideoDojoPro
      @VideoDojoPro  3 роки тому

      Yes it does, the most simple form is called a 'Touch Nodon' which acts as a trigger volume which will output a signal on contact with another object (such as the player character)

  • @melodii4872
    @melodii4872 3 роки тому

    I am needing help. I understand this might sound dumb, but my character always turns into 3. It always turns into 3 or 2 of the thing I drew into a texture

  • @8-bitsteve500
    @8-bitsteve500 3 роки тому

    Certainly an improvement on a single texture image. How would you do something like say Space Invaders with 55 animated enemies on screen at once? in say Fuze for the Switch it would be a total doddle, you'd have an array the length of 55 and have 'setspriteanimation(spritename[array], 0,3,8)' for setting it up, starting at frame 0, ending at frame 3 and animating at 8 fps. GBG intrigues me a great deal but since I only care about 2d games, animating is a crucial thing for me. Hopefully over time, better ways are found of dealing with it.

  • @Sasha_K29
    @Sasha_K29 3 роки тому +1

    Wait, what? Cursor? Do you play this on emulator?

    • @VideoDojoPro
      @VideoDojoPro  3 роки тому

      Nope, GBG supports USB Mouse input, I covered how to do it in this video: ua-cam.com/video/omaVFW05PzU/v-deo.html

    • @Sasha_K29
      @Sasha_K29 3 роки тому +1

      @@VideoDojoPro WOW! That's cool! Thanks

  • @freehdmcgee2761
    @freehdmcgee2761 3 роки тому

    So how would I make a walk cycle texture that only activates when I walk? I've been fiddling around with this for an hour or so now and I'm about ready to tear my hair out.

  • @smashbrosguyt915
    @smashbrosguyt915 3 роки тому

    Thanks I’m making a character for my definitely original rhythm game who’s name is insajacky because of my friend. ( he choose it ) I need to make him have sprites for when he presses a certain note.

  • @davidagiel8130
    @davidagiel8130 3 роки тому +1

    How do you get your mouse to spin/face the direction it's turning?

    • @VideoDojoPro
      @VideoDojoPro  3 роки тому +1

      Mousey's face is attached to an invisible UFO nodon which means it follows the direction the UFO is facing!

    • @davidagiel8130
      @davidagiel8130 3 роки тому

      @@VideoDojoPro I figured it was a ufo or person, thanks for the reply. I’m working on a hamster maze myself, I have two sprites so far for top down view, one neutral position and one with fangs out when I press Y for action. But I’ve attached the sprites to a box and then the box to a person. I noticed you’re attracting objects when your mouses mouth is open. I was hoping to destroy an object like a golf ball when I press Y and sprite changes but haven’t figured it out. I’m guessing it has something to do with touch sensor, a not noden and destroy object? I managed to get the sprite to change when I press Y but the golf ball destroys on impact if I press Y or not.

  • @1cy_H0t_Fr0g
    @1cy_H0t_Fr0g 3 роки тому +2

    You think you can do a flashlight tutorial

    • @VideoDojoPro
      @VideoDojoPro  3 роки тому

      I'll do a bit of research and see if I can demonstrate a simple method to achieve it!

    • @1cy_H0t_Fr0g
      @1cy_H0t_Fr0g 3 роки тому

      @@VideoDojoPro ok cant wait for the turtorial

  • @VVM2025
    @VVM2025 3 роки тому

    Please do a tutorial on Custom Model Making (like that nintendog game who has a rigged custom dog)

  • @tweedle_dum5474
    @tweedle_dum5474 3 роки тому

    Hey there! Big fan! I was wondering if you could do a tutorial on how to make something similar to the stars in Mario 64, Like if you collect all the objects the game ends?

  • @imchiip67
    @imchiip67 Рік тому

    Hey I have a question how could you make them jump?

  • @Blueberryfancy
    @Blueberryfancy 3 роки тому +1

    Pls do how to do it with more characters and how to make a world

  • @Jerome_____2007
    @Jerome_____2007 3 роки тому +1

    Thanks!

    • @VideoDojoPro
      @VideoDojoPro  3 роки тому

      You're welcome! Thanks for watching!

  • @drewcool8441
    @drewcool8441 2 роки тому +1

    how do you make it so in doesn't put three of my drawings on top of my drawing?

    • @VideoDojoPro
      @VideoDojoPro  2 роки тому +1

      It could be that you’re apply the texture to the front middle and back face of the object it’s connect to! 🤔

    • @drewcool8441
      @drewcool8441 2 роки тому +1

      i did it

    • @drewcool8441
      @drewcool8441 2 роки тому +1

      all i needed to do was make the nodon bigger

  • @matthewtfields8566
    @matthewtfields8566 3 роки тому +2

    Maybe how to get destroyed when you are off screen. For like a moving screen side scrolling game

    • @wurtknurte7283
      @wurtknurte7283 3 роки тому

      I don't have the game, but maybe have a teleport on both sides which sends you to immediate death, thus resetting the game?
      Edit: Or, I guess you could set some invisible walls on both sides that break the player on contact.

    • @someoneunknown6553
      @someoneunknown6553 3 роки тому +1

      I put an invisible simple box under the screen that destroys the player.

  • @Nuhuhnwjs
    @Nuhuhnwjs 3 роки тому

    Please share the code for your mouse game! I would love to test it out and look at how it was made

  • @kool-aidack
    @kool-aidack 3 роки тому +1

    Very good

  • @GMaster4308
    @GMaster4308 3 роки тому

    I animated Sonic in a little project I'm working on.
    The Nodon won't stop screaming. What should I do?

  • @JinjoJinjoJinjo
    @JinjoJinjoJinjo 3 роки тому

    You could do a tutorial for using buttons for movement, if you know how to do it of course, and if you don't, I could explain it.

  • @RPlay1ng
    @RPlay1ng 3 роки тому

    Can you do a tutorial to create a health bar (if its possible)

  • @zander.c5240
    @zander.c5240 3 роки тому

    So how would I do an idle animation and then when they start walking then they do a separate animation? Would it just be attaching a joystick nodon to it or would it be more complicated?

    • @JinjoJinjoJinjo
      @JinjoJinjoJinjo 3 роки тому

      You'd probably do the constant method from the end of the video for the idle animation, then do the button method from the start of the video except replace the button with a joystick

  • @ninjacraftplays1452
    @ninjacraftplays1452 3 роки тому +1

    Can make a video about boss fights?