Need help!

smurfminersmurfminer Member Posts: 2
edited August 2015 in Working with GS (PC)

Ok so... I need to know how to do this

When I press/touch an actor it will change another actor's image please help :smile:

Comments

  • hoomann210hoomann210 Member Posts: 63
    edited August 2015

    define an attribute (like x)as boolean..when actor 1 is pressed change it to true... in actor 2 set a rule that checks if x is true then change image

  • jamie_cjamie_c ImagineLabs.rocks Member, PRO Posts: 5,772

    One way would be to create a rule in the actor that says:

    When actor received event » touch » is » pressed
    Change Image (choose a new image for the actor from the pull down menu)
    

    Keep in mind that the image you use in the Change Imagine Behavior should be exactly the same pixel dimensions as the previous image.

  • smurfminersmurfminer Member Posts: 2

    Thank you

Sign In or Register to comment.