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

Pages: 1 ... 409 410 [411] 412 413 ... 424
6151
Miscellaneous / Re: Exam results
« on: October 30, 2010, 05:44:24 am »
/\as did i =D
my teacher thinks he can program and it made him angry when he discovered that everything he had learned to "program" on his "ipad" over a period of 6 months i could do with crap z80 hardware in a tiny fraction of the space and without the help of his lame object oriented programming :3

Haha, my chemistry teacher asked me to hack a flash website so that she could get the .swf file to convert it to.fla to make the animation in portuguese (an animation of stars like the Sun running out of hydrogen).

She asked "Can anyone translate this?", so I installed a bunch of tools and did it. Hah, hope to get higher grade for it ;)

6152
General Discussion / Re: The (new) DJ Omni Music Torrent!
« on: October 30, 2010, 05:36:14 am »
Please upload a .zip file and link us to the Zip, better than torrent :S

Thanks

6153
TI Z80 / Re: The Impossible Game
« on: October 30, 2010, 05:31:29 am »
iPod: 97% (frustrating!!!)
xBox: 69 %
Chaoz: 19% ...
Heaven: 41%

Ok, I have a problem, when I get to 108 attempts, it crashes (84+ keypad), is there a bug in the 108 attempt?

6154
Other Calc-Related Projects and Ideas / Re: Team Battles
« on: October 30, 2010, 05:29:15 am »
or if you really like Menu...
...

The menu function doesn't look very professional in my opinion. It's only really useful for math programs.

The Menu function is a simple way to do things.

For example, The Impossible Game's menu is a more professional menu, better looking, more advanced.

About the math programs, yeah, Formulum will be based on a Menu( hahaha

6155
I can't wait for the next GIF, even though Sniper 101 was cool enough :)

6156
Art / Re: Sprite request for Nostalgia
« on: October 30, 2010, 05:13:01 am »


That is reallly goood!

6157
Other Calc-Related Projects and Ideas / Re: Animations
« on: October 30, 2010, 04:59:10 am »
Ok, I made it working, I did (-B) -> B, and it worked :)

Yeah it is faster, but I could never do something like that :(

Code: [Select]
:ClrHome
:For(A,1,500
:Output(1,1,"DELETING RAM
:2→A
:Output(A,1,".
:rand(15
:Output(A,2,".
:rand(15
:Output(A,3,".
:rand(15
:Output(A,4,".
:rand(15
:Output(A,5,".
:rand(15
:Output(A,6,".
:rand(15
:Output(A,7,".
:rand(15
:Output(A,8,".
:rand(15
:Output(A,9,".
:rand(15
:Output(A,10,".
:rand(15
:Output(A,11,".
:rand(15
:Output(A,12,".
:rand(15
:Output(A,13,".
:rand(15
:Output(A,14,".
:rand(15
:Output(A,15,".
:rand(15
:Output(A,16,".
:rand(15
:Output(3,1,"RAM DELETED
:A+2→A
:Output(A,1,".
:rand(15
:Output(A,2,".
:rand(15
:Output(A,3,".
:rand(15
:Output(A,4,".
:rand(15
:Output(A,5,".
:rand(15
:Output(A,6,".
:rand(15
:Output(A,7,".
:rand(15
:Output(A,8,".
:rand(15
:Output(A,9,".
:rand(15
:Output(A,10,".
:rand(15
:Output(A,11,".
:rand(15
:Output(A,12,".
:rand(15
:Output(A,13,".
:rand(15
:Output(A,14,".
:rand(15
:Output(A,15,".
:rand(15
:Output(A,16,".
:rand(15
:Output(5,1,"DESTROYING
:A+2→A
:Output(A,1,".
:rand(15
:Output(A,2,".
:rand(15
:Output(A,3,".
:rand(15
:Output(A,4,".
:rand(15
:Output(A,5,".
:rand(15
:Output(A,6,".
:rand(15
:Output(A,7,".
:rand(15
:Output(A,8,".
:rand(15
:Output(A,9,".
:rand(15
:Output(A,10,".
:rand(15
:Output(A,11,".
:rand(15
:Output(A,12,".
:rand(15
:Output(A,13,".
:rand(15
:Output(A,14,".
:rand(15
:Output(A,15,".
:rand(15
:Output(A,16,".
:rand(15
:Output(7,1,"VIRUS FINISH
:A+2→A
:Output(A,1,".
:rand(15
:Output(A,2,".
:rand(15
:Output(A,3,".
:rand(15
:Output(A,4,".
:rand(15
:Output(A,5,".
:rand(15
:Output(A,6,".
:rand(15
:Output(A,7,".
:rand(15
:Output(A,8,".
:rand(15
:Output(A,9,".
:rand(15
:Output(A,10,".
:rand(15
:Output(A,11,".
:rand(15
:Output(A,12,".
:rand(15
:Output(A,13,".
:rand(15
:Output(A,14,".
:rand(15
:Output(A,15,".
:rand(15
:Output(A,16,".
:rand(15
:End

6158
Other Calc-Related Projects and Ideas / Re: Animations
« on: October 29, 2010, 05:44:22 pm »
I made a virus effect image, the only way to shut the program is by clicking "On", is there a way to change this?

Thanks ^^

6159
Other Calc-Related Projects and Ideas / Re: Animations
« on: October 29, 2010, 05:35:30 pm »
I prefer to do:

T + 1 -> T

:)

6160
Other Calc-Related Projects and Ideas / Re: Animations
« on: October 29, 2010, 04:02:08 pm »
Hmm, I just typed it to makes sure it would work.  Did you type the "//" and everything after them?  Those are comments and they're not meant to be typed in the code. :)

Of course I removed the //, I'm not that stupid :S

6161
Other Calc-Related Projects and Ideas / Re: Animations
« on: October 29, 2010, 03:59:25 pm »
That gave me a syntax error, though, can't tell which line for now, WabbitEmu.

6162
The Axe Parser Project / Re: Axe Parser
« on: October 29, 2010, 03:50:21 pm »
Has anyone tried running Axe Parser in TI NSpire w/ 84+ keypad?

I can't, when I open the application Axe what shows up immediately is the Compile list and I can't compile them due to Unknown Error (and they are written in Axe, for sure).

Any ideas?

6163
Other Calc-Related Projects and Ideas / Re: Animations
« on: October 29, 2010, 03:47:20 pm »
A wave animation, I'll do a sea wave animation right away hahah.

Then, I'm gonna do a virus-like animation, which will be quite hard.

How can I do something like this:

Output(1,1,".

Then, wait a second or two and

Output(1,2,".

A second or two and

Output(1,3,".

Have no idea, th0ugh. Thanks :)

6164
Miscellaneous / Re: Halloween
« on: October 29, 2010, 03:37:10 pm »
I am noone. I hat Halloween...

6165
TI Z80 / Re: My First Quantum Translocator
« on: October 29, 2010, 03:32:06 pm »
Update bump. Bouncies now work, and in response to difficulty concerns jump height has been noticeably increased. Will post ASAP.

I want a restart level button so much :)

And save points, but that's harder, the restart button would mbe awesomness PLEASE!

Pages: 1 ... 409 410 [411] 412 413 ... 424