This site requires JavaScript, please enable it in your browser!
Greenfoot back
nutmeg1999x
nutmeg1999x wrote ...

2013/6/12

how do you control your chartacter

nutmeg1999x nutmeg1999x

2013/6/12

#
please if you know how to control a character can you tell me please xxxxxx
Zamoht Zamoht

2013/6/12

#
Okay I need more information than that. Do you want that character to move in two directions, do you want to make it move in four directions or do you want him to jump and fall while moving left and right? And how do you want to control your character? With the mouse or keyboard? You are programming, you have to be specific. I would gladly help you, but I need to know more :)
danpost danpost

2013/6/12

#
Also, do you have a gridded world (world with cells of size greater than one)? at what speed is your actor allowed to move? what obstacles could your actor encounter?
nutmeg1999x nutmeg1999x

2013/6/14

#
zamot i would like my character to move left right forward and backwards i am only new to this and it is a lesson in my class i am only yr 9 thanks xx
danpost danpost

2013/6/14

#
If you know how to make it move continuously in one direction; then try qualifying the movement by adding an 'if' condition to the movement statement. Once you have that, do the same for the other three directions, adjusting the condition for each direction.
nutmeg1999x nutmeg1999x

2013/6/14

#
cheers xxx
You need to login to post a reply.