Ok - I have an idea, and was wondering how this could be done, without using PHP - XML only.

I have a duck-shooting game that works well and ads up the points for each duck shot (whatever the point value). Now, could I pull in a randomized XML file and feed the point value to ducks. THEN when a player shoots a duck it randomizes the number and adds them up for a total?

Can this be done? I'm not sure how I would add posted XML values after a duck has been hit... Any suggestions?

OR is it easy to just randomize it within flash?