MPPlantOfficial's Forum Posts

  • 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:

  • scirra.com/manual/119/touch

    Touch.Xat("1"), Touch.Yat("1")

    I've not had the pleasure of trying this but could you explain why it's

    Touch.Xat("1") ? This seems to indicate that the "1" is a string rather than an integer.

    I was thinking it'd be Touch(1).X or something.

  • Very good game.

    You did way better than me.

    I wasn't able to finish mine.

    The only thing lacking is maybe a Small Radar at the bottom right of the screen so we can see where the meteors are coming from.

  • Does anyone know of a good visual app builder similar to c2 in terms of ability to customize the programs?

    Construct 2.

    Seriously though. No one said one is only limited to using C2 to make games. It's all about using the program to fit your needs. Heck you can use C2's built in motions for animation. It's all about creativity.

  • Oh yeah. I forgot you could select the barriers for line of sight.

    Newt is right

  • Instead of using the "Flash" function, simply give your sprite a SINE function. NUMBER ONLY.

    Set your period very short like 0.2 sec

    Choose at appropriate Wavelength type. Sawtooth should work.

    On Sine enabled | Set Opacity to Object.Sine.Number

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I would say 'Yes' only because I play Roguelikes.

    But at the end of the day, execution is what matters.

    The last Roguelike I played was Darkest Dungeon and that game was great not just because of permadeath and strategy but because the execution was perfect. Everything from the music to environment to commentator's voice got it right. Heck even the disposable troops in that game had their own distinctive personalities.

  • use the compare 2 values condition found under 'System'.

    On Mouse.Click is clicking Box

    if distance(Player.X,Player.Y,Box.X,Box,Y) <= 0 | Destroy Box

  • I've a game similar to darksouIs & Zelda, it uses Zelda sprites. I want to upload the game on to facebook, for people to play(for free), however is thins allowed. I'm not sure as its free to play but uses Nintendo's sprites?

    Yep. Long as you don't make money off of it. I still recommend you go for it even with same sprites even just as a trial run.

    If it turns out to be good, you can just modify the sprites later and turn it into a completely different game.

  • This is EXACTLY why I won't be using C3 until at least a stable commercial version is available.

    I don't know is C3 files can be converted back into C2 and if ever, I hope they don't charge for it.

  • Another way is put all your desired bullets in a family.

    For example Family_BULLETS.

    Then do the action:

    | set Family_BULLETS.Bullet to Disabled.

  • You may want to check the store and see if there are any templates,

    This is the LAST thing you want to do.

  • Yes something like that exactly. I just need to make the distance variable based on distance to mouse pointer.

    Yup. Just modify the ROT_RADIUS instance variable to your liking.