Changing Image Question
I have three actors A, B, C. If A collides with B than I want the image of actor C to change. What is the easiest way to go about this? Thanks.
Best Answer
-
gyroscope I am here.Posts: 6,598
Hi @dimps620 Try the following:
In the Rules of A, put:
Rule: When ActorA collides or overlaps with actorB
Change attribute (--boolean) SwitchC to true
And then in the Rules of C, put:
When attribute SwitchC is true
Change Image behaviour.
----------------------------------------------
http://davidgriffinapps.co.uk/
""You are in a maze of twisty passages, all alike." - Zork temp domain http://spidergriffin.wix.com/alphaghostapps
Answers