>> |
10/29/10(Fri)14:03 No.41846843 File1288375392.png-(37 KB, 600x462, ability_graph.png)
Ok, distilled my flash template / program down to:
>var SKILL_AREAS:Array = ["Atk", "Def", "End", "Man", "Skl", "Agl", "Kin"];
>Display("Nanoha", "images/nanoha.jpg", SKILL_AREAS, [10, 7, 8, 7, 10, 6, 8], "Nanoha is ranked as an S+ class mage");
Kin is a stupid extra property for testing, (Kindness), the graph should be able to support any number of properties >= 3. |