Strange behavior when actor changes a scene

iPhoneDevForMeiPhoneDevForMe Member Posts: 362
edited November -1 in Working with GS (Mac)
Ok, I am creating 3 different game actors. They are Level 1, Level 2, Level 3. All three have the exact same rule, if clicked, load the corresponding scene.

I add all three actors to the screen, and when I click any of the three buttons, all three will load the third scene no matter what I do.

I originally tried this by creating only one actor, dragging it 3 times to the scene, and then double clicking each one and changing the individual actors on the scene and it gave me the same results.

I am new to GS so im sure this is a simple logic error but I cant figure it out!! Tshirtbooth, you seem to have many answers, maybe you can help with this? Sorry for the inexperience!

Comments

  • JGary321JGary321 Member Posts: 1,246
    What are your rules inside the actor? Are you using mouse down? If so you need to also use mouse inside.

    I use touch pressed on all mine though. It's easier.
Sign In or Register to comment.