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

Pages: 1 ... 40 41 [42] 43 44 45
616
Art / Re: ASCII sprite arts
« on: November 16, 2011, 07:19:59 pm »
I lost... Anyways...
(\^^/)
Only one I can think of right now...

617
Axe / Re: Stages and Collision
« on: November 16, 2011, 06:52:00 pm »
Parser, thats what I needed to know, but... Drawing program? How would I aquire such an impossible tool? xD

618
Axe / Re: Stages and Collision
« on: November 16, 2011, 06:36:35 pm »
I do not know how I would do that...

619
Axe / Stages and Collision
« on: November 16, 2011, 06:32:16 pm »
I am making an attempt to continue my game Cross the defender... HOWEVER, I don't know how I would make stages that my character, the cross, can go through, really all I need is one stage, but I don't know where to stage.
I also need to work with collision, like if something hits my character, he will bounce away, and the ability to stand and move around on platforms... I just need to make some examples for myself to study so I can get the basic concept of which I am trying to do!
-> = STO key
=/ = not equal to

Thanks!
Code: [Select]
.CROSSTD
[18187E7E18181818]->GDB0
44->X
30->Y
Repeat getkey(15)
Dispgraph
ClrDraw
Pt-On(X,Y,GDB0)
If getkey(4) and (Y=/0)
Y-1->Y
End
If getkey(1) and (Y=/56)
Y+1->Y
End
If Getkey(2) and (X=/0)
X-1->X
End
If getkey(3) and (X=/88)
End
End

620
Axe / Re: COLLISION
« on: November 14, 2011, 02:32:04 pm »
Well thanks for the help, I've been needing this for some of my games that had gravity in it...

621
Axe / COLLISION
« on: November 13, 2011, 05:20:18 pm »
ok i need help with my collision... I want to make a normal field, with a line in the center of the screen, the ball can only land on top of the line...
It cannot jump through it... Or better yet, how would I do collision in general? Help!

622
Miscellaneous / Re: What Would You do if You Lost Your Calc?
« on: November 13, 2011, 05:16:07 pm »
My calcs always plugged into meh computer... but if i lost it...
I would lose everything I stand for...
It would be like dividing by 0!

623
TI Z80 / Re: mrmprog's game (now called Jump)
« on: November 13, 2011, 04:52:22 pm »
This looks really nice! I'm still having troubles with collision and speed with velocity... Good Job!

624
TI Z80 / Re: My little games!
« on: November 12, 2011, 11:45:57 pm »
Keep at it! Your doing way better than my brother

625
TI Z80 / Re: My little games!
« on: November 12, 2011, 09:46:12 pm »
Yah, my highest is like... 351!

626
TI Z80 / My little games!
« on: November 12, 2011, 09:08:08 pm »
I don't think i'm really ready for a big project right now... So i've been making a bunch of little games...! Hope you enjoy!

GraveRun - Use the arrow keys to attempt to keep a square in the middle of the screen.
D20 - Move a little dice around, it has 20 sides. This could be good for some paper rpg games!
MVCOUNT - Moves a little square around on the screen and counts how many moves you have made...!
Animates - Move a block around on the screen, drop a block on the screen, they are both animated, count this as an example :D
Dodger - Dodge a falling spike that keeps coming down! My highest score is 46!
LineRand - So awsome I don't think I can give words about this! AWSOME!
More to come...!

627
TI-Nspire / Re: [WIP] BlockBreaker Nspire (Lua)
« on: November 10, 2011, 11:33:03 pm »
This will be the first thing I download here when I earn my money for the Nspire!
Very nice!

628
Humour and Jokes / Re: The awkward moment when...
« on: November 10, 2011, 11:31:25 pm »
When you sit down in santa's lap...
xD

629
TI Z80 / Re: Robo-Gun: My first big axe game
« on: November 10, 2011, 11:30:09 pm »
Cool, like a TD on yourself!! xD

630
Humour and Jokes / Re: Lost: The Game
« on: November 10, 2011, 11:28:28 pm »
I lost... ANYWAYS, I think I used to own this GAME, but it was a while back, had something to do with using founded materials to forge tents and attempt to stay alive.
I might be thinking of another GAME, but im not sure!
Though, if your looking for a really cool and fun GAME, I recommend PANDEMIC!
It is not like the computer GAME, you must do exactly the opposite!
You have to fight with friends or even by yourself, if you like a challenge, to create cures for city's that can suddenly go amoke with virus! This amazing chain reaction, TD kind'ove GAME is something I think anyone could play!
(I havn't beaten it yet D:)

Pages: 1 ... 40 41 [42] 43 44 45