In reply to: Last problem, heh... -- Tidus 19:03:24 08-24-2004
Here Posted by: Colin 20:46:30 08-24-2004 |
Learn to indent.
#method playnote()
{
#if(a$~=A)
{
#if(a$~=S)
{
#if(a$~=D)
{
#end
}
}
}
#if(a$=A)
{
#put(x2!,5,notes.tst1)
#x2!=x2!+1
#midirest()
#midiplay(putsomethinghere$)
}
#if(a$=S)
{
#put(x2!,5,notes.tst2)
#x2!=x2!+1
#midirest()
#midiplay(putsomethinghere$)
}
#if(a$=D)
{
#put(x2!,5,notes.tst3)
#x2!=x2!+1
#midirest()
#midiplay(putsomethinghere$)
}
}
#method checkforcombo()
{
#if(combo$="AAA")
{
#ectext(0,1,Congrats Moron)
#delay(2)
#done!=1
}
} * <-- missing last }