Page 1 of 1

Help 10 year old with game

PostPosted: Thu Mar 03, 2011 4:51 pm
by gamecharlotte
HI everyone,
I'm Charlotte and I'm 10 please can you give me suggestions so I can alter the game sorry this is not my latest version :oops: but please may you make it better all the time.

Re: Help 10 year old with game

PostPosted: Thu Mar 03, 2011 4:54 pm
by again
You need to incule data file with ged.Then we be glad to help.

Re: Help 10 year old with game

PostPosted: Thu Mar 03, 2011 5:03 pm
by schnellboot
no this game is completely with the GE actor so there is no extra data needed

Re: Help 10 year old with game

PostPosted: Thu Mar 03, 2011 5:37 pm
by MrJolteon
Next time, try using x and y instead of xvelocity and yvelocity. xvelocity and yvelocity are better for gravity
greatcatgameimproved.ged
(20.82 KiB) Downloaded 85 times

Re: Help 10 year old with game

PostPosted: Fri Mar 04, 2011 2:09 am
by AnarchCassius
What do you want to happen when the cat collides with maze blocks? Right now the cat is moved to the center of the maze. Should it be the start position or do you want you to simply bounce off the blocks?

If you want to move the character to a location it's easier for GE to just set the x and y then to use a moveto. The cat starts at 566, -576

So to move it back you would put this in the cat's collision script instead:

Code: Select all
x = 566
y = -576


Making the blocks uncrossable and/or bouncing back the player is a bit more complex and I'd want to know if the player needs to bounce back or just stop moving.

What sort of game are you looking to make? Do you want enemies in the maze or traps or puzzles? Do you want items to find and use? I'm happy to offer ideas but I'm not sure what sort of game this is besides a maze runner.