The Daily Click ::. Forums ::. Klik Coding Help ::. how would you make a sidescroller beat-em-up using the platform movement object?
 

Post Reply  Post Oekaki 
 

Posted By Message

siven

I EAT ROCKS

Registered
  03/11/2008
Points
  604

Wii OwnerVIP Member
5th October, 2011 at 19:49:48 -

i plan on making some beat em up additions to one of my games, but im not entirely sure how, or how to do it using the pmo. how to do make the character link combo's? like z z -> z does a different attack than z z ^ z and so on, but using the pmo.

 
[Game design makes my brain feel like its gonna explode.]

Chris Burrows



Registered
  14/09/2002
Points
  2396

GOTW WINNER OCT. 2011
6th October, 2011 at 03:17:40 -

As with always, there are 1 million ways to do anything, but this is the first that came to mind:

Upon pressing "Z"
THEN set "SpecialMoveCounter" to 1

Upon pressing "Z" AND "SpecialMoveCounter" = 1
THEN set "SpecialMoveCounter" to 2

Upon pressing "Up" AND "SpecialMoveCounter" = 2
THEN set "SpecialMoveCounter" to 3

Upon pressing "Z" AND "SpecialMoveCounter" = 3
THEN set "SpecialMoveCounter" to 4

If "SpecialMoveCounter" = 4
THEN KILL ENEMIES SUPER HARDCORE

That will work. But of course you will need to implement some sort of delay to stop the first 2 events happening instantaneously.

 
n/a

Chris Burrows



Registered
  14/09/2002
Points
  2396

GOTW WINNER OCT. 2011
6th October, 2011 at 06:06:16 -

Or! try this: http://www.triplezap.com/files/extensions/comboObject.zip

 
n/a

siven

I EAT ROCKS

Registered
  03/11/2008
Points
  604

Wii OwnerVIP Member
6th October, 2011 at 10:32:54 -

I couldnt get the extension to work for some reason, it wont show up in my list of extensions. ill try the first thing you said, it may work.

 
[Game design makes my brain feel like its gonna explode.]
   

Post Reply



 



Advertisement

Worth A Click