
-----------------------------------
Velocity
Mon Dec 19, 2011 8:42 pm

My logic doesnt seem to make my A.I move!
-----------------------------------
What is it you are trying to achieve?
Making my A.I (the computer) move left and right

What is the problem you are having?
I cant seem to make him move

Describe what you have tried to solve this problem
I used my logic to find the answer. I don't know if i am anticipating this correclty or if i just ain't doing it the right way.



if x1_1 >= maxx div 2 and x2_2 >= maxx div 2 + 105 then
            x1_1 += 10
            x2_2 += 10
end if
if x1_1 