View Single Post
Old 03-10-2012, 10:05 PM   #221
RuGuru
FFR Veteran
FFR Veteran
 
Join Date: Oct 2011
Posts: 397
Send a message via AIM to RuGuru Send a message via MSN to RuGuru Send a message via Skype™ to RuGuru
Default Re: Dragons Fury: Custom Tournament #7

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;
}
RuGuru is offline