Changing Image Question

dimps620dimps620 Member Posts: 49
edited April 2012 in Working with GS (Mac)
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

  • gyroscopegyroscope I am here.Posts: 6,598
    edited April 2012 Accepted Answer

    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

Sign In or Register to comment.