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

Pages: 1 ... 54 55 [56] 57 58 ... 70
826
The Axe Parser Project / Re: Features Wishlist
« on: October 31, 2010, 08:18:50 pm »
Mkay, I dug up an old 2.5 mm jack out of the attic, and it worked perfectly - better quality sound then I would have thought!  :)
However, my calculator becomes incredibly sluggish when it's plugged in, but works fine when I play the sample Axe sound program, so I have to run the program, then plug in, then remove the jack after I'm done.  Anybody know why this is?

827
General Calculator Help / Re: Exporting/signing apps?
« on: October 31, 2010, 08:16:22 pm »
Could you try uploading the entire contents of that file so we can take a look at it?  Maybe something's wrong with the batch file.

828
General Calculator Help / Re: Exporting/signing apps?
« on: October 31, 2010, 07:23:02 pm »
It?  By 'it', do you mean the app or rabbitsign?

829
General Calculator Help / Re: Exporting/signing apps?
« on: October 31, 2010, 07:19:22 pm »
Even the utility included with Axe didn't work?
Did you do it right - drag your 8xk over the .bat file?

830
The Axe Parser Project / Re: Features Wishlist
« on: October 31, 2010, 07:02:29 pm »
Calculators can't have sound, so guitar hero wouldn't be as cool.
Yes they can?

831
TI Z80 / Re: The Impossible Game
« on: October 31, 2010, 06:53:19 pm »
Well, due to a batch script error: "Move vs. Copy". The entire source of this game is completely gone. Undeleters won't work because the file on my hard drive has already been overwritten. I have no choice but to hack the current version to v2.0 and be done.

Ouch.  That sucks.
Are there any differences between the previous one and this besides the version number?

832
TI-BASIC / Re: Quadratic Formula
« on: October 31, 2010, 06:42:57 pm »
Oh.  If this isn't too intrusive, may I ask what math level you're currently taking?

833
TI Z80 / Re: Tokens
« on: October 31, 2010, 06:39:58 pm »
Not really...
Numbers might be more friendlier to a computer, but not really human-readable, and graphics are barely comprehensible to a program.

834
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: October 31, 2010, 06:35:43 pm »
730: You got an abacus as a gift, and your very first thought was to wonder how you would program it.

This is true - I actually got a small abacus today.  I've been obsessively practicing dividing on it all morning, lol.

835
TI-BASIC / Re: Quadratic Formula
« on: October 31, 2010, 06:09:53 pm »
Or better yet...

Code: [Select]
:ClrHome
:a+bi                             (Found in the [MODE] menu, allows imaginary numbers)
:2->dim(L₁
:Disp "AX²+BX+C=0
:Prompt A,B,C
:(-B+√(B²-4AC))/(2A->L₁(1
:(-B-√(B²-4AC))/(2A->L₁(2
:Pause L₁

Allows imaginary numbers!  (Scroll for answer, don't keep anything important in L1)

Edited:  Thanks, Qwerty.55

836
Axe / Re: 8xp to text converter
« on: October 31, 2010, 06:02:05 pm »
Not sure if this is what you're looking for, but this is what I use.
I wrote a batch file for it, once you extract everything from the zipfile, keep the folder structure intact and drag the .8xp program over the batchfile.  It outputs a file with a .tib extention, which is pretty much identical to a .txt, so just open it.
It doesn't handle lowercase at all, and returns gibberish instead (which is a pain).  But you can just delete the weirdness and insert your text (or optionally, find a way to automate the task - each lowercase returns the same gibberish each time).

837
TI Z80 / Re: Minigames
« on: October 29, 2010, 07:32:33 pm »
Hey - no cheating!
You can't go off-screen!  That's not in the spirit of the game!

...Well, in all serious-ness, it's really more of an oversight, not a glitch.  I'll fix it later.

838
TI Z80 / Re: Minigames
« on: October 29, 2010, 07:09:35 pm »
Basically, this:
Code: [Select]
.BLAH
[Add hex here to make a border around an 8x8 block]->Pic1
Pxl-Mask(A,B,rand^6000)
Pt-On(A,B,Pic1)
I read from a random section of the calculators RAM, and for some reason, it gives almost a scrolling effect...



839
TI Z80 / Minigames
« on: October 29, 2010, 06:39:53 pm »
I was extremely bored in chemistry class + I was procrastinating on my other projects + I wanted practice coding =
A random game!

You are the little ship thing, and you have to dodge the blocks.
Press [2ND] to temporarily turn invisible.  Turning invisible drains the bar at the top, so conservation is emphasized.
I added difficulty, so it starts off a bit slow, but eventually grows hectic (and you encounter more obstacles, like bouncing smiley faces).
Press [MODE] to pause and unpause.

Interesting fact: this was originally intended to be a tunnel clone, but it didn't look good and I went a little overboard on the projectiles, so I mutated the game just a little more.

I think I'll try to make a new minigame every week or so, because I think I should really try to practice coding more.

840
Miscellaneous / Re: Don't spam!
« on: October 29, 2010, 06:31:41 pm »
My friend told me there use to be a very nasty professional spammer-troller running around called bungie.  What is anti-spam?
And also on certain forums swearing immediately gets you IP banned. I don't like those forums!

I'm kind of wondering - why did Thegame lose two respects for this post?

Pages: 1 ... 54 55 [56] 57 58 ... 70