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

Pages: 1 ... 20 21 [22] 23 24 ... 61
316
[DE] Off-Topic / Re: Taschenrechner, Hilfe ;D
« on: September 12, 2011, 09:15:41 am »
Da steht bei mir Schon ne Nummer:

Da auf dem Karton Links unten in der Ecke. Roter Kleber, Weiße Schrift: XXXX/XX/11X1/X1 (Hab Buchstaben und Zahlen jeweils als X und 1 ersetzt)

Und wenn man Das Ding (Kartong) aufklappt, hab ich da noch die CD und so'*n weißer kleber mit nem Anderen Code:

NSC Sgl Prptl
---------------
License #
XXX11 XXXXX X1XXX X11X1 XXXX1 XXXXXX
(Auch wieder Ersetzt)



Wo soll der richtige code stehen????

317
[DE] Off-Topic / Re: Taschenrechner, Hilfe ;D
« on: September 11, 2011, 08:49:54 am »
Ich hab meinen TI Nspire CX CAS auf Taschenrechner.de gekauft (Eigentlich verwandte - Konfi-geschenk)
da war ne CD mit ner 33-Tage-Version von StudentsSoftware drauf.
Neu Installieren löst das Problem bei mir leider auch nicht!!  :'(

318
[DE] Off-Topic / Re: Wer ist ein Deutscher (oder kann deutsch sprechen)?
« on: September 11, 2011, 08:47:45 am »
Hi!
Wilkommen im Deutschen Teil von Omnimaga!!

Kleiner Tipp:
Du solltest Immer nur Axe-Versionen nutzen, die schon etwas älter sind, weil die neueren Versionen meißt instabil sind.
Aber 0.53 und 1.01 sind die Besten bisher! (Machen am Weigsten Probleme!!)

319
Axe / Re: Making my code faster
« on: September 10, 2011, 11:59:54 am »
I hope it'll be faster!!

320
Axe / Re: Making my code faster
« on: September 10, 2011, 11:52:20 am »
Er...
a CALCULATOR game.
Or can you write that in Axe??

Aniway, Thanx!

321
[DE] Off-Topic / Re: Taschenrechner, Hilfe ;D
« on: September 10, 2011, 11:38:07 am »
Hast du dich eig. schon Vorgestellt?

Ich hab auch nen TI Nspire CX CAS!
Und Ich hab auch keine Ahnung, Wie man andere Spiele darauf spielt!!!!

Du solltest schonmal ausprobieren, ob du sachen mit TILiP and deinen TI schicken kannst!! (=TILinkingProgram)
Denn die Probe-version von TIStudentSoftware hält nur kurz, und die Vollversion kostet anscheinend Scheiß viel Geld!!
(Bei mir klappt TILiP leider nichts, weshalb ich leider auch nichts mehr an meinen TI schicken kann.  :'(

322
Axe / Re: Making my code faster
« on: September 10, 2011, 11:06:03 am »
Er...
So may someone of you tell me how to make it faster??

The speed is more important than the size of the program!

323
Axe / Re: I need help with a code!
« on: September 10, 2011, 09:38:28 am »
Tried it, but It's ignoring me!!!
It's showing random "tappers" on the screen, not like I've told it in the code!!

324
Axe / Re: I need help with a code!
« on: September 10, 2011, 08:43:02 am »
so I cant write {Str1+18}???
(Str1 because your older post...)

325
Axe / Re: I need help with a code!
« on: September 10, 2011, 04:26:49 am »
Thanx, Ephan!!!! Can I also write a number from 1-7 into every line of the program and load them then??
For example, how to load the number in line number eight?
How can I tell the program to write a number in a new line?

And a second question:
I have such a code:
Code: [Select]
:001
:102
:202
:202
:210
How can I load the X-th number  in line Y??




Buttsfredkin, I thought it was a midi-to-axe-converter     ;)
Can you please post an example-code for me (I can learn it easier if I can exit a complete code with the new part in it)
I was planning g to use that converter, but don't really know how I must write that!

