Change Actor Image With Animation

I am trying to do the following.

Change my actor from image A to B.

I want the image to change from A to B when the actor is tapped.

How would I be able to do this.

Comments

  • MaDeex44MaDeex44 Member Posts: 15
    Create a boolean attribute.
    When actor is taped change attribute to 1
    Image you want
    Otherwise
    image you want

    is that what you want ?
  • meppley7meppley7 Member Posts: 9
    I did not realize that you can actually drag the image into the file. I was actually thinking it would be more complicated. Thank you for the help though!
Sign In or Register to comment.