00:00
00:00
Newgrounds Background Image Theme

Aethako just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

Reviews for "FFE: Battle Engine"

good

good game but unfortinatly you have 1 flaw maybe you would like to win or lose. also maybe you could add some better graphics and more attacks(if thats not asking for too much)

Good start,

If you can get the coding down, it could be a nice game.

HP=<0 might work, HP is equal to less than zero, rather than zero exactly. In theory it will work, but in practice I've never used as so it's just a guess.

Ok.

If you're worried about the HP not hitting exactly zero (which I think you're right, it is the problem). Just do:

if (_root.HP <= 0)

That will then trigger if HP becomes zero or anything less (a negative value). Hope this helps.