lollipoppy's Forum Posts

  • For "One shot" particles, you can move this particles object off the screen, or to another (empty and unused) layout. When the game is over, use "System create" to create this object in the desired position.

    For "Continuous" particles, you can place it correctly on the layout, and in "On start of layout" event add "Particles Set Not spraying" action. When needed, change to "Set spraying".

    Thank you so much! Now it works perfectly!

  • I'm trying to make a simple card game that shows at the end the "good job" text and a confetti effect made with particles.

    I have particle sprite and emitter objects ready,

    but have no idea how to make them fire off when a certain condition is fulfilled.

    Mine fires off on start of the layout...

    Please help.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi, I've started construct3 only couple of days ago and am trying to make a simple memory match game(Android).

    I found this great tutorial(https://www.construct.net/en/tutorials/creating-memory-match-game-148/part-laying-cards-2) and have been doing exactly the same so far but somehow my result seems a little different from the video.

    Link to my file:

    drive.google.com/file/d/1QEinjckfOqX2qjlyo3ydPhVlwb0kzJG9/view

    The preview should show 6*4 cards aligned at the center with the same margins on both left/right sides as well as top/bottom.

    Can anyone please help me on solving the issue?