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

Pages: 1 ... 163 164 [165]
2461
Axe / Re: Enlarging sprites?
« on: June 06, 2010, 05:38:07 pm »
How about this for enlarging it 8 times.  Useful for editing I guess.  I did not use the back buffer at all.
Code: [Select]
ClrDraw
[C3A5555A242445AA5C3]->Pic1  // Your sprite
[0000000000000000]->Pic2
[FFFFFFFFFFFFFFFF]
For(A,0,7
{Pic1+A}->I
For(B,0,7
I^2->L
I/2->I
Pt-Off(8*(7-B),8*A,8*L+Pic2
End
End

2462
I have no problem with the rule, I was simply curious if anyone had tried.

What about the mac tile map editor.  That would severely help me.

2463
I don't understand the rule about only axe from Quigibo.  What hacked version was there?  Also, is there any mac tile map editor?

EDIT:  I just thought of something.  Why not have an on-computer compiler?

2464
The Axe Parser Project / Re: Sprite Helpers
« on: June 05, 2010, 05:58:08 pm »
Isn't ans supported now?

2465
Introduce Yourself! / Hi from graphmastur
« on: June 03, 2010, 09:52:24 pm »
What's up?  Normally I don't introduce myself, but my name is graphmastur.  I mostly program in Java, and do basic.  I would say I'm an intermediate to advance BASIC user.  I joined Omnimaga simply for the axe contest.

2466
Miscellaneous / Re: Do you fear your own reflection?
« on: June 03, 2010, 08:47:44 pm »
Personally, I only find it scary when it does things that I don't.  Considering that it usually doesn't do that, then no, I fear not my reflection.  My shadow on the other hand...

2467
That sounds good to me.  This will be my 4th post, now.

2468
Yeah, I know on Itunes you can just click "redeem" and treat like a normal card.  It won't ask you for a credit card.  How exactly do you get the online codes?  Will you buy the card itself, and then just send us the code?

2469
Thank you, and I know what you mean.  It sounds like a good way to get around problems.

2470
So, what does it mean "e-mail based" for the gifts?  How exactly does the gift giving procedure work?

If I enter, I won't be telling my project idea, since I think it's an impossibility that someone would think of the same idea.  (If the program I want to do works, that is.)  Also, if it works, it will be awesome!

Pages: 1 ... 163 164 [165]