MPPlantOfficial's Recent Forum Activity

  • Real nice. And you also have great Pixel Art skills on your ava.

  • del

  • Looks and sounds real nice but I already have a problem with the controls being limited to directional buttons + Z,X.

    Hopefully 'options' will allow a player to customize to WASD + L,K in the full version.

  • I had that same problem with another game of mine.

    Try turning off the gravity and using Forces. The problem with gravity in C2 is the density component seems to be screwing up the results you want to apply forces yourself. See what works best for you.

  • Looks to me like they're just squares w/physics spawned from the enemy upon contact.

    Try:

    On hurtbox collision w/ Enemy |

    Repeat 100 times | Enemy Spawn BLOOD_SQUARE Image Point (1)

    On BLOOD_SQUARE spawned | Apply Impulse [random(1,2)] Angle ([andom(235,305)] Image Point (0)

    On BLOOD_SQUARE collision w/ ground | Set BLOOD_SQUARE physics to disabled

  • > MPPlantOfficial

    >

    > For C2, I believe that Rex Rainbow's "Nickname" plugin and behaviour allow a workaround for calling objects from arrays:

    >

    > viewtopic.php?t=74522&start=0

    >

    >

    With that plugin can you sort of give objects sort of like a class. I want to know because this might make my game way easier.

    Let's try it then.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • As a workaround you can simply create a VISIBLE LAYER on top of that. Set color to black and choose the opacity to fit your needs to meet that "dull" color scheme you want.

  • Alternatively you could use an array to store the positions of objects for each level and then call each level from the array, but this becomes a real headache as you can't easily call an object name directly from an array (in C2 at least, C3 allows it - yay!)

    +1. I have like 3 games in Limbo because I haven't mastered spawning by array yet.

    C3 allows it - yay!)

    That has to be the

    FIRST

    good thing I've ever read about C3.

  • On Touch start, Is Touching OBJECT | OBJECT spawn OBJECT at Image Point (0).

    On OBJECT created | OBJECT set Drag and Drop to disabled

    On Any Touch End | OBJECT set Drag and Drop to enabled

  • Just set the default HP of each at your project page.

    All future Baddy_Buds spawned will yield the default HP.

  • Oops you're right, there are no quotes.

    Theoretical question:

    If I have a game with the statement:

    Is inTouch | Set OBJECT to Touch(0).X,Touch(0).Y

    And another one with:

    Is inTouch | Set ANOTHER_OBJECT to Touch(1).X,Touch(1).Y

    If I take the first touch off , wouldn't my second touch get reassigned to Touch(0)?

    I'm imagining OBJECT would suddenly appear in the position of ANOTHER_OBJECT.

    But I have no device to test this with as of right now.

    Can you confirm this?

  • Wow! This looks gorgeous! Gonna be playing this today.

    Also the title reminds me of:

MPPlantOfficial's avatar

MPPlantOfficial

Member since 17 Feb, 2016

Twitter
MPPlantOfficial has 1 followers

Trophy Case

  • 8-Year Club
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

13/44
How to earn trophies