lukezero's Forum Posts

  • On way to do this:

    Add instance variable to the object (Fall) and make the value 0

    Add events:

    Object on DragDrop drop ---- object set Fall variable to 1

    Object Fall variable = 1 ----- object set Y to Self.Y+3

    Thanks for the help, A0Nasser!

    I tried it before, but it did not work the way I imagined.

  • Thanks for the tip,

    I have not tried, because generally I prefer to use the native capabilities of C2 instead of plugins. It is true that plugins can cause bugs to the game?

  • Hello C2 Gamemakers!

    I would like to how to make a object controlled by the player (player character) to be automatically moved (but not teleported) to an X position and Y pre-determined after an event that locks the control of this object? I tried a number of ways, but it still fails.

    Once again I thank the attention and participation of the C2 community.

  • I'm newbie in C2 and want to know how to make an object with dragdrop behavior fall linearly after dropped (by touch). Currently I associated platform behavior "fall through", but that way he makes a curvilinear motion before falling.

    Thank you in advance the attention and collaboration of all.

  • It works perfectly with your plugin, R0J0hound!

    Thanks one more time for your help!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Someone has a solution in this case to reward the player when the object or layer is completely off?

    I'm newbie in C2 and I'm exploring its resources. ^^

  • Great job, LittleStain! A simple and effective solution using native resources of C2.

    Do you have an idea how we would reward the player on C2 when the object or layer is completely off?

  • You can also use the Paster plugin. It performs better with webgl, although it doesn't have as many features as the Canvas plugin.

    Anyway here are is an example for each plugin:The trick to erasing is to paste a sprite with the "destination out" blend.

    Good work, R0J0hound!

    Anyone here know how to reward the player for the cleanup of an object through this plugin?

  • Thanks for the help, LittleStain. I thought about it, but didn't get a solution.

    I could sort through the Canvas plugin developed by user R0J0hound.

    If anyone has a solution without using plugin, will be very welcome as well.

  • Hi everybody! ^^

    I'm trying to develop a touch game for smartphones, the kind that should scratch the screen to find something hidden behind. I tried numerous times to do this using layers and some effects, but I couldn't.

    Does anyone know how to do this in the Construct 2? SOLVED by LittleStain!

    Now the problem is if exists a solution to reward the player when the object or layer is completely off?