What is wrong with my set up?

SaveDaveSaveDave Member Posts: 140
edited November -1 in Working with GS (Mac)
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????

Comments

  • ZackGSZackGS Member Posts: 313
    Did you reset your booleans upon dying or whatever?

    As in :

    if gamefailedorwhatever
    mybool = false;
  • SaveDaveSaveDave Member Posts: 140
    I'll give this a try this evening... Ta!
Sign In or Register to comment.