Page 1 of 2

Angry Birds Adventure for GE action platform game

PostPosted: Tue Apr 19, 2011 3:34 pm
by again
The angry birds have been put in a slumber and changed to black and white color. Collect 100 birds and you will see the ending. But beware it you touch a pig , you die.

Controls

Left arrow=move left
right arrow=move right

Your bird jumps automatically. Have fun!!

Re: Angry Birds Adventure for GE action platform game

PostPosted: Sat Apr 23, 2011 4:39 am
by SuperSonic
Haha, this is kinda hard. I yelled at the computer a couple of times XD

Re: Angry Birds Adventure for GE action platform game

PostPosted: Sat Apr 23, 2011 10:02 pm
by again
Has anyone else beaten the game yet?

Re: Angry Birds Adventure for GE action platform game

PostPosted: Sat Apr 23, 2011 10:33 pm
by lcl
I have. It's ok.
I wonder how little time it took to make this?

Re: Angry Birds Adventure for GE action platform game

PostPosted: Sun Apr 24, 2011 3:53 pm
by again
Doesnt matter the time it took to make this , just its a completely fun action platformer that newbies can learn from.

Re: Angry Birds Adventure for GE action platform game

PostPosted: Sun Apr 24, 2011 4:24 pm
by schnellboot
beaten first try ^^

Re: Angry Birds Adventure for GE action platform game

PostPosted: Sun Apr 24, 2011 8:08 pm
by again
Ok thats great!! Next up is tiny wings , just hammering out some details.

Re: Angry Birds Adventure for GE action platform game

PostPosted: Mon Apr 25, 2011 3:05 am
by SuperSonic
You should add a function in this game that allows you to shoot fire balls that destroy the green pig things :twisted:

Re: Angry Birds Adventure for GE action platform game

PostPosted: Sun May 22, 2011 10:39 am
by again
Well maybe in the future , soon I have some more games to upload.

Re: Angry Birds Adventure for GE action platform game

PostPosted: Sun May 22, 2011 1:54 pm
by Hblade
This is actually really fun dude! :) Good job. hard as heck though xD Getting pass those bouncy thingies is frustrating :P After the 7th-ish? try, I went "FWAH!" and punched at the screen lol, (Didn't hit it though)

Re: Angry Birds Adventure for GE action platform game

PostPosted: Sun May 22, 2011 2:11 pm
by littlenatnatz101
XD THIS IS SO AWESOME! Kept dying soo much though, its really hard, but in a good way XD

Re: Angry Birds Adventure for GE action platform game

PostPosted: Sun Jun 05, 2011 8:43 pm
by Clokio
How did the collision happen between the ground and the player. I don't see any code.

Thanks

Re: Angry Birds Adventure for GE action platform game

PostPosted: Sun Jun 05, 2011 8:50 pm
by schnellboot
bird -> Collision
Code: Select all
jumpb=1; //if it collides, jump

bird -> Draw Actor
Code: Select all
yvelocity++; //makes you go down

if(jumpb==1)
{
    yvelocity=-13;
    jumpb=0;
}

read the comments

Re: Angry Birds Adventure for GE action platform game

PostPosted: Sun Jun 05, 2011 10:01 pm
by again
Thanks shnellboot I dont have a chance to respond. If you have anymore questions to ask about the code in this game feel free to ask.

Re: Angry Birds Adventure for GE action platform game

PostPosted: Mon Jun 06, 2011 12:08 am
by Clokio
For some reason when I click on the bird, it give me the name Move1.