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

Pages: 1 ... 118 119 [120] 121 122 ... 276
1786
Other Calculators / Re: Why to buy a 68k calc
« on: November 21, 2011, 03:42:08 pm »
very, very fast.
also, I believe that 68k calc basic is most suitable to game-making.

1787
Other Calculators / Re: Why to buy a 68k calc
« on: November 21, 2011, 01:09:38 pm »
advanced war 89 ftw

1788
TI Z80 / Re: MUSEINC: Make musicmaking in Axe easier!
« on: November 21, 2011, 09:26:06 am »
Yet Another Update(This makes it MuseInc Beta 3.4.1)

Update Stuff:
-Fixed the error in musedit.
-included 2 more example songs.

1789
Official Contest / Re: Omni SC2 tournament I: Trial run!
« on: November 21, 2011, 06:55:38 am »
that means you lost? :D

1790
Axe / Re: Free RAM and drawing stuff
« on: November 20, 2011, 08:06:09 pm »
track your posts. You'll see which posts got derated.

1791
Axe / Re: quick platform pxl-testing tut
« on: November 20, 2011, 07:15:20 pm »
actually, I take my word back.
I didn't see the code carefully. :P

1792
Axe / Re: quick platform pxl-testing tut
« on: November 20, 2011, 07:09:33 pm »
Quick note about optimizing in Axe:
Instead of writing this line like this,
:if (pxl-test(X,Y+8) or pxl-test(X+5,Y+8)=0)
it is more optimized to write it like this:
Code: [Select]
:!If pxl-test(X,Y+8) or pxl-test(X+5,Y+8)Basically the !If just checks if it's equal to zero.

Nice job on the rudimentary tutorial. :)
Isn't it
Code: [Select]
!If pxl-test(X,Y+8) and (pxl-test(X+5,Y+8) ? or
Code: [Select]
!If pxl-test(X,Y+8)?pxl-test(X+5,Y+8)EDIT:Nvm. I didn't see the code carefully.

1793
TI Z80 / Re: zStart - an app that runs on ram clears
« on: November 20, 2011, 06:55:14 pm »
I think zstart already have that feature. :D

1794
Humour and Jokes / Re: I_AM_THE_DEVIL_!!!
« on: November 20, 2011, 06:54:08 pm »
DT might reach 6666 soon :D

1795
Site Feedback and Questions / Re: Is this Normal for Omnimaga Stats?
« on: November 20, 2011, 06:52:15 pm »
I'm on there as well XD

1796
TI Z80 / Re: MUSEINC: Make musicmaking in Axe easier!
« on: November 20, 2011, 04:36:25 pm »
Fix for prgmMUSEDIT

1797
TI Z80 / Re: MUSEINC: Make musicmaking in Axe easier!
« on: November 20, 2011, 02:55:46 pm »
Apparently, there was an "retune" option in DCS7 that solved it XP
Also, I forgot to mention that paste function OVERWRITES notes XP
EDIT: Here's better looking readme file. Enjoy!

1798
Casio PRIZM / Re: Stock Craze: a casio game
« on: November 20, 2011, 02:52:13 pm »
I thought flyingfisch was making this game? ???

1799
TI Z80 / Re: MUSEINC: Make musicmaking in Axe easier!
« on: November 20, 2011, 02:24:46 pm »
Oh, I'll turn off the home hooks and try :P
And I love the kind of hollow sounds calc make, creates nice spooky music :D
Add some delay and reverb for an epic effect :) (I use external devices of course)
:P
I don't think I'll be going that far XP

1800
General Discussion / Re: Favorite classical pieces
« on: November 20, 2011, 02:10:05 pm »
6. Pathetique sonata- Beethoven- Mostly mov 1 and 3
:D I love that song XD
There's also a "StarCraft" version of that song too :D

Pages: 1 ... 118 119 [120] 121 122 ... 276