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 - NikProgrammer
46
« on: April 24, 2014, 05:10:50 am »
Hello.  I'm new in programming, I learned to code in TI-Basic from YouTube to impress my freinds with funny games, etc., but after one month there was nothing new to learn from YouTube  . I found some Axe videos and deceided to learn the Axe language. My calculator is an TI-83+.
47
« on: April 24, 2014, 05:04:12 am »
The doublepost.
48
« on: April 23, 2014, 01:03:46 pm »
The replies or posts or mails or however you call it.
49
« on: April 23, 2014, 04:06:02 am »
Now I removed the smilys and you see the whole messages:)
50
« on: April 23, 2014, 04:02:29 am »
It cuts my messages after (right before) a smily
51
« on: April 23, 2014, 03:51:32 am »
I really tried the code and it really did nothing, because of that I said that I do not understand this part. Now I understand it, thank you!
––– merged double post –––
I have a grey Sprite. Should it do that?
52
« on: April 22, 2014, 02:48:42 pm »
I think that I understand everything except of the Pt-Off(0,A++^8+Pic1
53
« on: April 22, 2014, 02:14:40 pm »
Maybe I need some more information about pointers. If I type in: [BlaBla hex]->Pic 1 and then Pt-on(x,y,Pic 1+Z, what will happen then?
54
« on: April 22, 2014, 12:50:49 pm »
Ok thanks... I cannot hex, I learned this from YouTube, I supose C9 Stops the program?
55
« on: April 22, 2014, 12:40:15 pm »
For example the following menu brings me always to the quit:
:.Lowrcase :DiagnosticOff :Lbl 00 :ClrHome :3->A :Output(0,1,"Lowercase") :Output(2,3,"On") :Output(2,4,"Off") :Output(2,5,"Quit") :2->B :While 1 :Pause 200 :Output(1,A,">") :Output(1,B," ") :If getKey(1) :A->B :A+1->A :End :If getKey(4) :A->B :A-1->A :End :If A>5 :3->A :5->B :End :If A=3 :If getKey(9) :Goto ON :End :End :If A=4 :If getKey(9) :Goto OF :End :End :If A=5 :If getKey(9) :Goto ST :End :End :End :Lbl ST :ClrHome :Return :Lbl ON :Asm(FDCB24DEC9) :ClrHome :Disp "On" :Pause 3000 :Goto 00 :Lbl OF :Asm(FDCB249EC9) :ClrHome :Disp "Off" :Goto 00
56
« on: April 22, 2014, 05:41:05 am »
Most of my stuff is archived and I backuped yesterday. But I still cannot keep numbers after executing and quitting a program:(
57
« on: April 22, 2014, 04:49:23 am »
It's a 83+☺
58
« on: April 22, 2014, 03:35:07 am »
Hello, I'm new here and I need some help of authorized personal:). Ok, first, I'm afraid of overwriting something important in my TI 83's memory. How can I avoid this? And second... I was coding in TI-Basic for a few months and after those few months there was nothing new to learn from YouTube, so I decided to learn the Axe language. Now, I'm totaly confused and just want to know how I can store a number in a variable and keep it after quitting the program? P.S.: Sorry for my english.
|