tiger
12-13-2002, 04:26 PM
I have the statement:
if (car._x>=294.0){
man._y=_y=30;
}
The problem is that if the statement is not true right away I wont get a result. The user is moving an object with the use of the keyboard. I want it so that if the statement becomes true then it occurs. So how do I make it keep checking back until it becomes true?
if (car._x>=294.0){
man._y=_y=30;
}
The problem is that if the statement is not true right away I wont get a result. The user is moving an object with the use of the keyboard. I want it so that if the statement becomes true then it occurs. So how do I make it keep checking back until it becomes true?