|
|
#11 |
|
FFR Veteran
|
if((lineColor == 0x00D42A && nextNote < 50) || (curNote > 0 && (nextNote == -5 || nextNote == 0)) || (lastNote > 0 && curCombo == 0) || (nextNote == -10) || lastColor != lineColor || x == songArrows - 1) {
lineMC.lineStyle(2, lineColor, 100, true); lineMC.lineTo(((x + 1) * ratioX), (120 - curCombo * ratioY)); lastColor = lineColor; } |
|
|
| Currently Active Users Viewing This Thread: 5 (0 members and 5 guests) | |
|
|