In reply to: Metronome -- Tidus 13:24:12 08-22-2004
Hmm... Posted by: William 15:31:58 08-22-2004 |
I didn't have time to check it out to much, but I suggest you do this:
This:
#for(x!=6;x!<115;x!=x!+0.25)
Instead of this:
#for(x!=6;x!<115;x!=x!+.25)
And this:
#delay(0.1)
instead of this:
#delay(.1)