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

Pages: 1 ... 10 11 [12] 13 14
166
Miscellaneous / Re: FAIL
« on: August 02, 2011, 02:45:53 pm »
I know but can't someone have some humor?

167
Axe / Re: Zeldaking's axe questions
« on: August 02, 2011, 02:45:11 pm »
True but the Point-Change( worked for what I need.

168
Miscellaneous / Re: FAIL
« on: August 02, 2011, 02:36:57 pm »
Why is this post titled FAIL, I din't see any motorbike stuck through some 2 story apartment window?

169
Axe / Re: Zeldaking's axe questions
« on: August 02, 2011, 02:35:35 pm »
Yes, that works, sweet I can make some things I haven't been able to.

170
Axe / Re: Tilemapping in Axe
« on: August 02, 2011, 02:28:38 pm »
Well considering I understand that part, sure. Nothing to complicated (hint: 1 or 2 character sprites)

171
Miscellaneous / Re: Tutorial Request Thread
« on: August 02, 2011, 02:25:26 pm »
Basic menu's are my specialties and my lunch.

172
Axe / Re: Zeldking's axe questions
« on: August 02, 2011, 02:24:37 pm »
What about the erasing of it though?

173
Other Calc-Related Projects and Ideas / Re: ZeldaKing's Projects
« on: August 02, 2011, 02:23:58 pm »
I was planning on it anyways, That is not a way of the basic 1337 rules.

174
General Calculator Help / Re: Calc crushed!!
« on: August 02, 2011, 02:22:25 pm »
Yes, Yes The force is strong with this one. (read in a yoda voice)

175
General Calculator Help / Re: Calc crushed!!
« on: August 02, 2011, 02:19:36 pm »
Good luck and may the force be with you.

176
Other Calc-Related Projects and Ideas / Re: ZeldaKing's Projects
« on: August 02, 2011, 02:17:39 pm »
Wouldn't it take more memory to add all of those closing " ?

177
Axe / Re: Zeldking's axe questions
« on: August 02, 2011, 02:14:48 pm »
So like this?
Code: [Select]
.HELP
[FFFFC3C3C3C3FFFF->Pic1
10->x
10->y
Clrdraw
RectI(0,0,95,64
Pt-Change(x,y,Pic1
DispGraph
Repeat getkey(15)
If getkey(2)
Pt-Change(x,y,Pic1
x-1->x
Pt-Change(x,y,Pic1
End
If getkey(3)
Pt-Change(x,y,Pic1
x+1->x
Pt-Change(x,y,Pic1
End
End
Is that right?



178
General Calculator Help / Re: Calc crushed!!
« on: August 02, 2011, 02:03:17 pm »
What did you do to get your calc into this state anyways?

179
Introduce Yourself! / Re: Hi!
« on: August 02, 2011, 01:54:42 pm »
Hello Anima

180
Axe / Re: Zeldking's axe questions
« on: August 02, 2011, 01:52:55 pm »
So how would you erase that 8x8 sprite without erasing background?

Pages: 1 ... 10 11 [12] 13 14