Simple tutorials

Yep, that would be the best situation. I will announce in the future when I am sure that I don’t have anything else to do after a week or so.

Well… I don’t speak english so well, but that is pretty much must to do if I start to make live tutorial sessions. Though, that’s the way how I can learn to speak better english :stuck_out_tongue:

I might stream again today so if people want to get information about it subscribe the channel (maybe not tutorials today :smiley:): https://www.youtube.com/channel/UCzgcLTbPoBhGrTORsIQ4LxA

1 Like

Making some random infinite runner game on Live :stuck_out_tongue:
https://gaming.youtube.com/channel/UCzgcLTbPoBhGrTORsIQ4LxA/live

1 Like

New shieeeet is out:
A Very Simple Stamina Bar
http://jubeliuksen3.blogspot.fi/2017/02/gdevelop-tutorialexample-very-simple.html
How To Make Player Name
http://jubeliuksen3.blogspot.fi/2017/02/gdevelop-tutorialexample-how-to-make.html
Camera Tutorials/Examples
http://jubeliuksen3.blogspot.fi/2017/03/gdevelop-tutorialexample-camera.html
(Camera follows only in certain places and camera transition room to room).

And my youtube channel: https://www.youtube.com/channel/UCzgcLTbPoBhGrTORsIQ4LxA

2 Likes

Very, Very Simple Example About Alternative Endings
http://jubeliuksen3.blogspot.fi/2017/03/gdevelop-tutorialexample-very-very.html

My youtube channel: https://www.youtube.com/channel/UCzgcLTbPoBhGrTORsIQ4LxA

1 Like

Zooming in & out:
https://www.youtube.com/watch?v=d5oAZr28oX0
Spawning enemies & random numbers:
https://www.youtube.com/watch?v=ZXCfDua9Mpo
Hp & Lives:
https://www.youtube.com/watch?v=PtdXi1DebkE

You can download the tutorial/example files here: http://jubeliuksen3.blogspot.fi/

2 Likes

Thank you for this! Seems like a good place to start learning!

1 Like

Thanks!

New Tutorial/Example “Different Attack Animations”: https://www.youtube.com/watch?v=9h_WO1mgp8g

You can download the tutorial/example files here: http://jubeliuksen3.blogspot.fi/

2 Likes

thanks for those tutorials, they are really helping. Waiting for a new streaming :smiley:

1 Like

I’m glad if those tutorials are helpful :slight_smile: Only if I had more time I could stream and make videos more often! :smiley:

2 Likes

New Tutorial/Example:
Dead Animation Using Body Parts:
https://www.youtube.com/watch?v=UbCaVkTd8Sc

2 Likes

New:
How To Make a Simple “Boost Attack For Adjacent Cards” Thing:
https://www.youtube.com/watch?v=n7iEUj2P0js

2 Likes

Fade In/Out:
https://www.youtube.com/watch?v=sYSe4H6qoIg&t=

Camera X & Y Position And Camera With Limits:
https://www.youtube.com/watch?v=V6GflndrXV8&t=

2 Likes

Great work as usual !

1 Like

Love your tuts!
A simple and easy way of making great functions with GDevelop. Perfect for noobs like me, lol!

I also check your blog, im doing that since last December when i start with GD, and adapted some of your tuts for my game project, “Rob, The Dog!”. You can find it under the Game Showcase section.

May i ask you something, mate? Only when and if you have the time, of course, but may you post a simple tut about how to make an object (lets call it the Hero or Player) move perfectly well with vertical moving platforms?
Im pretty sure about a post/thread here explaining that process but i missed that explanation for sure cause eveyithing i do seeems not to work. The movement of the Player in a vertical moving plat is very strange, it seems the player is always falling, strange. I did try to fix that with several behaviors but, no joy at all. :frowning:

Cheers!

1 Like

Hi!

Thank you! I usually make tutorials just like I want them to be when I watch tutos myself :smiley: Just events and how it works. Not useless speaking and blather :smiley:

There you go: https://www.youtube.com/watch?v=zywBk7-6U_I
“I think this is the problem of many. This is the one way to solve the problem, but it´s absolutely not the only way.”

Ps. I’ll try your game soon! :slight_smile:

2 Likes

Thank you for the video Jubeliuksen! It’s awesome!
I have been “playing” (testing) with it these last 2 days but i must confess i didn´t had complete success! Almost, almost, but not complete success. :frowning:

Everything works fine, very smoothie in fact when the Player is on the Platform BUT when the Platform in going UP i can´t move the Player to the right or left (but i can perform the jump)… This only happens when going up because when the Platform is moving down everything works like a charm.
What am I missing here? Im sure im missing something but i can´t figure out what may be… It’s my fault, of course, because in our video everything works fine.

Im posting a pic of my conditions/actions here. Maybe you or someone else can help me out with this. (Unlike in your example, my Player uses several animations -idle, jump, falling, walk- but i don´t think that’s the problem, or is it?).

There’s also a file to download. It’s the “final work” using those same conditions/actions.
Thanks!!

Pic:

File:
https://www.dropbox.com/s/4npt2squ5qdq1bx/PlatMove.rar?dl=0

1 Like

Do you mean the animation don’t work or you really can’t move the player left or right?
If it’s animation, you can add sub event (when player is moving change variable etc) to event 14 and use variables also in the event 6 sub events.

And remember that values I gave in my tuto (your event 14) only works if you have same size platform. I forgot to mention that :smiley:

But I’ll check your file in the evening :slight_smile:

edit:
Okay I tested your file and I think the player character stuck to the platform somehow. I think It´s because of event 14, maybe wrong values. Can you send me that project so I can test it and change values?

Here is updated events:

1 Like

Hi!
Thank you for taking the time for helping me with this! :slight_smile:

The animations are working fine. The problem is in the left/right movement (only when the plat is moving up).
Evreything else works very well.
You can check that in the file.

If you think it may be usefull, i can also upload the .GDG file for you to check it. Let me know, ok?
Thanks again, mate!

1 Like

The example sources would be useful, because it’s very weird, there is no visible code modifying the player X position or the platformer options, the platformer behavior should works no matter the animation used :confused:

1 Like

Hey!
There you go!
The file project for you guys to check, please:
https://www.dropbox.com/s/shw5k5db8yfsoiq/Move_Plat.rar?dl=0

I tried to change some values for the moving platform (it’s a 50x50 plat) but, still no luck at all…
What i find strange is the fact that the “bug” only happens when the plat is going up and not when going down… There’s no logic here because it should work no matter if the plat goes up or down OR it should no work at all! Lol!
Strannngee!

Cheers!

1 Like