Bounce Ball Tales Demo

Talk about making games.

Bounce Ball Tales Demo

Postby Wertyboy » Fri Aug 27, 2010 1:01 pm

Hi, i have make one game name Bounce Ball Tales
this demo is prologue of BBT
Please try :D
Download here : http://www.mediafire.com/?kdko7lsub05t78g
Captureb5.PNG

sorry the file is 6mb (compress to 3mb) i can't upload attachment
Last edited by Wertyboy on Sat Aug 28, 2010 7:55 am, edited 1 time in total.
User avatar
Wertyboy
 
Posts: 543
Joined: Tue Jun 15, 2010 12:38 pm
Location: HCM City, Vietnam
Score: 44 Give a positive score

Re: Bounce Ball Tales Demo

Postby lcl » Sat Aug 28, 2010 6:19 am

Pretty good demo! :D
I have some ideas for you.
'cause this is bounce ball -game, you could make it bounce more.
Like this:

Ball - Collision - Any side of Land, repeat: yes - script editor:
Code: Select all
PhysicalResponse(MOVE_EVENT_ACTOR_ONLY, USE_CALCULATED_MASS, 1.000000, 1.000000, 1.000000, 1.000000);

That code is physical response. :D

And to make it seem even more bouncing, you could do this:
Key down - right - repeat: enable - script editor:
Code: Select all
if (xvelocity < 5)
{
    xvelocity += .5;
}

And for key left:
Code: Select all
if (xvelocity > -5)
{
    xvelocity -= .5;
}


I hope that helps you. :D And this demo was so cool and has good idea, that I want to give you 1+. :D
Work with it and make it as a full game. :D
User avatar
lcl
 
Posts: 2339
Joined: Thu Mar 25, 2010 5:55 pm
Location: Finland
Score: 276 Give a positive score

Re: Bounce Ball Tales Demo

Postby Wertyboy » Sat Aug 28, 2010 7:18 am

thx for add score
User avatar
Wertyboy
 
Posts: 543
Joined: Tue Jun 15, 2010 12:38 pm
Location: HCM City, Vietnam
Score: 44 Give a positive score

Re: Bounce Ball Tales Demo

Postby Wertyboy » Sat Aug 28, 2010 7:56 am

I have new update, download on top post
Update: new object: Bamboo; New Function: MoveView (thx lcl for help in his Function)
User avatar
Wertyboy
 
Posts: 543
Joined: Tue Jun 15, 2010 12:38 pm
Location: HCM City, Vietnam
Score: 44 Give a positive score


Return to Game Development

Who is online

Users browsing this forum: No registered users and 1 guest