CGSpot's Recent Forum Activity

  • When you create the green sprite it is not related to a particular enemy. You can add the green sprite to a 'Container' with an enemy, that means it is created with the enemy at the start (you don't need to create it) and also it is always related with the enemy in picking conditions.

    Then for the actual event if you say green sprite on collision with mine -> destroy green sprite. It would also destroy the enemy with it as they are in a Container. Note : your current condition pick with UID doesn't do anything.

    Great!, works perfectly after using container, Thank you very much...

  • Video: webmshare.com/play/RLNZ6

    Event: i.vgy.me/Qc3lsf.png

    At 00:06 seconds in the video, the enemy at the bottom is touching the mine, but instead, the enemy at the top is getting destroyed.

    Similarly, at 00:12 seconds, the enemy at the bottom is touching the shield, but the enemy at the top is the one that gets blasted.

    This issue happens randomly, sometimes one object collides, but a different object is affected.

    I used a separate collision object (the green bar at the bottom) to trigger the mine and shield events. I also used the "Pick instance with" event to ensure the correct enemy is affected.

    How can I make this more precise and bug-free?

  • my game is not working when exported for HTML5

    i am getting this error, but I can play without any interruption in the Construct 3 preview..

    It shows plain black screen only, no sounds nothing..

    Please help me fix this issue

  • Thanks for the input guys,

    I found the bug,

    Cause:

    When I killed the enemy, I deactivated the enemy movement group. Since group states persist across layouts, it remained deactivated in the next level, preventing the enemy from functioning.

    Solution:

    I simply activated the enemy movement group at the start of the layout, which fixed the issue.

    Lesson Learned:

    Group activation states are global unless the layout is restarted. Always reset necessary groups at the start of each layout to prevent unexpected behavior.

  • Can you guys please help me fix this issue?

    I’m using the same enemies for all levels, so I created a common event sheet, added enemy functions there, and attached that event sheet to all level event sheets.

    The problem is that the enemy works correctly in level 1 but not in level 2 or later levels.

    I did the same thing for the Hero.

    I created a common event sheet for the Hero, attached it to all levels, and it works perfectly.

    However, if I preview level 2 directly, the enemy works fine. Also, if I copy the enemy function control group directly into the level 2 event sheet, the enemy works fine. It only stops working when I go to level 2 after playing level 1.

    Strangely, even though the enemy doesn’t work at first, if I die and restart the level, it starts working fine.

  • Hi everyone,

    I made a Construct 3 game, added the GameMonetize.com SDK, and exported it as an HTML5 game.

    The game works fine when played through Construct 3.

    It also works properly on GameMonetize's pre-approval page:

    Playable link: uncached.gamemonetize.co/clv3nosn3zr04fn92j8oa70q18nqpkbe

    However, the same game does not work on their shareable link, showing a black screen:

    Unplayable link: html5.gamemonetize.co/clv3nosn3zr04fn92j8oa70q18nqpkbe

    The error I get: i.vgy.me/xkLsYl.png

    Exported HTML5 package: dropbox.com/scl/fi/mghapxbrlwqkkpkq38q0q/shoot_some_fish_gm_v4.zip

    Can you please check and help resolve this?

    Thanks!

  • You have two "Set dx" actions. The second one should be "Set dy"

    Oh My..........!!!!!

    How poor was my concentration...

    Thank you very much!

  • I have two different Construct files with the same events/code for player movement, but they behave differently.

    In the wrong_movement file, the player teleports to the mouse click area.

    In the right_movement file, it works as expected.

    I don’t know what’s wrong with the wrong_movement file. Can anyone please explain? I’ve attached both files.

    drive.google.com/drive/folders/1XBR2T76ZVUWxcUXIiZW_FpWFj9bOmh8i

    Note:

    The wrong_movement file was imported from Construct 2 to Construct 3.

    The right_movement file was created directly in Construct 3.

  • > > You probably don't want to spawn a bullet every tick, instead on the left conditions add an 'every X seconds' condition so you can create a firing rate.

    >

    > Thanks for reply.

    > I tried your suggestion, but the result is still same.

    > I use same event for mouse (on a mouse button down), it's working fine.

    That only happens the first time I hold and swipe the touch. Once I release and touch to shoot again, it works fine.

    I think the problem is with the browser. It's not allowing the audio to play unless there is a tap. If I press and hold, the browser doesn’t allow the audio until I release the touch.

    Is there any way to fix this?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • > You probably don't want to spawn a bullet every tick, instead on the left conditions add an 'every X seconds' condition so you can create a firing rate.

    Thanks for reply.

    I tried your suggestion, but the result is still same.

    I use same event for mouse (on a mouse button down), it's working fine.

    That only happens the first time I hold and swipe the touch. Once I release and touch to shoot again, it works fine.

  • You probably don't want to spawn a bullet every tick, instead on the left conditions add an 'every X seconds' condition so you can create a firing rate.

    Thanks for reply.

    I tried your suggestion, but the result is still same.

    I use same event for mouse (on a mouse button down), it's working fine.

  • Hi everyone,

    I’m making a shooting game, and I’m using touch controls for both aiming the crosshair and shooting.

    The event setup is shown in the image below.

    The problem is that when I touch the screen, the bullet spawns correctly, but the sound doesn’t play. Then, when I release the touch, all the stacked-up sounds play at once, very loudly.

    How can I prevent this?

CGSpot's avatar

CGSpot

Member since 16 Dec, 2024

None one is following CGSpot yet!

Trophy Case

  • RTFM Read the fabulous manual
  • Email Verified

Progress

2/44
How to earn trophies