papamadoo's Forum Posts

  • 5 posts
  • I'm pretty sure it's possible. but I don't quite understand how you're doing it, so I'm not sure how to tell you to do it.

    a capx would help.

    I'am pretty sure its possible but I am a Neonate to Construct and Programing as well so :s. so I get lost really fast in my thinking.

  • What I need to do is make blue interact only with the blue platform.

    red, red platform etc etc.

    They use Platformer behavior + this part who move the platform verticaly to make a 2.5d platformer.

  • There is the disable collisions action?

    yes But does it will disable the collision for everything ?

  • So This is my problem, I am making a proto platformer 2.5D (battletoad, TnmT, Castle Crasher)

    I used base Platformer behavior control. (not 8 direction). I move the platform under the player on the Y to move the player verticaly. (It work really fine)

    The problem is, If I put more player, Each platform will interact with player. (I dont even think about the mess it will be with mobs.)

    So my question is 'Is it possible to make collision affect only 1 player and be disable for other ?(like each player as is own platform to collision with without being affect by other.)'

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Hi there I am fairly new to construct 2 . This been said.

    I am trying to Nail the CCC And I am still at the first C - Control.

    I am making a Beat them up prototype. The movement, the attack are done, I put a combo achitechture as well.

    What I would like to do is a other Button trigger in the equation.

    exemple: Pressing X, Pressing X, Pressing X, holding X for 2 sec (onrelease) BOOM HIGH Punch something like that.

    the thing I try to do is the; Holding * for * sec

    I started with instance, if look at the picture above it obviously didnt work ._., I tryed other pattern without result.

    In my head its king of clean, on X down every second you add 1, if on release you have 3 or more ONRELEASE is True. I just dont know how to go for it.

    I tried to find as well a BusterGun mechanic(megaman) type in the tutorial without success. I found something on magicbar Ill try something from that.

    PS. sorry for the bad english its not my mother tongue .

    Thank in advance for the help much appreciated.

  • 5 posts