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

Pages: 1 ... 135 136 [137] 138 139 ... 161
2041
TI Z80 / Re: Robo-Gun: My first big axe game
« on: November 15, 2011, 07:01:33 pm »
Halp! It skips level to in my level menu. The first 3 args are the requirements to pass the level.
The only thing different about the level 2 is that it requires a certain amount of money instead of enemy kills

Code: [Select]
.A is for level
If A=1
.The first argument is the money requirement
GAME(0,6,0,4,3,1
ElseIf A=2
GAME(300,0,0,4,3,1
ElseIf A=3
(goes on with different args 'till A=8)
End
.Lotsa stuff
Lbl GAME
.Lotsa stuff
For(P,0,r5)
.Lotsa stuff
 If (r2<J) and (r1<G) and (r3<L)
.G is the amount of money the user has
A++
G-r1->G
1->N
.Level up and return
Return
End
DispGraph
End

2042
Site Feedback and Questions / Re: Poll system broken
« on: November 15, 2011, 06:55:12 pm »
It happened to me 4 times. I told anyone, though

2043
General Calculator Help / Re: What calculator is best?
« on: November 15, 2011, 06:54:03 pm »
If I could get 2 calcs, Id get 84+se and CX. But since I already have an 83+, I'm closer to buying a cx

2044
TI Z80 / Re: Zedd Physics Library (BETA)
« on: November 14, 2011, 10:32:41 pm »
Read the readme in depth now. Seems not that hard and real useful!

2045
General Calculator Help / Re: What calculator is best?
« on: November 14, 2011, 09:59:45 pm »
I'd think algebra would still be significant given its in the name of the product :P

2046
TI Z80 / Re: Yet another game idea!
« on: November 14, 2011, 09:56:29 pm »
I made j lower and still did it... I didn't really hange any other variables. I kinda had a super jump by going through the bottom of the first floor which recharged J :P

2047
TI Z80 / Re: Yet another game idea!
« on: November 14, 2011, 09:52:38 pm »
I adapted the code to my preference of coding technique :P.

I also beat the level without power boots! XD

2048
Computer Usage and Setup Help / Re: I might have I virus HELP!
« on: November 14, 2011, 09:35:38 pm »
I'd need a terabyte. Start makin' 500 accounts!!!

2049
TI Z80 / Re: Yet another game idea!
« on: November 14, 2011, 09:29:06 pm »
What are variables S and J

S boots
J jump?

2050
Computer Usage and Setup Help / Re: I might have I virus HELP!
« on: November 14, 2011, 09:26:07 pm »
I had malawarebytes. Its high on the list for free virus removers on brothersoft.com

2051
TI Z80 / Re: Yet another game idea!
« on: November 14, 2011, 09:24:21 pm »
What sprite is which?

2052
Computer Usage and Setup Help / Re: I might have I virus HELP!
« on: November 14, 2011, 09:22:40 pm »
In addition to my zlob Trojan virus, I had a virus that would not allow programs to be opened. They could be moved though. I moved them to a external hard drive then reset the entire memory. But that is a desperate measure :P

Idk try malawarebytes

2053
TI Z80 / Re: Yet another game idea!
« on: November 14, 2011, 09:17:51 pm »
Ok. To the computer!

2054
TI Z80 / Re: Mario Shotgun and screenie
« on: November 14, 2011, 09:15:51 pm »
No, my next project. RoboGun is top-down.

2055
Computer Usage and Setup Help / Re: I might have I virus HELP!
« on: November 14, 2011, 09:14:35 pm »
Well, I reccomended that just to check. Or you could just go searching for some free removers :P

Pages: 1 ... 135 136 [137] 138 139 ... 161