rpg help
Author |
Message |
sniper437
|
|
|
|
 |
Sponsor Sponsor

|
|
 |
Tony

|
|
|
|
 |
do_pete

|
Posted: Fri Nov 25, 2005 11:10 am Post subject: (No subject) |
|
|
In order to keep the characters and stuff on the screen you could go something like this
code: | CharacterX := min (max (CharacterX, 0), maxx - Pic.Width (CharacterPic))
CHaracterY := min (max (CharacterY, 0), maxy - Pic.Height (CharacterPic))
|
|
|
|
|
|
 |
Albrecd
|
Posted: Fri Nov 25, 2005 1:28 pm Post subject: (No subject) |
|
|
When you use all of you mana in the fight, you can continue to do magic attacks and the mana just goes negative, also, you shouldn't require that the input be in capitals.
One more thing, get rid of the delays.
Nice start though.
|
|
|
|
|
 |
do_pete

|
Posted: Fri Nov 25, 2005 1:50 pm Post subject: (No subject) |
|
|
you can use Input.KeyDown
|
|
|
|
|
 |
|
|