How to make actor triger other actor to move?
![PixelBunneh](http://forums.gamesalad.com/applications/dashboard/design/images/defaulticon.png)
Hello,
This is my set up:
When scene starts, actor with graident moves to right, creating the apearence of a fade transition into my scene. I then have a play button that when pressed changes scene. However what i want is it to move the fade actor back in place and then change scene.
I have looked around but wasnt able to check and i have today off so was wanting to finish up my game ^_^ Please let me know your thoughts.
Thnx~
Bunny
This is my set up:
When scene starts, actor with graident moves to right, creating the apearence of a fade transition into my scene. I then have a play button that when pressed changes scene. However what i want is it to move the fade actor back in place and then change scene.
I have looked around but wasnt able to check and i have today off so was wanting to finish up my game ^_^ Please let me know your thoughts.
Thnx~
Bunny
Best Answer
-
monkeysalad Posts: 16
If you want two actors to communicate you need a Scene-level Attribute. One actor changes the attribute, and the other actor has a rule -if the attribute is changed, then move to wherever. Make sense?
Answers