0 Members and 1 Guest are viewing this topic.
:.Matrix:Repeat getkey(15):For(A,0,15):Disp rand|>Char:Pause 50:End:Pause 200:End
Funny But you should try it with just one line (who generate itself sometimes randomly in the code), and then use some StoreGDB, Vertical + and Dispgraph, it will probably go faster...
So, I'm new to this whole Axe thing, and I really like it. I am working on "Calculator hero" right now, but I stumbled across a pretty convincing way to "create the matrix". Its my first finished Axe program, and its so small I won't post a download either. You would probablly want to change some of it to your liking anyways. Code: [Select]:.Matrix:Repeat getkey(15):For(A,0,15):Disp rand|>Char:Pause 50:End:Pause 200:EndThe Pause 50 is the speed of the characters appearing on a line, and the Pause 200 is the speed of the lines. Feel free to use it as you want, and constructive criticism is greatly appreciated.