See the full Easy Game Mechanic Playlist here: kzbin.info/www/bejne/Y4uTo6emqdJ5apI
@CMessineoАй бұрын
I needed a quick little lesson on using Functions and this was perfect! Thank you so much!
@XanderwoodGameDev27 күн бұрын
Thanks bud. Glad it helped.
@JLTRedbeard2 жыл бұрын
What a concise, efficient and easy to follow tutorial. Way to go! Appreciate your time.
@XanderwoodGameDev2 жыл бұрын
Hey 👊 thanks for watching and taking the time to leave a comment. I'm glad you found it useful. Also thank you for your patreon donation
@kristiaanverberne841911 ай бұрын
Great tutorial. Thank you so much for sharing your knowledge. I came here to learn about functions, but I learned about tween and the sine behaviour at the same time. Keep up the good work!
@XanderwoodGameDev11 ай бұрын
Thanks for watching. I'd you need a specific tutorial for something drop me a comment 👍
@PickTwizt6 ай бұрын
Great tutorial helped me alot with my Problem!
@XanderwoodGameDev6 ай бұрын
Thanks for watching
@leticiajn Жыл бұрын
Amazing tutorial! Thank you so much!
@XanderwoodGameDev Жыл бұрын
👊💪👍
@Marlin-Gamedev3 жыл бұрын
Nicely done! I love me a good function lol! I also love UID and "Pick" actions. The nerd in me sure does love some weird things...
@XanderwoodGameDev3 жыл бұрын
Haha I know how you feel 👍
@tauheedgamedev23883 жыл бұрын
I do enjoy your tutorials, keep em coming
@XanderwoodGameDev3 жыл бұрын
That means a lot considering you use Unity. 👍👍
@tauheedgamedev23883 жыл бұрын
@@XanderwoodGameDev Programming logic is greater then any game engine.
@XanderwoodGameDev3 жыл бұрын
@@tauheedgamedev2388 yeah I understand that. I watch people code in unity sometimes and the logic does translate 👍
@malimakes3 жыл бұрын
Great tutorial!
@XanderwoodGameDev3 жыл бұрын
Thanks bud ❤
@RecraftedS3 жыл бұрын
Wow Very Cool! I Love Your Tutorials!!! 👌
@XanderwoodGameDev3 жыл бұрын
Thanks ❤👍
@assafsahartv3 жыл бұрын
excellent!
@ohtheneptune2 жыл бұрын
Nice , Ty so much..!
@XanderwoodGameDev2 жыл бұрын
Thanks for watching. Glad it helped 👊
@theartworkhub3 жыл бұрын
Hey, been following your tutorials! Would like to suggest about exporting to android and supporting multiple screen sizes. Thanks!
@XanderwoodGameDev3 жыл бұрын
Sure, I have a game on itch I'm looking to put on the play store. I'll record my screen while doing it
@FrozenWell3 жыл бұрын
nice tutorial, I Love Functions, lol
@XanderwoodGameDev3 жыл бұрын
I've noticed. I really need to use them more in my game dev.
@HelperWesley3 жыл бұрын
Just to be nitpicky. lol Why are they expanding in place and not bouncing upwards in response to being hit from below?
@XanderwoodGameDev3 жыл бұрын
Haha that is a great observation... I set the sine wave to size, it could be fixed by setting the sine wave to up/down or simply putting a tween behaviour on the block and set another function to trigger a bounce up/down movement... that would have been better :)
@viverenegliusa85183 жыл бұрын
awasome , but you forgot a part , how i can stop after x coins ? like supermario every block have like 10 or 20 coins , how can i stop it and brake the block ? thanks a lot
@XanderwoodGameDev3 жыл бұрын
Hi, thanks for watching. You could control this by giving the block a instance variable (number) set it to however many coins the block contains. Subtract 1 each time the block is hit. When the count reaches 0 set the block frame to show a different sprite and disable the function. Have a go and see if you can make it work. If you get stuck comment back on the video and I'll do a tutorial on it 👍
@viverenegliusa85183 жыл бұрын
@@XanderwoodGameDev thanks a lor for your answer, im trying it but i miss something i guess , i added under the block a "local instance variable" and set it to 10 , but when i try to inser a new action under the block , and selected any kind of action under the part of instance variable , i cannot select any variable , the windows select just have
@viverenegliusa85183 жыл бұрын
@@XanderwoodGameDev after 2 days i did it :D thanks a lot man !!!!
@XanderwoodGameDev3 жыл бұрын
@@viverenegliusa8518 ah amazing. I dont need to make the tutorial anymore 👍😅