Right, so getting higher than possible scores from secret/glitched arrows is a large topic of debate and such. I think I may know of a possible solution.
Well, if someone is able to get above normal from secret arrows, they probably had to have AAA'd the song in the first place. Therefore, if they hit a secret arrow and went above the maximum score, without secret arrows, they would have the max.
Following this logic, I think a small coding addition should be made. First off, I don't know much about coding, and even less about flash actionscript. However, I think this is universally doable.
First, the highest possible score for each level needs to be calculated, which can easily be done. Anyway, after you have that, store it to some variable. When the person completes the song, if their score > the calculated maximum, make their score become the max. Therefore, impossible scores become AAA's.
While the whole thing could be completely fixed by getting rid of secret arrows, I'm sure many people have asked about that (I'm too lazy to look though), so I offer this as a temporary fix.
What are your thoughts?
Well, if someone is able to get above normal from secret arrows, they probably had to have AAA'd the song in the first place. Therefore, if they hit a secret arrow and went above the maximum score, without secret arrows, they would have the max.
Following this logic, I think a small coding addition should be made. First off, I don't know much about coding, and even less about flash actionscript. However, I think this is universally doable.
First, the highest possible score for each level needs to be calculated, which can easily be done. Anyway, after you have that, store it to some variable. When the person completes the song, if their score > the calculated maximum, make their score become the max. Therefore, impossible scores become AAA's.
While the whole thing could be completely fixed by getting rid of secret arrows, I'm sure many people have asked about that (I'm too lazy to look though), so I offer this as a temporary fix.
What are your thoughts?


Comment