imhotep22's Recent Forum Activity

  • Maybe this will help.

    scirra.com/tutorials/4897/sending-an-email-from-construct2

  • Yeah, you can use Boolean instead, but its a same thing won't make any difference to the logic.

    I am used to writing in C where there is no Boolean operand that's why I used 0,1 logic.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Here, it will work now.

    dropbox.com/s/xryesn1ozd9m0rv/sample1.capx?dl=0

  • hm for some reason construct forum changed the link, here's the new one, sorry for that.

    dropbox.com/s/5dluuathupbx0m2/button_click.capx?dl=0

  • Sure, here it is.

    dropbox.com/s/5dluuathupbx0m2/button_click.capx?dl=0

    edit: I changed the link, it should work now.

  • Just add an instance variable id to your button's, set the first button to id 1, second to id 2, when you make your event, add button compare instance variable id 1 for the first button, 2 for the second, and it will work like a charm.

  • Yeah, like that, but you can add any value (does not need to be explicitly 1) depending on how you structured the player stats and how strong the power up is, just don't forget to reset the same value back to normal when the power up ends.

  • You can keep your player stats in an array, when you pick up the power up, increment the array cell value corresponding with the picked up, power up, after the duration is over just decrement the array call back the default value. Just don't forget to set the array values into the player instance variables ( or where ever you keep your player stats) on layout load out, and when you pick up the power up.

    Using array is the best choice I think because you can easily modify the values whenever you like especially if you have an ingame shop, also array can be saved as Json so you can save the variable modifications even after the game is closed.

  • The bullet behavior did the trick, the implementation got a bit tricky, but I got it right in the end, here's how it looks like. Thank you for the help.

    i65.tinypic.com/10fncy8.png

  • I am making a top down game, where the player moves the character using the mouse, the movement is calculated using the patch finding behavior. I want to implement a slippery floor (tiled background), when the player is on this floor, he is suppose to slide a bit before coming to a full stop in the direction he is moving, to make the game move difficult.

    I tried many ways to implement this using the path finding behavior, but I can't seem to get it right so far, can any one help me or give me an idea how to implement this slippery effect?

imhotep22's avatar

imhotep22

Member since 18 May, 2017

None one is following imhotep22 yet!

Connect with imhotep22

Trophy Case

  • 7-Year Club
  • Coach One of your tutorials has over 1,000 readers
  • Email Verified

Progress

9/44
How to earn trophies