This is my 6th post in the series of teaching game development to kids.
Check out my previous posts in the series
In previous post, I have completed the horizontal scrolling of the game. And I wish to cover the vertical scrolling as well. So in this post I am going to cover the vertical scrolling. I think a lot of modern android games make use of the vertical scroll makes a lot of usage as well.
I am going to add the instructions that you can use in the game for the adding of the vertical scroll in the Gdevelop game. If you have not downloaded the Gdevelop, then please do so. If you have not followed the tutorials before, then check the above links and get started.
Image Credit: Gdevelop
Follow the instructions below to make a vertical scroll.
That is all. You should now test the vertical scroll for the game. Make sure that your sprite is pretty good for the vertical movement of the sprite. You can also add the character in a steady way and let camera follow it as well. That should take the current demo a bit more ahead.
You can also check out the Video instruction of the tutorial.
Where this effect can be used? Have you played space shooter games? then I am sure you can make use of this effect for the similar games. You may find that once you learn this trick you would be able to make various types of the games. So check out the above tutorial and see if that helps you out with the vertical scroll.
We will continue the further game development topic in next post.