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 - lennyitb

Pages: [1]
1
The Axe Parser Project / Re: Drawing a picture
« on: July 24, 2014, 09:26:47 pm »
Wow thanks man! This calls for emoticons!
 :angel: :w00t: *.* :hyper: :thumbsup:

2
The Axe Parser Project / Drawing a picture
« on: July 24, 2014, 07:13:00 pm »
I have been working at figuring out and researching how to draw a picture larger than 8x8 in axe, for example this one:
Spoiler For Spoiler:
FFFFF000015066152221752205622254225537720000044011549935555528913800008244582AA582CA39A80982615F80D4
which by the way is 20x20. What I've been doing is this:
Code: [Select]
:[(picture)]->Pic1
:Pt-On(1,1,Pic1)
:0->K
:While K=0
:getKey->K
:End
:Return
And if it wasn't clear, (picture) is to be replaced with the actual picture. So what have I been doing wrong? -Lennyitb

Pages: [1]