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

Pages: 1 ... 86 87 [88] 89 90 ... 184
1306
nDoom / Re: nDOOM - Work in progress
« on: January 01, 2011, 09:55:59 pm »
WoooooooooooooõöôōøœóòooooW!  O.O
That sir, is epic.  It deserves a subforum after a while.  We are very glad you joined us.  ;)
Btw, is nDoom a final name? Because I really like nDanger...  :P

1307
Axe / How do you store to and read from Appvars?
« on: January 01, 2011, 09:49:28 pm »
I really never made a game that needed a lot of data, but I'm trying now.  I need some help on storing to an appvar and reading from it.  Can someone give me example code to store a series of 10 ones and zeros. To an appvar and then display the numbers?

1308
Miscellaneous / Re: Programmers Heirarchy
« on: January 01, 2011, 04:19:10 pm »
love it.  ;)

1309
Art / Re: Assemblex Icon
« on: January 01, 2011, 04:16:52 pm »
Its not green, and I didn't really make it, but...

EDIT:  Oh wow, I should've resized the new posts image by the forums, but I resized it from the banner instead...
* yunhua98 facepalms...

1310
Art / Re: Assemblex Icon
« on: January 01, 2011, 04:10:32 pm »
I saw it, but I'm not sure I understand...
hmm...  Let me try to draw something real quick and see...

1311
Art / Re: Assemblex Icon
« on: January 01, 2011, 04:02:36 pm »
Thanks, is there anything specific you are looking for though?

1312
I think DJ said a facebook page might take discussion away from Omni, although its still worth a try...

1313
Art / Re: Assemblex Icon
« on: January 01, 2011, 03:09:40 pm »
lOBSTER  :P

1314
Other / Re: Silver Shadow's Robot Project
« on: January 01, 2011, 03:03:35 pm »
done  ;)

1315
Axe / Re: Moving a Sprite
« on: January 01, 2011, 03:02:03 pm »
I just wanted to optimize that...  ;)
Code: [Select]
:.SMILE
:[004466000000817E]->Pic1
:DiagnosticOff
:0->X->Y
:Repeat getkey(15)
:Pt-Off(X,Y,[0000000000000000]
:X+getkey(3)-getkey(2)->X
:Y+getkey(1)-getkey(4)->Y
:Pt-On(X,Y,Pic1
:DispGraph
:End

oh, wait, you want boundaries...

Code: [Select]
:.SMILE
:[004466000000817E]->Pic1
:DiagnosticOff
:0->X->Y
:Repeat getkey(15)
:Pt-Off(X,Y,[0000000000000000]
:X+(getkey(3) and (X<88))-(getkey(2) and (X>0))->X
:Y+(getkey(1) and (Y<56))-(getkey(4) and (Y>0))->Y
:Pt-On(X,Y,Pic1
:DispGraph
:End

1316
Contra / Re: Contra
« on: January 01, 2011, 02:50:45 pm »
So you're continuing it, still right?

1317
News / Re: DJ returns to admin, sort-of, and admin position updates
« on: December 31, 2010, 06:24:42 pm »
Welcome back, as for requests, maybe havesomething like the download section where people submit one and then only adminscan read it until they approve like the do section?

1318
Casio Calculators / Re: PRIZM Emu
« on: December 31, 2010, 05:52:51 pm »
You mean like a cprizm.Inc?
I thougt you meant we needed the ti one.  :P
That would be essential for asm coding of course, I don't know about emu though...

1319
Casio Calculators / Re: Prizm Wiki
« on: December 31, 2010, 05:50:09 pm »
Qwerty, the wiki only let's admins edit the pages, apparently...

1320
Casio Calculators / Re: PRIZM Emu
« on: December 31, 2010, 05:47:23 pm »
No, my first post meant how to make an emu and how similar the languages are, not make an emu that changes the languages

Pages: 1 ... 86 87 [88] 89 90 ... 184