Be a Supporter!

Newbie question

  • 306 Views
  • 5 Replies
New Topic Respond to this Topic
BokyS
BokyS
  • Member since: May. 21, 2012
  • Offline.
Forum Stats
Member
Level 01
Blank Slate
Newbie question 2012-12-27 06:26:39 Reply

Hey
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

Sandremss128
Sandremss128
  • Member since: Aug. 22, 2009
  • Offline.
Forum Stats
Supporter
Level 11
Programmer
Response to Newbie question 2012-12-27 08:17:19 Reply

all you can upgrade is stranth?

BokyS
BokyS
  • Member since: May. 21, 2012
  • Offline.
Forum Stats
Member
Level 01
Blank Slate
Response to Newbie question 2012-12-27 10:46:44 Reply

No this is just example so I can see how it works :)

Max-Vador
Max-Vador
  • Member since: Nov. 12, 2005
  • Offline.
Forum Stats
Member
Level 13
Animator
Response to Newbie question 2012-12-27 10:50:13 Reply

At 12/27/12 08:17 AM, Sandremss128 wrote: all you can upgrade is stranth?

How is that an R P G???

BokyS
BokyS
  • Member since: May. 21, 2012
  • Offline.
Forum Stats
Member
Level 01
Blank Slate
Response to Newbie question 2012-12-28 17:51:19 Reply

Ok I succeded to import the stats now I'm working on how to change them throught code

BokyS
BokyS
  • Member since: May. 21, 2012
  • Offline.
Forum Stats
Member
Level 01
Blank Slate
Response to Newbie question 2013-01-01 14:27:13 Reply

Bump :/