10 IT'S THE FINAL COUNTDOWN
20 FOR C = 1 TO 2
30 DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40 DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50 NEXT C
60 NA-NA-NAAAA
70 NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80 GOTO 10
function play_PopSong {
PopSections = 4;
play('intro');
for (x=0; x < PopSections; x++)
{
if (mod(PopSections,4)==0) /* if song containts a multiple of 4 verses */
{
if (mod(x,3)==0) /* if the current iteration is at a multiple of 3 */
{
play('bridge');
}
}
play('verse');
}
play('outro');
}
Return to Have a Laugh / Humor
Users browsing this forum: No registered users and 15 guests