Page 1 of 1

is diagonal walking possible? how?

PostPosted: Tue Dec 25, 2007 6:09 am
by stevenp
iv been trying for 3 days to get my char to walk diagonal, walking left , is fine, down is fine sepratley but when i set the diagonals to, left and down simoltaniously it doesnt work, like if i press left, then press down (while holding left ) to go diagonal, he ignores the down comand and contines walking left, it seems that any help would be appreciated so much ty

Re: is diagonal walking possible? how?

PostPosted: Tue Dec 25, 2007 8:05 am
by Kalladdolf
this sounds like an unusual bug...
it works completely fine with me.
here, have a look:
walking.zip
(793 Bytes) Downloaded 100 times

Re: is diagonal walking possible? how?

PostPosted: Tue Dec 25, 2007 12:40 pm
by stevenp
OMG ty so much, i wasnt using the script editor i was doing it this way, ADD ACTION, ADD EVENT, KEY DOWN, ADD ACTION, KEY DOWN, MOVE TO, ACTOR MOJO, RELATIVE TO MOJO, X-10 Y-10 vel 10

Re: is diagonal walking possible? how?

PostPosted: Tue Dec 25, 2007 7:44 pm
by Kalladdolf
no problem :lol:

Re: is diagonal walking possible? how?

PostPosted: Wed Dec 26, 2007 10:31 am
by j2graves
the moveto can cause problems if it is used. script editor is better because it is regular c code.

Re: is diagonal walking possible? how?

PostPosted: Thu Dec 27, 2007 6:00 pm
by Kalladdolf
I would use the script editor always anyway, except when you want to make a quick demo or something.
It's just got everything and you can change and add stuff easier and better.