Great video. Sometimes long tutorial videos can be a bit overwhelming so these bite sized tips are really helpful and easy to watch. Would love a part two.
I want learn how the player can walk on the wall like the cat in this video, your 🐈 use some behaviour or you create by event? Sorry for my English if something is not clear
Great video 🙂 Thanks for sharing. I am completely new to game development, so this was quite helpful. I was thinking about signing up for your class, but I would like to know, if the courses are all finished and complete now, since I could see someone asking when it would be finished ;-) ?
Gem dev.. i actually have different levels for my game.. and i need to save the progress each time we quit the game so that we don't want to start from 1st everytime... (I have 8 different levels in my game and each level is different scene)... If we complete 5 levels and close the game... I need to continue playing from level 5 after reopening... So can you help me to add :)... Any tips
MAN, I just placed 12x12 by HAND. CTRL for life! My big pet peeve is not being able to access instances directly. I solve this with a boolean object variable (isNEW) like this: Action - Create object (ex: Apple) Then Condition - For each (Apple) If isNew = true Action - Do whatever you want to that instance set isNew to false. Is there a better way to do this? Cumbersome, but it helps me a TON with procedural generation, RNG.
Heyy, I've got a problem, soo using the uh.. idk if its called a base or what I made a quick little flappy bird game and for some reason trying to play it brings me here and I'm already pretty mad over how hard recoloring the buttons was for me, so if you could tell me how to fix that in a timely manner I would really appreciate that. Also I got rid of the share button because well I don't even plan to share the game itself and saw no need for it but didn't see anything in the events that could've triggered the game to not let me play and send me here instead. So yeaaa, please tell me how to fix that the second you got a chance
In #10 you mention not to use big images which makes sense. If I wanted to make a Large UI, can I use an image for the background or should I be making it up of "tiles"? I'm trying to figure out how to build it below or even around a playable area.
Hello Professor Gem. The GDevelop course on Udemy is not complete. When you plan to finish the GDevelop course on Udemy and upload new classes? We are 30 students now.
Hey brother pls make video on How to make earning app in gdevlop ? How to make login page of user every player user account and how player score will save and show in home screen and most important thing is How to make payment redeem withdraw button work when user do redeem payment request how we know his payment details for giving payments pls make video or help me personally it will help everyone for making earning app Thanks
Great Video ! I m glad that I have been using all the tricks since the beginning! This video will surely help Many ! Currently, I m working on a Gta like game, what about you, pal ?
I’m not sure if you’d know, but I’ve been struggling on making a death counter, that follows through all of the scenes. I believe I need to use a global variable, but I’m having a hard time doing so, I’ve looked at many tutorials, but they don’t seem to be working for me, even if I copy them word for word. Do you have any tips?
Great video. Sometimes long tutorial videos can be a bit overwhelming so these bite sized tips are really helpful and easy to watch. Would love a part two.
Glad you enjoyed it!
Nice!! Thanks for the flash extension, I didn't know it existed.
Glad I could help!
Sir please 🙏 tell me how to add admob banner in game in current time
Because there is no load banner action 😔
Please help 🥺
I want learn how the player can walk on the wall like the cat in this video, your 🐈 use some behaviour or you create by event? Sorry for my English if something is not clear
nice tip, make work faster
Man i want to know how do you had a gridline? Can you tell me?
Great video 🙂 Thanks for sharing. I am completely new to game development, so this was quite helpful. I was thinking about signing up for your class, but I would like to know, if the courses are all finished and complete now, since I could see someone asking when it would be finished ;-) ?
can you please put your medieval template on sale? i really want to learn and play the template you have made but it's too expensive for me....
Hi, I don't know if it's a proper place to ask but do you know if it's possible in gdevelop to set scene array value as obj array value?
pls teach how to do a cloth change system
Gem dev.. i actually have different levels for my game.. and i need to save the progress each time we quit the game so that we don't want to start from 1st everytime... (I have 8 different levels in my game and each level is different scene)... If we complete 5 levels and close the game... I need to continue playing from level 5 after reopening... So can you help me to add :)... Any tips
You can email me at thegemdev@gmail.com and I would help you with that.
MAN, I just placed 12x12 by HAND. CTRL for life!
My big pet peeve is not being able to access instances directly.
I solve this with a boolean object variable (isNEW) like this:
Action -
Create object (ex: Apple)
Then
Condition - For each (Apple)
If isNew = true
Action -
Do whatever you want to that instance
set isNew to false.
Is there a better way to do this?
Cumbersome, but it helps me a TON with procedural generation, RNG.
Hey, thanks for making this video!
Glad you found it useful 😊
3am
She: He is cheating on me
You: *breathing in ctrl^tiles*
Heyy, I've got a problem, soo using the uh.. idk if its called a base or what I made a quick little flappy bird game and for some reason trying to play it brings me here and I'm already pretty mad over how hard recoloring the buttons was for me, so if you could tell me how to fix that in a timely manner I would really appreciate that. Also I got rid of the share button because well I don't even plan to share the game itself and saw no need for it but didn't see anything in the events that could've triggered the game to not let me play and send me here instead. So yeaaa, please tell me how to fix that the second you got a chance
you can remove the event that redirects to the video, let me know if this helped.
@TheGemDev thank you, I did figure that out eventually but the response is still appreciated ^w^
In #10 you mention not to use big images which makes sense. If I wanted to make a Large UI, can I use an image for the background or should I be making it up of "tiles"?
I'm trying to figure out how to build it below or even around a playable area.
The creator of Mikos adventure, said he split his and it improved the performance.
Hello Professor Gem. The GDevelop course on Udemy is not complete. When you plan to finish the GDevelop course on Udemy and upload new classes? We are 30 students now.
Still working on it, I've decided it's best I complete the full course.
Can you duplicate an object making the new object unique? (no reference to old one so you can change the new object without changing the original)
Yes you can with the use of instance variables
Hello, can you make a tutorial to how to make a system to create a account with nickname & password to save the progress of this account?
sure i would work on that
Hey brother pls make video on How to make earning app in gdevlop ? How to make login page of user every player user account and how player score will save and show in home screen and most important thing is How to make payment redeem withdraw button work when user do redeem payment request how we know his payment details for giving payments pls make video or help me personally it will help everyone for making earning app
Thanks
G develop seems to have literally almost NO tutorials on youtube why???
Great Video !
I m glad that I have been using all the tricks since the beginning!
This video will surely help Many !
Currently, I m working on a Gta like game, what about you, pal ?
Thanks for watching, I'm working on more tutorials, Good luck with your game.
@@TheGemDev Thanks for wishing !
I am excited for your upcoming Tutorials !
Your the Griffpatch of Gdevelop.
I’m not sure if you’d know, but I’ve been struggling on making a death counter, that follows through all of the scenes. I believe I need to use a global variable, but I’m having a hard time doing so, I’ve looked at many tutorials, but they don’t seem to be working for me, even if I copy them word for word. Do you have any tips?
I can help you out thegemdev@gmail.com
PLEASE MAKE MORE VIDEOS PLEASE
Sure 😊
Nice video, as always usefull!
Thanks for watching.