It's great to have some graphics to work with. But first thing's first, let's prototype the script, write out what we'll need to figure out.
Here's my guess, tell me if I'm missing something:
Code:
initialize variables
load sprites
display gui
player movement
player attack
enemy behavior
load sprites
display gui
player movement
player attack
enemy behavior
Think that's a good start. To make things easier, I think we should go with slices since I noticed some great collision detection commands available for them. This will come in handy especially for attack scripting.
(your turn!!)



