Change attributes from other actor
doug_smuppet
Member Posts: 99
How can I change attributes from other actor...
> playing or pressing Actor 1
> Actor 2 change alpha color.
> playing or pressing Actor 1
> Actor 2 change alpha color.
Comments
when button is pressed, change current scene.layer.actor2.self.alpha to X
X = the alpha color.
Hope this helps!
I'm not very good with GS.. I'm beginner
1. Drag both actors onto the scene
2. Double click the button and click the big lock
3. Create the rule mentioned above
4. Go into your other actor (actor2) and unlock it.
thanks a lot