8 WAY MOVEMENT?
Posts
Pages:
1
Has anyone found a way to event a good 8-way movement system?
I have done it in XP, but the problem I'm finding in 2k3 is that you can't have the computer know if you are holding down a button while pressing another one.
I can get 8-way movement to work for one step at a time, but not for actually holding down two directions, like up/left.
I have done it in XP, but the problem I'm finding in 2k3 is that you can't have the computer know if you are holding down a button while pressing another one.
I can get 8-way movement to work for one step at a time, but not for actually holding down two directions, like up/left.
if I remember correctly, basically what you do is that you have to variables (one for up and down and one for left and right) and assign them to two different key input process commands with "wait until key pressed" unchecked. This is followed by a set of branches checking whether two keys are held down at the same time.
Be wary of using it though, as it tends to bug up stuff, like events which happens on hero touch. say you have an event below the hero which execute once stepped upon. if you walk diagonally on this event, it will never execute.
Be wary of using it though, as it tends to bug up stuff, like events which happens on hero touch. say you have an event below the hero which execute once stepped upon. if you walk diagonally on this event, it will never execute.
Pages:
1













