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

Pages: 1 ... 191 192 [193] 194 195 ... 276
2881
Gaming Discussion / Re: best snes games
« on: September 20, 2011, 08:24:43 pm »
Megaman 7 was OK if it wasn't 16 bit XP
Megaman X~X3 FTW

2882
General Calculator Help / Re: Gbc4nspire unique problems
« on: September 20, 2011, 09:33:27 am »
it might be possible if you change .state extension to something appropriate for that emulator.

2883
Axe / Re: How do I store multiple pics into single appvar?
« on: September 20, 2011, 09:28:52 am »
OK so I tried and failed. Is something wrong here?
Code: (main) [Select]
:.θCUR // Main File
:[80003C383C2E0400→Pic1
:[8078844222413A04
:[801C3E7E7D3A3408
:[B80C8C98FC6E0703
:[90381C2E170E1C08
:GetCalc("varA")→P
:GetCalc("varB")→Q
:GetCalc("varC")→R
:GetCalc("varD")→S
:GetCalc("varF")→U
:GetCalc("uZ")→Y
:float{P}→A
:float{Q}→B
:float{R}→C
:float{S}→D
:float{U}→F
:float{Y}→Z
:0→E
:prgmAAAAA
:Repeat getKey(54)
:ClrDraw
:"PROBLEM HERE?"
:Copy(Z*768+Y1,L6,768)
:Pt-Change(A,B,Pic1+E)
:If getKey(48) and (F=1)
:32→E
:4→C
:End
:If getKey(35)
:24→E
:3→C
:End
:If getKey(18)
:16→E
:2→C
:End
:If getKey(26)
:8→E
:1→C
:End
:If getKey(34)
:0→E
:0→C
:End
:If getKey(32)
:8→C
:End
:If getKey(56)
:7→C
:End
:If getKey(2)
:A-1→A
:End
:If getKey(3)
:A+1→A
:End
:If getKey(4)
:B-1→B
:End
:If getKey(1)
:B+1→B
:End
:If A>95
:95→A
:End
:If A<1
:1→A
:End
:If B<1
:1→B
:End
:If B>63
:63→B
:End
:If getKey(55)
:9→C
:End
:DispGraph
:End
:A→float{P}
:B→float{Q}
:C→float{R}

Code: (storing appvar) [Select]
:.A //Storing appvar
:[Pic1]→Str1
:[Pic2]→Str2
:GetCalc("appvS201",1536)→A
:Copy(Str1,A,768)
:Copy(Str2,A+768,768


Code: (accessing appvar) [Select]
:..BB // Accessing appvar
:"appvS200"→Str0
:D^10*256+(D/10)+E3030→{Str0+2}r
:GetCalc(Str0,Y1)

2884
TI Z80 / Re: Slider of Death
« on: September 20, 2011, 07:05:29 am »
grrrr....

whatever. Have fun with your first game!
? Who is that grrrr.... part directed against? :O

Your broski for not teaching you or telling you.
I have a reason, you know. XP
I don't think he's ready to learn axe until he understands/learns some basic stuffs(i.e. Loops)

2885
Web Programming and Design / Re: Nyan Cat purified
« on: September 19, 2011, 08:22:32 pm »
I found out how to do the music without ANY JAVASCRIPT!!!
http://www.w3schools.com/html/html_sounds.asp
But you have to click play button that way. :(

2886
Miscellaneous / Re: What is your favorite monster?
« on: September 19, 2011, 08:19:39 pm »
My favorite monster?

Kefka Palazzo.

I can't think of anything more monstrous than a psycho clown who's simply evil for no other reason than the fact that he's psycho, who probably doesn't have any good in him, and who becomes the god of all magic. Not to mention the fact he carries a sociopathic hatred for all existence.

So yeah.
Just like Clown Man in MM8 XD

2887
Miscellaneous / Re: Sharing the Love of Programming
« on: September 19, 2011, 08:10:38 pm »
I have turned 1/2 of AP Stat class to calc programmer with Silence demo alone. >:D

2888
Miscellaneous / Re: Why Johnny Can't Code
« on: September 19, 2011, 05:58:39 pm »
maybe we should make a program with bunch of "GOTO"s to prove that goto is not obsolete :P
Speed? Optimization? What is that? XP

2889
Miscellaneous / Re: What is your favorite monster?
« on: September 19, 2011, 05:17:16 pm »
Hey, Yeong!


:P

^++
;D
EDIT: Hey. That's not a monster <_<

2890
Miscellaneous / Re: What is your favorite monster?
« on: September 19, 2011, 03:00:45 pm »

2891
TI Z80 / Re: Silence
« on: September 19, 2011, 12:42:35 pm »
Sounds cool. :)
thnx.

I got sliding puzzle(one of the new feature[?]) to work. (It's xLib stuff)
I'll probably post screenshot of that soon.

2892
Miscellaneous / Re: what flight sims do you own?
« on: September 19, 2011, 12:39:59 pm »

2893
TI Z80 / Re: Voyager X
« on: September 19, 2011, 12:39:36 pm »
too much coding?

2894
Miscellaneous / Re: Why Johnny Can't Code
« on: September 19, 2011, 12:38:36 pm »
I got my start with TI Basic. I am the only programmer in my school. 83 series calcs are required for math classes. There are 2200 students in my school.
I see a problem here, how about you?
I proudly say that half of our AP Stat class knows how to program TI-BASIC!
AP Stat class is boring... :P

2895
Miscellaneous / Re: Are you/have you home schooled?
« on: September 19, 2011, 12:36:50 pm »
I was never homeschooled. How is homeschooling like?

Pages: 1 ... 191 192 [193] 194 195 ... 276