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.


Topics - stevon8ter

Pages: 1 [2] 3
16
Computer Programming / c# pointers help needed
« on: August 04, 2012, 05:09:32 am »
So, in mw3 there's a pointer for your nickname (p->09C97AF2) , how can i write/read to that pointer?

17
TI-BASIC / Jump code help please
« on: July 26, 2012, 09:39:04 pm »
Ok, i don't know yet what game i'm gonna make and don't have my 84+ with me atm, so don't blame me if i make misstakes xD

If i would have

:horizontal 0
:47->x
:61->y
:pxl-on(61,50
:lbl 1
:pxl-on(y,x
:x->a
:y->b
:delvar k
:while k /= 24 and k /= 26 and k /= 21
:getkey-> k
:x+(k=26)-(k=24)->x
:jump code
:end
:pxl-off(b,a
:goto 1

Ok, i know it's not optimized and that the goto's aren't good, and i know collision detect isn't here as well

But how could i insert a jump code here? ( other movement can be tolorated xd just put the movement+jump here, i know how to do the jump and i get the gravity a bit but i keep having troubles with the falling-on-platform-thing-and-not-falling-trough-it ) :P

18
TI Z80 / Xlib collision detection help
« on: May 30, 2012, 04:05:51 pm »
Ok, what are the best ways to do collision detection in xlib? Could you also give a little example?
Collision detection only, codes for showing sprites aren't a must

19
TI-BASIC / [Contest] unnamed run for ya life!
« on: May 27, 2012, 08:16:48 pm »
Why shouldn't i post mine too?

So i was thinking: you're some guy and you want to get to the finish, however, the AI doesn't want you to do that

Therefor, he'll try to block your way when possible, he'll try different actions at different moments at different places to try to hold you from reaching the finish. But i'm thinking about some powerups, so you can temporary block the AI

I'm most likely going to use xlib, if i get it working :/

20
TI-BASIC / Quick help please
« on: May 26, 2012, 08:17:19 pm »
Ok, could someone make some simple basic programs and post them here, reason: i'm on my ipod and still wanna download them, reason for that is in the ti84 emulator for ipod topic

So please place here some programs, everytime you post one, set the code also in a text with it please
And just some basic stuff, first a simple
:disp "hello world"

Attention: please close for this time those ""'s

And maybe a next program could be
Disp 1
Disp 2
Disp 3

Next
1->A
Disp A

And that should do it for now, thanks guys

21
Art / Nyan cat request
« on: May 26, 2012, 06:58:39 am »
Ok, all i need is a nyan-cat sprite, height has to be: body: 7 or 14pixels foots: 1 or 2 i prefer the 7 and 1

Lenght 8,9,10,11,12,13,14,15,16 pixels

Hope someone has better drawingskills as me (i have 0 :P)

I don't know if xlib support sprites with a lenght over 16pixels?

22
TI Z80 / LEDs on the ti 83+ and ti 84+
« on: May 24, 2012, 05:58:51 pm »
Ok, i'm working on a project were you can turn LEDs (pixels) on and off, also set a time day for that "turn"
When you press 2nd it saves your leds and delays in lists, when you press enter it will "animate" your leds turn by turn after the chosen delays, so then you can see the "LEDs" moving, for now there are 5 leds but i'll try to make around 150 LEDs so you can also display ascii, if you "program the LEDs" correct you can make it look like the text is moving of the screen

Eventually there will be extra functions such as infinite loops or number-chosen-loops. And also reverse

Comments?

23
TI-BASIC / Few simple questions
« on: May 24, 2012, 04:20:35 pm »
I have some basic questions

1) is it possible that if you have a string, "00000" to only change one of the 0's with a code? It's if i press for example f1 it should adjust the first, f2 should chane the 2nd, ..,

2) the easyest way to make a time delay for a blinking pixel would be a for loop? Cause if i do:
Code: [Select]
Starttmr->T
Lbl1
If chektmr(T)>= 3
Then
...
End
Goto1
 
It doesn't work

24
Other Calculators / Calc advice?
« on: May 21, 2012, 02:17:18 pm »
Ok, what's the best/funniest to program and play games?
What ti calc is the best? What would you say?

25
Computer Programming / Ti-84 emulator for ipod
« on: May 20, 2012, 03:59:35 pm »
 i wanna develop an app for ipod: a ti84 emulator and maybe an app which allows you to make asm programs, compile them, and put them on your computer

But i don't know anything about c and objecive c (language to make an ipod app) so maybe there's someone who can help me? I could give you some money if you want it, but one of the advantages would be that it would only be for jailbroken devices due to the apple rules for their apple shop

26
Miscellaneous / IMPORTANT: time issue
« on: May 20, 2012, 03:45:26 pm »
Ok, here it's 21:45 or 9:45pm

What's the time with most of you? Cause i'm always confsed

27
TI Z80 / Challenge me
« on: May 19, 2012, 05:11:40 pm »
Ok, long time ago i did some programming

I ask you all to challenge me so i can see how far i am with basics

So start with easy chamlenges in basic, keep making it more difficult every time and after a while challenge my asm :)

Thanks

28
Introduce Yourself! / Stevon8ter again
« on: May 18, 2012, 07:01:08 pm »
I'm sorry for being offline so long

I'll explain you why i was

1) my parents busted me while i was playing a game for 2minutes indtead of studying and now i can't use my study-time to script

2) problems with my granny

3) problems at school


And some other reasons, i excuse me and hope you'll forgie me :p

29
Gaming Discussion / TERA
« on: May 18, 2012, 05:03:28 pm »
Who plays TERA, the fucking awesome mmorpg?

30
TI Z80 / My Digital Clock
« on: March 23, 2012, 10:40:26 am »
This is my digital clock. I made it with basics and finally descided to put it on this site. It refreshes every 1 second so you don't have to do it yourself.
In the program itself is a little menu, help-file included at option 4, help. You also can set you're own time and date.

Pages: 1 [2] 3