Quote:
Originally posted by PhYsIcS:
link down.
i would like to ask something. ok, lets say i dont want the background to be related to the player. lets say, when i click gerrard, it will be gerrard background. but what i want is random background. as in whoever i click, it will be a different background and not just stick to their own. is there a way i can do this?
|
There is no simple way of doing what you would like. I will explain the only way I can think of to make this work but honestly believe it wouldn't be worth the effort.
What you would need to do is assign any pictures you want to randomly appear to every possible player/manager/club/competition etc.
For example
<record from="gerrard" to="graphics/pictures/person/
1/background"/>
<record from="gerrard" to="graphics/pictures/person/
2/background"/>
Keep changing the number until you reach the last numbered player in the database and then do the same for every other assignable area.
This would require several million lines for each picture you want randomly assigned.