0 Members and 1 Guest are viewing this topic.
This is pretty cool! +1Here's one thing you can optimize: instead of A+1->A use A++
Is there an equivalent of sub( in BASIC for use in Axe?
And can you store a string to a Pic (sprite)?
:.TEST:"TEST STRING"->String1:Fill(L1,20,0):Copy(String1+4,L1,5):ClrHome:Output(0,0,L1)
.EXAMPLE"SHUTDOWN"->Str1For(X,0,7Copy(Str1+X,L1,10->{L1+2}Disp L1End
[0007C000003FFC0000F81F0001F70F8007CF8BC00FCF89C01E6709E03C2000707810183070003C3860003C38E0001818E03C0018E07E001CF07E001CD83C039CCC00079CC200031C6000081870000338708001B839C000F039E000F01CC801E00E0803C00738078001F00E0000E01800003FF00000078000]->Pic1[0007C000003FFC0000FFFF0001FF1F8007FF9FC00FEF8FC01FE79FE03FF319F07C783C70781C7E7870027E38E0383C18E07C0018F07E001CFC7E031CFC7E079CFC1C07BCE300433C7080193870208FF879D083F839E903F03DEB03F01ECE03E00FF807C007FC1F8001FEFE0000FFF800003FF00000078000]->Pic2
0|1|2|3--------4|5|6|7--------8|9|A|B--------C|D|E|F
For(F,0,3For(E,0,3Pt-On(E*8,F*8,F*4+E*8+Pic1)Pt-On(E*8,F*8,F*4+E*8+Pic2)^^rEnd:End
Weird I thought I saw someone mention a cookie clicker before on the forum, but when I searched this page was the ONLY result. Huh.
Also. I love floating point math.