Actors with different change scenes goto same place

iboneibone Member Posts: 13
edited November -1 in Working with GS (Mac)
On an initial scene, I have three seperate actors, actor a,b,c. Within each of these actors I have a rule, on mouse click - change scene.

on mouse event button down, actor a should goto to scene a
on mouse event button down, actor b should goto to scene b
on mouse event button down, actor c should goto to scene c

I have not put this rule into a prototype and all actors are seperate and individual, however, on mouse click, all actors change to the same scene.

Am I doing something wrong?

Comments

  • CodeMonkeyCodeMonkey Head Chef, Member, PRO Posts: 1,803
    They are all just looking for the same mouse event button down. You will need to add in each of the rules a condition to check if mouse position is over actor.
  • iboneibone Member Posts: 13
    cheers codemonkey - it's pretty obvious now you have said it... would have taken me ages though, thanks for your help
Sign In or Register to comment.