What is wrong with my set up?
SaveDave
Member Posts: 140
I have an actor which, when touched turns anim1 Boolean to true and Also turns anim2 Boolean to true.
Then, I have another actor who, when anim1 is true, move left and change image to a left facing image
Then another rule, when anim2 is true, move right and change to a right facing image.
My problem is not noticeable at first. All works.
That is until you play the game for a second, thrd, forth time etc..
It only seems to work for the first go!
Is this a problem I can fix????
Then, I have another actor who, when anim1 is true, move left and change image to a left facing image
Then another rule, when anim2 is true, move right and change to a right facing image.
My problem is not noticeable at first. All works.
That is until you play the game for a second, thrd, forth time etc..
It only seems to work for the first go!
Is this a problem I can fix????
Comments
As in :
if gamefailedorwhatever
mybool = false;