Actors with different change scenes goto same place
ibone
Member Posts: 13
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?
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