326
Axe / Re: I need help with a code!
« on: September 09, 2011, 01:58:29 pm »
Thanx, Querty!

But may someone please tell me, if there's a bug in my code?

327
Axe / Making my code faster
« on: September 09, 2011, 01:49:04 pm »
Is it possible to make my code faster?
(I want to make a few different difficulty-modes!)

EDIT: Screenie!!

(It's with sound - so you should try it on your TI!)

CARAXE is the ASM-program
The other programs are the surcecode! (CAR is the main-program)

328
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: September 09, 2011, 12:59:51 pm »
2140: You played MarcTheSuperkidQuest and died more than five times in a row

329
Axe / Re: I need help with a code!
« on: September 09, 2011, 12:49:52 pm »
ephan, my problem is: I have no idea how to do tthat. I've tried very often in very much difficult ways, but never made it! (in all the cases!)
Querty.55, Hä??? How to do that???? I've never used "interrupts" before (or I have and don't know it)!



The program is reacting on the keys [7], [8] and [9]
But I will change:

It should read a program like that:
Code: [Select]
:000
:000
:100
:200
:200
:011
:022
the three numbers should be like the three keys - but 0 is like not pressing the key, 1 is like pressing it once, 2 is like holding the key!



And I also need a second program, which should react on the keys, but writes it into such a code!



sorry, I know I'm making veeeery much mistakes and I'm sometimes really too stupid to code!  :-\

Spoiler For surcecode:
:.TAPTAP01
:Full
:
:
:
:Line(14,13,82,13)r
:Line(14,51,82,51)r
:
:
:Repeat getKey(15)
:DispGraphr
:getKey(36)→A
:getKey(28)→B
:getKey(20)→C
:
:
:
:
:Lbl 1
:If C
:32→E
:End
:If B
:18→E
:End
:If A
:4→E
:End
:
:
:If A+B+C≠0
:If pxl-Test(18,50-E) or pxl-Test(17,50-E)r or pxl-Test(16,50-E)r
:For(X,13,15
:Line(X,48-E,X,52-E,1
:Line(X,48-E,X,52-E)r
:End
:End
:!If pxl-Test(18,50-E
:!If pxl-Test(17,50-E)r
:Line(16,47-E,16,53-E
:Line(17,46-E,17,54-E
:Line(18,46-E,18,54-E
:Line(19,46-E,19,54-E
:Line(20,47-E,20,53-E
:End
:End
:
:
:DispGraphr
:
:
:If A
:0→A
:Goto 1
:End
:
:If B
:0→B
:Goto 1
:End
:
:If C
:0→C
:Goto 1
:End
:
:End
:
:
:
:
:For(X,1,9
:Line(X,1,X,63
:End
:
:
:For(X,1,63
:Pxl-Off(10,X
:End
:
:DispGraphr
:DispGraph
:Horizontal +r
:Horizontal +
:Pxl-Off(83,13)r
:Pxl-Off(83,51)r
:Pxl-On(14,13)r
:Pxl-On(14,51)r
:
:End


EDIT:
Sorry, was the ASM-program surce-code is coming...

330
Axe / Re: I need help with a code!
« on: September 09, 2011, 11:28:19 am »
Thanx for the link, ephan!

I need:

1.     copying text from a string into a code

2.     sopying a var into a code (not "A", it should be the number that is saved as the var!)

3.     loading (reading) such a number from a code (like in 2.) and saving it as a var again



Is it possible to run two programs at the same time??
I don't thing so, or?





How is ththe thing working in the "MarkTheSuperkidQuest"-app?
I tried to load the appvar and wanted to watch it.
I haven't changed anything.

But the app told me that the App-var had been manipulated, and deleted it!

how hase the App noticed anything of what I made??

Pages: 1 ... 20 21 [22] 23 24 ... 61