Dark Age Games
Home Dark Age EX Dark Age 2 Message Board Fan Art FAQ Kelzar Mage DALpedia MS Forum
Board Index Dark Age General Bug Report Website Off Topic Register User Edit User User List Search

Metronome
Posted by: Tidus
13:24:12 08-22-2004

could any of you with midis check to see if this works please?


#setimagetransparent(slider.png,0,0,128,16,255,255,255)
#savescreen()
#x!=6
#wait()
#done!=0
#while(done!=0)
{
#for(x!=6;x!<115;x!=x!+0.25)
{
#restorescreen()
#setimagetransparent(pin.png,x!,0,8,16,255,255,255)
#get(a$)
#if(a$~="")
{
#if(x!<55)
{
#bordercolor(255,0,0)
#delay(0.1)
#bordercolor(0,0,0)
}
#if(x!>55)
{
#if(x!<68)
{
#playnote()
#combo$=combo$+a$
}
}
#if(x!>68)
{
#bordercolor(255,0,0)
#delay(0.1)
#bordercolor(0,0,0)
}
}
}
#delay(0.1)
#for(x!=115;x!>6;x!=x!-0.25)
{
#restorescreen()
#setimagetransparent(pin.png,x!,0,8,16,255,255,255)
#get(a$)
#if(a$~="")
{
#if(x!<55)
{
#bordercolor(255,0,0)
#delay(0.1)
#bordercolor(0,0,0)
}
#if(x!>55)
{
#if(x!<68)
{
#playnote()
#combo$=combo$+a$
}
}
#if(x!>68)
{
#bordercolor(255,0,0)
#delay(0.1)
#bordercolor(0,0,0)
}
}
#if(combo$~="")
{
#done!=1
}
}
#delay(0.1)
}

#method playnote()
{
#if(a$~=A)
{
#if(a$~=S)
{
#if(a$~=D)
{
#if(a$~=F)
{
#end
}
}
}
}
#if(a$=A)
{
#midirest()
#midiplay(putsomethinghere$)
}
#if(a$=S)
{
#midirest()
#midiplay(putsomethinghere$)
}
#if(a$=D)
{
#midirest()
#midiplay(putsomethinghere$)
}
#if(a$=F)
{
#midirest()
#midiplay(putsomethinghere$)
}
}


I just want to know if it actually plays the notes ;o

Me>You
Edit Post