How to make flappy bird gap that moves up and down?
http_gamesalad
Member Posts: 1,340
I thought it would be simple. I got the two bars like how I want they spawn perfect and everything, the only thing is the gap between the line.
I made an interger and called it Random Y . I said change attribute to random( 22,300) and where I put my spawners where the "from position" is I put the attribute I made "Random Y" in the Y place on the spawners for both top and bottom bars. It like did some weird thing and its not making a constant gap and moves higher and lower just like the real flappy bird. What could I be doing wrong? It made sense in my head... Anyone know the rule for this particular problem?
Comments
Here's a tutorial on how to make a flappy bird game.
He also provides a complete game template in the description.
An alternative to watching the above video is to actually get this Flappy Bird project, which is free. You can compare this one to what you have and see what you have done wrong.
http://gamedevelopment.tutsplus.com/tutorials/buzzy-bee-create-a-flappy-bird-style-game-in-gamesalad-step-by-step--gamedev-14733
This is not my project by the way.
@allc1865 @JamieOneil Thanks