problem with change image
Hello, I have a problem with change image and is an actor when I put the condition that if I touch change the picture or actor when it appears the image changes to the size you had another actor.
For example, I have two actors and when I play the first actor I want the second actor comes out, the first actor is 100X100 and the second is 200x200 for example, for when the first actor changes from image to appear the second this actor instead appearing in size 200X200 100X100 appears that is the measured first actor
Anyone know how I can do to make the second actor to take his own measure and does not inherit the first actor?
thank you very much in advance
For example, I have two actors and when I play the first actor I want the second actor comes out, the first actor is 100X100 and the second is 200x200 for example, for when the first actor changes from image to appear the second this actor instead appearing in size 200X200 100X100 appears that is the measured first actor
Anyone know how I can do to make the second actor to take his own measure and does not inherit the first actor?
thank you very much in advance
Comments
Make two actors.
First actor = 100 x 100
Second actor 200 x 200
Rule for actor 1: When touched - destroy + spawn actor 2.
Example project (attached)