Help on platform story game

Fill this out this info to make it easier for the community to help you! If you don’t fill out this information, your post may be deleted or removed.

What Wick Editor Version are you using?
1.19.3

Describe the Problem
I don’t know anything about AI, only making buttons, gotAndPlay, stop(), loop songs, and animating. Nothing else.
What have you tried so far?
Have you attempted anything et to fix the problem? Let us know!
I have tried to make an enemy AI, it just didn’t work out.

I might need a lot of people to help me with this.

does this help?

1 Like

Thank you so much! It helps me for making the enemy move to the player! But is there a way to make the enemy attack? Any help would be appreciated.

try doing
if (this.hits(the players name)) {
gotoAndStop(deathscreen)
}
the players name is what the player is called and deathscreen is what the dead animation screen is called

Thanks for explaining in detail!