DreamingADream's Recent Forum Activity

  • dop2000UltraLion Thanks for the help, I went to check and this should be a method.

  • Import the animation again :D

    Thanks for the reply. I had thought about this but couldn't find the right action? When a frame was removed in game, it seems to disappear from the game forever, and added actions has no option to add specified frames directly.

  • Hi everyone,

    For example, an animation has 50 frames and I use [add/remove animation frame] to remove 25 of them, after this, how can I somehow restore all the deleted frames?

    Tagged:

  • I don´t know how the screenshot function works with Steam and if you have to implement some code for it to work, but you can use this code snippet in a script file to disable such browser inputs.

    > document.addEventListener('keydown', function(event) {
    	event.preventDefault();
    });

    If you only want to prevent the F12 shortcut you can use this instead.

    document.addEventListener('keydown', function(event) {
    if(event.keyCode == 123) {
    		event.preventDefault();
    }
    });

    It's a great help! Thank you very much

  • F12 screenshot function of Steam.

    After the game is released on Steam. Players press F12, the developer tool interface jump out directly, instead of screenshot. How can I create this screenshot function, it seems not make by C3 because all the game has the F12 screenshot function.

    Tagged:

  • First I make this

    It works fine like this:

    Then I add the Solid behavior to both A and B.

    But it shows like this:

    I just couldn't figure it out. Can I keep solid behavior while they can bouncing in the middle area?

    The any other platform values of A and B are all the same.

    Thanks.

    Tagged:

  • You do not have permission to view this post

  • You do not have permission to view this post

  • Got it. Thanks a lot.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I export the construct 3 platformer tempalates into NW.exe (win32 and win64). I run them at win32 and 64 respectively.

    The strange point is at win32 ,the character's Maximum jump height seems lower than the height at win64. Just a little, Like 5% lower. (I set jump sustain 200.The final result looks like it's only 190, I set jump sustain to 0 and export it, then the problem is gone. ) I doubt it was the problem about keyboard or console setting but through several check it seems not. Did anyone have similar problem ? Or it just another system setting problem something.

DreamingADream's avatar

DreamingADream

Member since 16 Jun, 2019

None one is following DreamingADream yet!

Trophy Case

  • 5-Year Club
  • RTFM Read the fabulous manual
  • Email Verified

Progress

7/44
How to earn trophies