Page 1 of 1

Newbie needs a bit of help!

PostPosted: Tue Dec 20, 2005 1:30 pm
by Altairst8te
Hi :)

Happy xmas all!

I just bought myself this game editor, after using the demo for a few days I was very impressed with how it works :D

So now I have embarked on a learning excersise by making a quick game. I have a player that can move left+right and up+down but after I defined some areas to stop the player moving off screen, ive hit a problem :(

The player still walks off screen when going left or right? top and bottom works perfectly so what have I done wrong? everythings done so the player has a collision and a physical response to each wire frame box but for some reason left and right dont work correctly?

Ive included a piccy of it here: http://www.altairst8te.co.uk/game/problem.jpg

PostPosted: Tue Dec 20, 2005 10:20 pm
by Game A Gogo
what code your using for the colision.

and nice player, did you do it??if so, how.

Hey

PostPosted: Tue Dec 20, 2005 10:46 pm
by Chris
u click on the player ( your actor) and his actions click collision (on any side of actor) (of actor ? = your wire frame region). Then Click on (Add Action) then click physical response leve everything the same ecept for the bottom two that say (event actor and collid actor) set them to .0

And thats it he should just run into the wall...

Thanks