[Kairos] - Help Plox

Posted by Kairos on April 25, 2007, 2:28 p.m.

So, after fiddling around with some ideas, I decided a platformer would be a fine second game to create, as more people are into platformers and RPGs than shmups (boo.)

A bunch of ideas started popping up, see, I'd rather not make this your average platformer. So right now I'm not sure how I'm supposed to approach this:

What I'm trying to do is a bullet prediction line thingy (I have no idea what you call it) that constantly provides you with your bullet route before you shoot it. Like in Bust-A-Move on SNES. Problem is, I have no idea how to make a constant line that bounces off solid objects, and I'm pretty much gonna have to use constantly shooting objects that move while my mouse moves at any given time, to calculate the correct route. I'm using the mouse to shoot bouncing bullets, and a prediction line that calculates the route beforehand is needed in this game. I'm not sure how to approach this with my noob programming skills (anything with math > me) so if anyone could provide some sort of push in that direction, it would be greatly appreciated.

Other than that, I've got pretty much everything else down (the stinking grapple hook was frustrating to get right, so I combined some stuff from DF's Swing Engine and Carl Gustafsson's grapple hook example, so now it's similar to a hook but isn't exactly one. Big deal, still works like one :P)

In other news, we really need an IRC Chat.

School sucks so I can't play around in Sapphire Tears much, and did I mention I really hate math?

Calculus next year; I'm gonna fail the first test. Then I'm done with the damned thing for good after it's over <_<

Comments

DesertFox 17 years, 7 months ago

Use a technique like this, only have it bounce instead of stopping.

http://64digits.com/games/index.php?cmd=view_game&id=3691

Kaz 17 years, 7 months ago

Yeah, good luck with that. I just tried, I failed. And I tried it with loops, point checking, and arrays. Then again, I haven't really been using GM that much lately.

Kairos 17 years, 7 months ago

Unfortunately, since you can't bounce a line (or so I think) I'm left with little alternatives to this frustrating problem. Anyone else know better?

Kenon 17 years, 7 months ago

YOu hate math, I llove it

I wish I could be taking calculus next year. =( I'm only a freshman though.

I am doing calculus level problems though.

Kenon 17 years, 7 months ago

=O I have a brilliantg idea. will PM you when I am done =)

Kenon 17 years, 7 months ago

Ok. Done. Submitted into the quevue, and you can PM me for a copy anytime.

Your game problem is SOLVED.

Kairos 17 years, 7 months ago

I'm gonna have a look at it, and you are definitely a hero :P