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 ... 410 411 [412] 413 414 ... 424
6166
Miscellaneous / Re: Simpsons, South Park,Family Guy
« on: October 29, 2010, 03:22:59 pm »
Who abused the post rater on the first page?

Omg, that looks bad :S
Can we know who did so?

6167
Other Calc-Related Projects and Ideas / Re: Animations
« on: October 29, 2010, 03:16:23 pm »
Well, I mean, when it moves to the left, it drops down a sprite.  Is that intentional? 

Does it?

There are two:
Code: [Select]
:Disp ".
:Disp ".

That is intentional, is that what you mean?

6168
Other Calc-Related Projects and Ideas / Re: Animations
« on: October 29, 2010, 03:12:05 pm »
Looks cool! Is it supposed to move up and down or just side to side?

It gives the idea it is moving down, but it isn't, check why:

Code: [Select]
:ClrHome
:For(A,1,100
:Disp ".
:Disp " .
:Disp "  .
:Disp "   .
:Disp "    .
:Disp "     .
:Disp "      .
:Disp "       .
:Disp "        .
:Disp "         .
:Disp "        .
:Disp "       .
:Disp "      .
:Disp "     .
:Disp "    .
:Disp "   .
:Disp "  .
:Disp " .
:End

6169
TI Z80 / Re: Rule and Conquer: My Game In Progress
« on: October 29, 2010, 03:06:15 pm »
A group file? How do I open it with Wabbit?

6170
Miscellaneous / Re: Exam results
« on: October 29, 2010, 03:04:08 pm »
Math A: 19.8/20

My only test for now, I'm genius at maths ;)

6171
Hah, looks like a very good thriller, hope to play it someday haha :)

6172
Other Calc-Related Projects and Ideas / Animations
« on: October 29, 2010, 02:45:50 pm »
I've been playing around with animations and I've done a few interesting things, for now, I'll post a simple animation.

I've made a few more complex and fun, but can't upload them at the moment.

The GIF made in WabbitEmu doesn't look very fast, but it is fast and optimized, is there any trick to save faster GIFs?

Close all problems? Change settings?

Thanks, please tell me what you think. I think these could be used somewhere in a program, but anyways it's for practice mostly.

6173
Humour and Jokes / Re: Ndless 2.0
« on: October 29, 2010, 02:34:37 pm »
Hah, awesome NDless 2.0 is so awesome!

It looks like you can play coloured videos with SOUND mp3 sound in your nspire! :)

6174
Haha! I have a clickpad, yay!

So, do I, can I use ndless with a clickpad in TI NSpire (non-CAS)?
That depends- do you know how to get a copy of os 1.1?

OS 1.1 can't be installed, I have it you can't.

I can't send it to you cos it is ilegal.
Go to the chat and query someone to send it.

There is one website on the web that e-mails it to you, can't link since it's ilegal.

Good Luck, even with OS 1.1 file you can't. When you try to install it it prints out an error :S

6175
Here is a clearer state on Touchpad compatibility:

Ndless 1.7 as it is cannot be compatible with OS 2.x because of the use of the "hot reboot". The hot reboot restarts the OS at installation time to get back to a stable state. The hot reboot is currently also responsible of quite many stability issues on OS 1.7.

I have been working on modifications that get rid of the hot reboot. It works quite well on nspire_emu (with a random crash for some installations, which hopefully could be fixed), but crashes on real hardware.
As long as the hot reboot cannot be replaced, Ndless won't be compatible with OS 2.x, and Touchpad won't be supported. I'll soon post these modifications which work on emulator, hopefully someone will be able to have an idea on what's going wrong.

Yeah, working in PC Emulator ain't that good, but helps someone have an idea ;)

6176
Other Calculators / Re: Simple yet useful virus
« on: October 28, 2010, 04:40:37 pm »
optimization....

for(A,0,50
pause
end.


;)

I thought about loops of course, but I tried this with no sucess:

Code: [Select]
0 -> A
While A <5
Pause

or

Code: [Select]
0 -> A
While A <5
Disp "Virus"

6177
TI Z80 / Re: The Impossible Game
« on: October 28, 2010, 04:34:05 pm »
v1.91:
-Fixed the Nspire glitches. The Nspire is now just treated as an 83+.


The reason that v1.0 works is because I screwed up the detection process and all calculators were detected as 83+'s. Meaning that the crystal timers were never used.
Thanks! works perfectly now.
Great, will download newest version right away


EDIT:

OMG IT WORKS, I DID 40% the first time in HEaven and already saw the awesome effects, GREAT JOB!

6178
Haha! I have a clickpad, yay!

So, do I, can I use ndless with a clickpad in TI NSpire (non-CAS)?

6179
Other Calculators / Re: Simple yet useful virus
« on: October 28, 2010, 04:25:01 pm »
Code: [Select]
:ClrHome
:Pause
:Pause
:Pause
:Pause
:Pause
:Pause
:Pause
:Pause
:Pause
:Pause
:Pause
:Pause
:Pause
:Pause
:Output(1,1,".
:Output(1,2,".
:Output(1,3,".
:Output(1,4,".
:Output(1,5,".
:Output(1,6,".
:Pause
:Output(2,1,"VIRUS
:Pause
:Output(3,1,".
:Output(3,2,".
:Output(3,3,".
:Output(3,4,".
:Output(3,5,".
:Output(3,6,".
:Pause
:Output(4,1,"DELETING MEMORY...
:Pause
:Output(5,1,".
:Output(5,2,".
:Output(5,3,".
:Output(5,4,".
:Output(5,5,".
:Output(5,6,".
:Pause
:Pause
:Output(6,1,"DELETING FILES ...
:Pause
:Pause
:Pause
:Pause
:Pause
:Pause
:Pause
:Pause
:Pause
:Pause
:Pause
:Pause
:Pause
:Pause
:Pause
:Pause
:Pause
:Pause
:Pause
:Pause
:Pause
:Pause
:Pause
:Pause
:Pause
:Pause
:Pause
:Pause
:Pause
:Pause
:Pause
:Pause
:Pause
:Pause
:Pause
:Pause
:Pause
:Pause
:Pause
:Pause
:Pause
:Pause

English version uploaded :)

BTW, i call it game for my friends to 'play'...

6180
Other Calculators / Re: Simple yet useful virus
« on: October 28, 2010, 04:16:40 pm »
porque casi todo es en espanol?

What do you mean by autorun?

Not Spanish, Portuguese, I may do an English file in a few minutes.

Autorun: run everytime you turn the calculator on ;)

Should I use this?

http://education.ti.com/educationportal/sites/US/productDetail/us_startup_83_84.html

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