Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - geekygenius

Pages: 1 [2]
16
The Axe Parser Project / Re: Features Wishlist
« on: March 08, 2012, 01:15:38 am »
This is more for the parser, but it would be nice if it had an "auto-run" option for streamlined testing/development.

17
The Axe Parser Project / The Matrix
« on: March 08, 2012, 01:13:13 am »
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.  :P
Code: [Select]
:.Matrix
:Repeat getkey(15)
:For(A,0,15)
:Disp rand|>Char
:Pause 50
:End
:Pause 200
:End
The 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. ;)

Pages: 1 [2]