Community

AGI Programming => Mega Tokyo AGI Archive => Topic started by: Andrew_Baker on June 13, 2002, 04:22:59 AM

Title: Help with platform code
Post by: Andrew_Baker on June 13, 2002, 04:22:59 AM
I made this kind of side-view platforming code like in Oddworld or Flashback, but I've kind of hit a wall with it.  The source code is available at http://userweb.springnet1.com/failrate in the downloads section.  If anyone could help me with a few suggestions, I would really appreciate it.
Title: Re:Help with platform code
Post by: Randy on June 13, 2002, 08:01:08 AM
What specifically are you having trouble with?
Title: Re:Help with platform code
Post by: Andrew_Baker on June 14, 2002, 02:12:35 AM
Finishing out the code.  Y'see, the demo allows for you to jump straight up or drop straight down when encountering a signal line.  The animations I used are rudimentary, but the effect is supposed to be something like OddWorld or Flashback.  That means, he'll have to turn to face the proper direction to jump to or drop from a ledge.  Eventually, he'll have to be able to long-jump as well.  Also, a simple, accessible action button would be nice.  Think of a side-scrolling Black Cauldron or something.  I've already implemented the jump straight up and drop straight down.
Title: Re:Help with platform code
Post by: Nick Sonneveld on June 27, 2002, 02:32:06 AM
How are you going with this?

- Nick
Title: Re:Help with platform code
Post by: Andrew_Baker on June 28, 2002, 02:10:45 AM
Not too well, considering I started this thread hoping for input from different people.  Basically, I have to use the two control priority colors joined with a position ego command test in particular sequences to demonstrate to the interpreter the appropriate animation and response.

ie,

signal (green) ----
water (blue  ) -----
signal (green) -----

      equals (can jump up or drop down, facing left)

signal  ------
signal  ------
signal  ------
 
      equals (can jump up or drop down, facing right).

This is how the priorities for the pics need to be done.  I just haven't coded this far, yet.  I don't really want to have to do all the coding myself, so please help me.  Otherwise, I'm going to do it all by myself and take all of the credit.  Please, don't inspire arrogance within me, as it will be so Goddamn UGLY!!!!!!!!!!!

Thank you all for your help.