Problem colliding with a power

my character collides with the power so that the aspect changes but for that I cause that my character collides with the power, my character is eliminated and creates the other?

If that is what I did in events and the screen freezes without my character and the other one does not appear or the camera moves HELP ME WITH THIS PROBLEM.

Condition:
Player collides with power.
Actions:
Delete player 1.
Create player 2 in position player.X () player.Y ()

Do you mean the character goes into powered up state? You may want to consider using same player object with different animations.

Anyway, move the action so the player 2 is created first before player 1 is deleted - when player 1 deleted, its X and Y coordinates are 0.

1 Like