Adventure Tutorial, Monsters not dying, and other minor issues

Rustair95

New member
I'm currently on the Adventure Tutorial. I've played my monsters and when I test the game, even after getting my sword the monsters will not die no matter how many times I strike them. Also, when I use my sword the graphic sticks out for a few frames. Another issue I have is when I place my player on the screen. In the tutorial you can see the Player, but on my screen I can't. He still appears when I test the game, but it would be nice to know where I place him. If anyone can help, that would be awesome!
 

Rustair95

New member
Someone told me to check the Monster_hurt scripts, but I don't know what I'm looking for. Please help!
 

Attachments

  • Monsterhurt screenshot.png
    Monsterhurt screenshot.png
    147.3 KB · Views: 1

baardbi

Well-known member
I'm currently on the Adventure Tutorial. I've played my monsters and when I test the game, even after getting my sword the monsters will not die no matter how many times I strike them. Also, when I use my sword the graphic sticks out for a few frames. Another issue I have is when I place my player on the screen. In the tutorial you can see the Player, but on my screen I can't. He still appears when I test the game, but it would be nice to know where I place him. If anyone can help, that would be awesome!
The sword graphic hanging around for a few frames is normal. I think Joe mentions that in one of the tutorials. There are ways to fix it with code though. I helped someone with this a few weeks ago. You can take a look at the posts here:


The monsters not getting hurt part is hard to say without more information, but check if the sword has the "player weapon" box checked (in Object Details) and also make sure that the monster has at least 1 health.

I'm not sure what's going on with the part about the player not showing up. Maybe you could post a screenshot or something to show the problem.
 

Rustair95

New member
The sword graphic hanging around for a few frames is normal. I think Joe mentions that in one of the tutorials. There are ways to fix it with code though. I helped someone with this a few weeks ago. You can take a look at the posts here:


The monsters not getting hurt part is hard to say without more information, but check if the sword has the "player weapon" box checked (in Object Details) and also make sure that the monster has at least 1 health.

I'm not sure what's going on with the part about the player not showing up. Maybe you could post a screenshot or something to show the problem.
thanks! I was able to adjust the monster's HP. By default it's set to 0 so I put it at 2. The sword still sticks, but it's a minor issue I'll resolve in time.
 
Top Bottom