1
Axe / Re: Axe Q&A
« on: May 01, 2013, 10:53:47 am »
Thanks. I'm not sure why I put 35 there.
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.
Pages: [1]
2
Axe / Re: Axe Q&A« on: May 01, 2013, 09:31:04 am »
I've tried ClrDraw and ClrDrawrr both didn't work.
3
Axe / Re: Axe Q&A« on: May 01, 2013, 07:28:57 am »
Noted. I need some help with displaying some sprites. I'm getting some pixels turned on. It's random. For each compilation pixels get turned on randomly.
Code: [Select] .CONC
4
Axe / Re: Axe Q&A« on: May 01, 2013, 03:44:21 am »
Thank you Runner and thanks for the tip Walker!
5
Axe / Re: Axe Q&A« on: May 01, 2013, 03:30:45 am »
Quick question, is there a way to loop through static variables? For example, I have 19 sprites Pic00, Pic01, Pic02,...,Pic18, and I'd like to display them horizontally across the screen (until it reaches the edge and go to the next column).
I've read somewhere that you can use Code: [Select] For(I,0,18) But all I got is the first sprite pressed down and spread across the screen (think of butter or shift drag in MSPaint).
Pages: [1]
|
|