Wow, I could use this to completely redesign my boss ai!! Thank you for this video!! 🗿
@FoxboElEnchufe8 ай бұрын
this behaviour is good
@gamedesignwithreilly8 ай бұрын
Two simple uses for it already which are super useful and we have only just got started.
@ricky-marcelpitcher85848 ай бұрын
This new behaviour is huge. I do so much setting effects and positions, that can be replaced by 'anchoring' objects with this!
@gamedesignwithreilly8 ай бұрын
Can't remember our last behaviour, definitely a great addition
@twitchyglue11338 ай бұрын
Hi Game design with Rilley! I hope u read this comment, but now I was wondering can you actually make a game mechanics like Super Smash Bros? Like the percentage thing and the AI probably.. I really hope you'll read this comment! 😁
@gamedesignwithreilly8 ай бұрын
I attempted this before (kzbin.info/www/bejne/h3TVhpafYtuYqbc) however the number of animation required is not easy to organise in construct.
@twitchyglue11338 ай бұрын
@@gamedesignwithreilly Okay, thanks for replying, have a nice day!
@leg0redd06 ай бұрын
What if enemies are two or more? In my case, they follow the player along exactly the same path and it feels like they have merged together
@aryanmishra5728 ай бұрын
the follow behavior is the new path finding behavior and it's so easy to use and definitely easier than path finding if someone has a hard time making something follow the player with path finding he can use follow behavior which requires almost no code to get started
@jarnMod8 ай бұрын
Good one! Thanks!
@SkidesGames8 ай бұрын
Amazing, thank you
@GameFavorites8 ай бұрын
This looks really cool, thanks
@gamedesignwithreilly8 ай бұрын
No problem!
@siddharthadhalakha24195 ай бұрын
Hey .....can you please tell me that how i can put Ads after every level complete in construct 3???
@gamedesignwithreilly4 ай бұрын
Sorry for the late reply. Something I haven't done personally but I would ask on the construct Facebook page. Many developers there have done this.
@realmcenter8 ай бұрын
Hey! I was wondering if you had a discord or such so I could possibly get help for something related to your old world generation tutorial, I'd like to scale it but can't quite figure it out
@XDragonrotX8 ай бұрын
Maybe check his channel bio?
@gamedesignwithreilly8 ай бұрын
Sorry no discord. I am active on the construct Facebook group with many other Devs or drop me an email jreillycomputing@gmail.com
@Gamin-UA8 ай бұрын
Please Reilly can you help me? I want to make a 2d top down version of crosssout, but i absolutely have no idea how to make car editor. I hope someone will help me
@gamedesignwithreilly8 ай бұрын
As a starting point, you will need a car with the car behaviour and pin behaviour for each of the components to attach it to the vehicle. If you have each component as an animation, you could just change animation at the start of the layout and then check what animation they have before the action button is pressed
@flipflopflap98708 ай бұрын
Hi bro! thank you for your videos, they are very cool! i have a question for you .i just started learning Conctruct . i am trying to replicate a level from my favorite worm jim game where he catches puppies . can you show it in your videos?
@gamedesignwithreilly8 ай бұрын
Got a busy schedule planned but I'll add it to the list. The puppies are essentially the bullet behaviour with the bounce of solids added (player being a solid object) and gravity property.
@flipflopflap98708 ай бұрын
@@gamedesignwithreilly Yes, I understood it right away! There are no problems with this, they even push off from the trampoline at 80 degrees, so they always fly to the right. I have been following this level for a long time and realized this. But I have problems with the timer, the flight of puppies is scripted in the game about the worm. If you go through a level, they always fly the same way. But I haven't figured out how to repeat it yet. I probably need to set a timer. Thanks for answering, you're cool! I will not give up and like Naruto I will try again! I'm waiting for your video!
@gamedesignwithreilly8 ай бұрын
@@flipflopflap9870 the timer behaviour allows you to wait a certain time. You can then use the on timer check to see when the timer is finished. You can set the timer to be random if count is below a value, then on timer, restart timer to a random value and add 1 to count.