Construct 3 Tutorial - How to dash in 8 directions

Поділитися
Вставка
  • Опубліковано 18 гру 2024
  • Ігри

КОМЕНТАРІ •

  • @pixillest3468
    @pixillest3468 7 місяців тому +1

    This is a fine solution, but a simpler one would be to set the bullet angle of motion to sprite.8direction.MovingAngle, which is a read-only value.

    • @XanderwoodGameDev
      @XanderwoodGameDev  7 місяців тому

      Sometimes I make things more complicated than they need to be 😅

    • @pixillest3468
      @pixillest3468 7 місяців тому

      @@XanderwoodGameDev it's totally understandable, MovingAngle is a weird value I didn't even know existed until recently, I was trying to solve a problem similar to the one you tackle in this video and just stumbled on it while reading the documentation.

  • @azazelsdemons
    @azazelsdemons Рік тому +3

    This is amazing of a set up and so simple.. Xander man most love from Canada. 😊
    But you do not do this Dash System in an ARREY? If so could you show how that could be done? Thank you.

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

      Hey thanks for watching. Canada is a lovely country, I've visited Nova Scotia and Vancouver. Why would you use an array to control this? Not something I've considered.

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

      @@XanderwoodGameDev I honestly don't think that I would to be honest. But I was thinking that if you had a bigger game more so.

  • @Adam_Exists-mv8og
    @Adam_Exists-mv8og Рік тому +2

    Thank you for making these concise and straightforward tutorials please do one on getting material from a sprite

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

      You mean like looting a chest?

    • @Adam_Exists-mv8og
      @Adam_Exists-mv8og Рік тому

      I was thinking of chopping a tree or mining stone but yeah that definitely works too

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

      @Adam_Exists-mv8og if you could leave the request on my discord I'll have a better chance of remembering it. I have a channel for tutorial suggestions. Also don't forget to join GDKO this January 💪

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

    I am still deep in to My platformer game, but over the past months I have been entertaining the idea of a top down game, sooo it is great to see tuts like this one.
    If you miss ideas for another tutorial, I would love to see how you would go about solving, jumping over objects in this top down view. Keep up the good work

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

      Thanks bud. I did jumping in top down a couple of tuts ago 👍 also I was wondering when you'd be tempted to start a new game 😅 I start a new game idea every month. My cloud save is a graveyard of unfisnhed games. Might do a youtube video showing all my started but never finished games 😅

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

      @@XanderwoodGameDev cool, ill have a look… I don’t allow myself to start another game before I’m finished. Though it is a tough stretch towards the end. And please do share some short vids on your graveyard games!.

  • @seosevilla
    @seosevilla 4 місяці тому +1

    Many thanks.I have a small problem in this sense. How could the player push an object in an isometric view and the object follow this 'corridor' and in another level, if the level is simple 2D, in 8 directions with the arrow indicator above the object to show the player the direction in which the object will go? Both formulas drive me crazy :)

    • @XanderwoodGameDev
      @XanderwoodGameDev  4 місяці тому

      For isometric you would need to change the view from orthographic to isometric in the properties panel. What do mean about the arrow indicator?

    • @seosevilla
      @seosevilla 4 місяці тому

      @@XanderwoodGameDev 1/the player push a object in this object push another one (the first object can have a special hability force, gravity (& more) and when push the second object affect it¿?) and 2/arrow indicator is for choose (see/confirm) the direction where you push the first object.

    • @seosevilla
      @seosevilla 4 місяці тому

      I change " view from orthographic to isometric in the properties panel" but not see difference, have a video to see it or share little project to see how you do it with simple cube player. thanks

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

    Please make inventory and equipment system tutorial😢. I really need it

    • @XanderwoodGameDev
      @XanderwoodGameDev  11 місяців тому

      I have a couple of recent devlogs that cover a basic inventory system.

  • @halleru5068
    @halleru5068 7 місяців тому

    How would you do this for gamepad evey tutorial is for keyboard

  • @Icygreenfox
    @Icygreenfox 7 місяців тому

    How would you implement immunity frames for the player? I’m using a tilemap as my health if that effects anything

    • @XanderwoodGameDev
      @XanderwoodGameDev  7 місяців тому

      I have a tutorial on knock back and invincibility. Let me know if you need anybmore help with it.

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

    hello. Great content as always. How can I contact you, please? it's quite urgent. I did a tutorial of yours and i am facing problems.

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

    Yes!!!

  • @tanaka.1161
    @tanaka.1161 Рік тому

    make how to dash with double click