I want to find out how to make a character move so that you can actually see him moving. My problem might be confusing, but thanks in advance
Offline
gfchll wrote:
when [right arrow v] key pressed change x by (10) when [left arrow v] key pressed change x by (-10)is this what you are trying to do?
I this script is better:
when gf clicked //the go left script forever if (I am supposed to go left v) go to (the left v) when gf clicked //the go right script forever if (I am supposed to go right v) go to (the right v) // simple right ?
Offline