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

Pages: 1 ... 162 163 [164] 165 166 ... 317
2446
TI Z80 / Re: Liquid Screen
« on: January 24, 2012, 02:13:18 pm »
Yes, this is in Grammer :) I do think at some point I should make this an Assembly program so BASIC programmers can use the effect, too :)

2447
TI Z80 / Re: ORG: online Z80 IDE and assembler
« on: January 24, 2012, 02:11:56 pm »
Yes, awesome!

2448
TI Z80 / Liquid Screen
« on: January 24, 2012, 07:59:57 am »
You might be familiar with my avatar and the previous avatar, both of which make use of a neat effect. Pretty much, the screen falls and melts into a puddle. If you want to give it a try, here it is, the program I have used for these effects :) I tweaked it a little, so here is the setup:

The picture to liquefy is in Pic1. If Pic1 does not exist or is in archive, the graph screen is used instead. A horizontal line on the bottom row of pixels is drawn as a barrier. When converting the screen to particles, all of your remaining RAM is used. If you have less than 775 bytes of RAM left, though, it will not create a var and it uses AppBackUpScreen instead (holds 366 particles).

Press CLEAR to exit. Don't worry, you get your RAM back :)

If you have 12106 bytes of RAM left, you can convert the whole screen if it was all black. My logo didn't even use the 2048 byte buffer I assigned originally, though XD

2449
Site Feedback and Questions / Re: Grammer language board
« on: January 23, 2012, 09:46:45 pm »
Wee caaan teeeachhh youuu :D
There is a topic for asking questions and such, but I think it would make it easier to have a bajillion more specific topics :D

2450
TI Z80 / Re: The Reign of Legends 3 Port [Grammer]
« on: January 23, 2012, 09:35:08 pm »
Ah, well I am sure their are other tricks available if you can think them up :/ You do have 57 vars to use, though :D

2451
TI Z80 / Re: The Reign of Legends 3 Port [Grammer]
« on: January 23, 2012, 09:33:20 pm »
I do agree with DJ that keys should be consistent. A quit button should be a universal quit button and a select button should generally be a select button. It makes it a lot easier for the gamer :) Because keys are tested so fast in Grammer/Axe, I typically add code to prevent registering twice. Pretty much, if you have something like Z' available and the last key press is kept in one variable, you can do something like this:
Code: [Select]
Repeat A*!A=Z'      ;change the = to not equals and remove the !
A→Z'
getKey→A
End

2452
Site Feedback and Questions / Re: Grammer language board
« on: January 23, 2012, 09:21:11 pm »
That would be neat o.o I know I sometimes don't see questions concerning Grammer and new games sometimes for a while.

2453
TI Z80 / Re: The Reign of Legends 3 Port [Grammer]
« on: January 23, 2012, 09:19:32 pm »
All I can say so far is o.o

2454
TI Z80 / Re: Fire
« on: January 23, 2012, 07:30:16 am »
Wow, I really like the idea of pressing clear an burning away the screen o.o If I get time, I want to work on that!

2455
Art / Re: Pokedex
« on: January 23, 2012, 07:28:08 am »
Holy, jeez, very nice :D

2456
TI Z80 / Re: The Reign of Legends 3 Port [Grammer]
« on: January 22, 2012, 10:27:19 pm »
Hmm, odd. Might I see the code in question?

2457
Other Calculators / Re: TI-84+ On An External Power Supply - Hardwired
« on: January 22, 2012, 06:27:15 pm »
I've had 8.1 volts going to it before at about 1.5 amps and it worked fine. I did this to the gameboy as well except I used 9 volts and the amps may have been slightly higher. I know on the gameboy, after a certain amount of voltage, it just refused to work. I don't think you will harm the calc much, but I would not suggest over 9.6 volts (8 rechargeable batteries).

2458
nDoom / Re: Critor is awesome
« on: January 22, 2012, 04:02:00 pm »
Yes, awesome job to both of you o.o

2459
TI Z80 / Re: The Reign of Legends 3 Port [Grammer]
« on: January 22, 2012, 03:57:08 pm »
Only If...Then...End. A regular If statement does not require an End.

2460
TI Z80 / Re: ORG: online Z80 IDE and assembler
« on: January 22, 2012, 10:58:48 am »
Wow, this is great! Thank you much for the .8xv, pastebin, and hex versions! There is currently somebody in my e-mail correspondence and I believe systwo on Omnimaga that would love the hex option!

Pages: 1 ... 162 163 [164] 165 166 ... 317