0 Members and 2 Guests are viewing this topic.
dim(1,56,4,22,"FDCB00AEC9" ;Disables run indicator, clears screen and disables done message0->AWhile A!=45 ;Until pressing [CLEAR]AxesOffFor(I,0,96AxesOffdim(56,12,I,99 ;Draws vertical linesI+1->IEndDispGraphgetKey->AEnd
dim(1,56,4,22,"FDCB00AE ;Disables run indicator, clears screen and disables done messageRepeat getKey=45 ;Until pressing [CLEAR]For(I,0,94,2dim(56,12,I,99 ;Draws vertical linesEndEnd
dim(1,56,4,22,"FDCB00AE",400->IWhile getKey!=15Shade(II+1->IIf I>390->IPause 5EndShade(24Stop
Aw, it's too bad the shading doesn't work To be honest, I completely forgot about the Shade( command in ReCode
Yeah, that's what I meant to say I hope that works someday, but I think I see the reason for why it doesn't record the contrast... the .gif files would get pretty large
dim(56,4,1,22,"FDCB00AE",400->I->AWhile getKey!=15If I>400->AIf I<11->AShade(IIf A=1I+1->IIf A=0I-1->IDispGraphEndShade(24Stop
dim(1,22,"FDCB00AE",40FullFill(0→I clears the screen and puts it at 6MHzDispGraph1→AWhile getKey!=15I+A→IIf I>400→I -A→AIf I>39 ;this is because I will never be >40 unless negative39→I -A→AShade(IPause 3EndShade(24Stop
This is my version... I added a Pause because it was a little fast Code: [Select]dim(1,22,"FDCB00AE",40FullFill(0→I clears the screen and puts it at 6MHzDispGraph1→AWhile getKey!=15I+A→IIf I>400→I -A→AIf I>39 ;this is because I will never be >40 unless negative39→I -A→AShade(IPause 3EndShade(24Stop
Not if you have one that can do 15MHz. ReCode starts out at the max speed Should I change that?
Yes, good idea! I will add a poll to BatLib Ideas!
ClrHomeInput "FILE NAME:",Str1dim(38,9,"L"+Str1 ;This is the little l for custom listsPause Ans