Monster Racer Rush
Select between 5 monster racers, upgrade your monster skill and win the competition!
4.23 / 5.00 3,881 ViewsBuild and Base
Build most powerful forces, unleash hordes of monster and control your soldiers!
3.93 / 5.00 4,634 ViewsHey
so I have made xml file that connects to flash and has characters with they'r stats inside
<?xml version="1.0"?>
<chars>
<person>
<name>Thomas Edison</name>
<strenght>1</strenght>
<endurance>2</endurance>
<tehinque>3</tehnique>
</person>
<person>
<name>Doug Engelbart</name>
<strenght>4</strenght>
<endurance>5</endurance>
<tehinque>6</tehnique>
</person>
</chars>
I menaged to make dynamic text box to show first persons name and stats but how can i make a list with names of all persons and they'r stats
And one more question how to change stats throght flash actions like when I set player makes them train they get +1 sternght?
Thanks
No this is just example so I can see how it works :)
At 12/27/12 08:17 AM, Sandremss128 wrote: all you can upgrade is stranth?
How is that an R P G???
Ok I succeded to import the stats now I'm working on how to change them throught code