If you go the the GameDev projects page at http://gamedevprj.sourceforge.net/ and sort by "Date Updated" in descending order, and show 10 items per page, the project called "Sword Sample" will show up at the top of the last page (projects 41-49). This might help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
*Then create a SWORD SPRITE that has a sword picture and starts off right next to the ENEMY.
*Make the SWORD SPRITE defenition to always move to the ENEMY(this way the sword will be with the enemy wherever he goes),and the ENEMY defenition is to always move towards the CHARACTER.
(you can animate the sword whirling around so it looks like the ENEMY is twirling it )
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
OK, so I haven't done any scripting at all yet but I've done pretty well so far. But now I want to have a sprite use a sword. Can anybody help?
-T.J
If you go the the GameDev projects page at http://gamedevprj.sourceforge.net/ and sort by "Date Updated" in descending order, and show 10 items per page, the project called "Sword Sample" will show up at the top of the last page (projects 41-49). This might help.
This is how u make the enemy have a sword!
*Create your enemy sprite.
*Then create a SWORD SPRITE that has a sword picture and starts off right next to the ENEMY.
*Make the SWORD SPRITE defenition to always move to the ENEMY(this way the sword will be with the enemy wherever he goes),and the ENEMY defenition is to always move towards the CHARACTER.
(you can animate the sword whirling around so it looks like the ENEMY is twirling it )