0 Members and 1 Guest are viewing this topic.
If X=1Pt-tOn(20,4,Pic01)EndIf X=2Pt-On(20,4,Pic02)End(etc...)
How did you get the numbers to look so cool? There's gotta be a way better way than:Code: [Select]If X=1Pt-tOn(20,4,Pic01)EndIf X=2Pt-On(20,4,Pic02)End(etc...)
Lbl DSCR r2+U^64->r2 While {r3} {r3}-'0'->r6 If r6=0 or (r6=1) or (r6=4) or (r6=7) Plot3(r1,r2,(r6=1*8)+(r6=4*16)+(r6=7*24)+Pic6 Pt-On(r1,r2,r6*8+Pic5) Else Pt-Off(r1,r2,r6*8+Pic5) End r1+7->r1 r3++ EndReturn