Flappy Bird game using GameSalad template
fossil1990@hotmail.co.uk
Member, PRO Posts: 6
Hi i need a game like Flappy Bird using the new GS Flappy Wings template let me know if you can do this and a price? Thanks
Comments
My GameSalad Academy Courses! ◦ Check out my quality templates! ◦ Add me on Skype: braydon_sfx
I need someone to make me a hotdog, Ive got a hotdog bun with a hot dog in it and some onions on top, and some ketchup and mustard on it.
I just need someone to make it into a hotdog! 8-}
It’s not a bug – it’s an undocumented feature
My GameSalad Academy Courses! ◦ Check out my quality templates! ◦ Add me on Skype: braydon_sfx
My GameSalad Academy Courses! ◦ Check out my quality templates! ◦ Add me on Skype: braydon_sfx
Guru Video Channel | Lost Oasis Games | FRYING BACON STUDIOS
Today I wanted to try something a little different while keeping on the lines of "Real Simple" so gave myself 1 hour to make something and came up with the following in about 30 mins :P
Here's a quick wip preview (speeded up to show it getting faster and gaps shrinking).
Chris will make it look pretty and we will see how it does on DBA.
Its actually really fun to play tbh and addictive but i doubt it will be the next flappy birdy thingy lol.
Darren.
Complete Guide to iOS Publishing {} Complete Guide to Mac Publishing
I like that video... kind of reminds me of an Atari 2600 racer.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
I would recommend starting a new thread for questions such as this but I'll give you my best answer here.
You would only constrain the actors if you wanted them to move together. As far as spawning goes, just pick a random Y value and then add or subtract 30 to/from it. Something like this:
Change attribute game.randomY to random(0,1024)
Change attribute game.random2ndY to game.randomY+30
Spawn actor [X position; Y position: game.randomY]
Spawn actor [X position; Y position: game.random2ndY]
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User