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

Pages: 1 2 [3] 4 5 ... 10
31
Gaming Discussion / Re: Fight with USB drives!
« on: January 03, 2011, 07:37:05 pm »

32
TI Z80 / Re: Choice for TI-83+/84+
« on: January 02, 2011, 09:32:32 pm »
does this help to answer my question: how do i add 500 health to the next fight?
Code: [Select]
:1000→A
:ClrHome
:ClrDraw
:AxesOn
:Output(1,1,"A PROGRAM BY")
:Output(2,2,"ADAM COUNTS")
:Output(3,3,"TEAM B")
:Pause
:ClrHome
:AxesOff
:Input "NAME:",Str2
:ClrHome
:Lbl A
:Menu("CHOICE ENDURANCE","START",B,"INSTRUCTIONS",C,"QUIT",D)
:Lbl C
:"FOLLOW THE ON SCREEN PROMPT
:prgmA
:Goto A
:Lbl B
:Lbl E
:Menu("CHOOSE OPPONENT","BRIGGS",F,"TANK",G,"SPIDER",H,"POCKETS",I,"CAPONE",J,"MORE...",K)
:Lbl K
:Menu("MORE...","JIN",L,"PAUL",M,"HWOARANG",N,"YOSHIMITZU",O,"LAW",P,"MORE...",Q,"PREVIOUS",R)
:Lbl R
:Goto E
:Lbl Q
:Menu("MORE...","BRAD",S,"ZACH",T,"JAKE",U,"GLEN",V,"ALEX",W,"MORE...",X,"PREVIOUS",Y)
:Lbl Y
:Goto K
:Lbl X
:Menu("MORE...","CLOUD",Z,"FIRION",AA,"SQUALL",AB,"ZIDANE",AC,"TIDUS",AD,"PREVIOUS",AE,"QUIT",AF)
:Lbl AE
:Goto Q
:Lbl AF
:Goto A
:Lbl F
:ClrHome
:AxesOff
:ZStandard
:ClrDraw
:Text(25,35,"LOADING")
:Shade({-}3,{-}1
:ClrHome
:ClrDraw
:1→B
:DelVar CDelVar DWhile A>0 and B>0
:Text(1,1,Str2+":",A)
:Text(16,1,"BRIGGS:",B)
:Text(32,1,"HIT WHERE?")
:Text(40,1,"LOW=1 MID=2 HI=3")
:DelVar Z:Repeat Z=92 or Z=93 or Z=94
:randInt(1,3→D
:getKey→Z
:End
:ClrDraw
:If Z=92 and D=1
:Text(48,1,"BLOCKED")
:If Z=92 and D=2
:Then
:randInt(1,20→E
:A-E→A
:Text(48,1,"BRIGGS HITS")
:End
:If Z=92 and D=3
:Then
:randInt(1,20→E
:B-E→B
:Text(48,1,Str2+" HITS")
:End
:If Z=93 and D=1
:Then
:randInt(1,15→E
:B-E→B
:Text(48,1,Str2+" HITS")
:End
:If Z=93 and D=2
:Text(48,1,"BLOCKED")
:If Z=93 and D=3
:Then
:randInt(1,15→E
:A-E→A
:Text(48,1,"BRIGGS HITS")
:End
:If Z=94 and D=1
:Then
:randInt(1,10→E
:A-E→A
:Text(48,1,"BRIGGS HITS")
:End
:If Z=94 and D=2
:Then
:randInt(1,10→E
:B-E→B
:Text(48,1,Str2+" HITS")
:End
:If Z=94 and D=3
:Text(48,1,"BLOCKED")
:End
:ClrHome
:If A≤0 and B≥0
:Then
:"BRIGGS WINS        GAME OVER
:prgmA
:ClrDraw
:AxesOn:Goto A
:End
:If B≤0 and A≥0
:Then
:"YOU WIN   CONGRATS!
:prgmA
:ClrDraw
:AxesOn
:End
:Lbl G
:ClrHome
:AxesOff
:ZStandard
:Text(25,35,"LOADING")
:Shade({-}3,{-}1
:ClrHome
:ClrDraw
:A+θθθ→A:1000→B
:DelVar CDelVar DWhile A>0 and B>0
:Text(1,1,Str2+":",A)
:Text(16,1,"TANK:",B)
:Text(32,1,"HIT WHERE?")
:Text(40,1,"LOW=1 MID=2 HI=3")
:DelVar Z:Repeat Z=92 or Z=93 or Z=94
:randInt(1,3→D
:getKey→Z
:End

33
Other / Re: PSP Help
« on: December 31, 2010, 08:36:50 pm »
yea. the thing is, this is my second one. If i hadnt been adventurous on the first one (after it wouldnt play games anymore), i would have a screen to put in it. but i took the connectors off of it (the screen that is). If only i hadnt.........

34
Other / Re: PSP Help
« on: December 31, 2010, 03:45:11 pm »
dam and nope thats the cheapest i have found to i looked not to long ago for one and the cheapest is 40$ it stinks ;.;
Yep it does. It makes it worse when you know you NEED one (and i really need it. i have two games that cant be played because of it) and knowing you cant get it.

35
Other / Re: PSP Help
« on: December 31, 2010, 03:40:16 pm »
yeah at least a new lcd that looks like a phat psp though which is good a new screen will cost you i want to say 20 $ on ebay and installation is easy a new cover is about 5 as well if thats busted. but yeah new lcd minimum ;.;
wish i could say it was a PSP 1000, but its a PSP 2001. The cheapest one i seen was $40, but i cant afford it. Does anybody know where i could get a cheaper one?

36
Other / Re: PSP Help
« on: December 29, 2010, 01:50:15 pm »
OH GOD.

The entire LCD screen needs to be replaced, bro.
Probably the top cover of the PSP too. :c
It only looks like that when you turn it on. When its off, theres no cracks.

37
Other / PSP Help
« on: December 29, 2010, 01:37:50 pm »
I just got my PSP back, but it didnt get fixed.

So my question to you is:(look at the picture first)
http://s1092.photobucket.com/albums/i413/adamac16/?action=view&current=Picture0001.jpg
Is it just the LCD screen needing replacement, or something else?

38
TI Z80 / Re: David's Epic Journey
« on: December 25, 2010, 05:49:42 pm »
Awesome! Thanks! Now if TI-Connect will let me put it on my calc.

39
TI Z80 / Re: David's Epic Journey
« on: December 25, 2010, 08:48:39 am »
um... i like the first one best. That would be nice. If you don't mind, that is.

40
TI Z80 / Re: David's Epic Journey
« on: December 24, 2010, 02:25:04 pm »
Lol Qwerty.55 and it only took a little over a month to do so.

41
TI Z80 / Re: David's Epic Journey
« on: December 24, 2010, 02:22:15 pm »
Thanks, ScoutDavid. The first one it is then.

44
TI Z80 / Re: David's Epic Journey
« on: December 23, 2010, 05:18:50 pm »

45
TI Z80 / Re: David's Epic Journey
« on: December 23, 2010, 09:26:20 am »
heres an updated main menu:

http://img600.imageshack.us/i/pic1n.png/

Pages: 1 2 [3] 4 5 ... 10