The Daily Click ::. Forums ::. Klik Coding Help ::. Um hi I have a quick question
 

Post Reply  Post Oekaki 
 

Posted By Message

LittleM



Registered
  27/09/2008
Points
  2
27th September, 2008 at 20:34:27 -

I was wondering if it is possible to make a incremental jump style system using the Platform movement object? Like what I mean is um like how it is done in Megaman and the later Castlevanias; Symphony of the Night, and onward. I luv playing platformers that use that type of jumping system, it makes instant action possible,such as being able to avoid a low projectile and being able to touch the ground right after jumping over it, no hang time really, which is why I am trying to put it in my game. If you have Megaman 9 I'm sure you'll know what I am talking about. Unfortunately the way the platform object works is that it only has 2 increments really, beginning jump and holding jump. Sadly this doesn't suit fast platform style games. Sooooo, anyone know what I can do? If I have to make a custom engine I will but I could use a little help thats for sure.





 
n/a

Logiq



Registered
  09/04/2007
Points
  120
27th September, 2008 at 20:50:34 -

I can only think of one way while still using the PMO. Set the normal jump strength to the minimum that you would want your player to jump. Once that is done set the jump hold strength to something stronger than default. Then set an event restricting how high the player can jump while holding the jump button. Just off the top of my head I thought of to use an alt value.

If the player is holding jump
+ Alt value > Max
--(PMO) Player is holding jump
-- Add 1 to Alt value

I'm sure my solution is not complete but it was just off the top of my head. But it'll give you a start.

P.S. Just a quick note. If you are going to post a question, you should at least note what it is about in the heading. More people can identify with it and help you out better.

Image Edited by the Author.

 
Hello guys! I'm New! -- I've been new for a year now...haha

Jon Lambert

Administrator
Vaporware Master

Registered
  19/12/2004
Points
  8235

VIP MemberWii OwnerTDC Chat Super UserI am an April FoolSSBB 3265-4741-0937ACCF 3051-1173-8012360 Owner
28th September, 2008 at 00:50:04 -

I don't know anything about how to use the PMO, only custom engines. If this were for a custom engine I could help you.

By the way, I am at Wily's Castle in Megaman 9. Megaman 9 ROCKS!

 
Sandwich Time!Whoo!

JoyCheck & KeyCheck Widgets
For easy implementation of customizable joystick and keyboard controls.
http://www.create-games.com/download.asp?id=8364

viva/volt

Awesome Sauce

Registered
  26/08/2006
Points
  1694

Game of the Week WinnerSilverNova MemberKlikCast StarVIP Member
28th September, 2008 at 01:32:54 -

Here's how:

In the properties make sure the Jump Hold Strength is set to something like noticeable (this will be too much probably but) try 20.

Now, in the events say this:

X Object is standing on Ground
Repeat while JUMPKEYHERE is held
then
PMO>User Input>User is holding jump in the air

The X means it's negated, you might want to change the first like to Object is jumping as an alternative effect (the falling won't be affected, only the jump).

Hope I helped!

 
Image
http://bfollington.tumblr.com

LittleM



Registered
  27/09/2008
Points
  2
28th September, 2008 at 04:37:19 -

Ok thax guys I'm gonna give these techniques a try

 
n/a
   

Post Reply



 



Advertisement

Worth A Click