nikitundrik's Forum Posts

  • 8 posts
  • Did you import the sounds correctly? They should be in the Sounds folder, and WAV files get converted to WEBM.

    Also, you should use "Audio Play" action (not "Play by name"), and select the sound from the list.

    And finally, if you play a sound inside of "Keyboard Z key is down", it will be repeated many times per second and will sound distorted. You should play it in "On key pressed" event, which is triggered once.

    Ok, thanks

  • > There may be about a dozen different reasons. You need to post your project file or at least a screenshot of the events.

    Here is the event sheet

  • There may be about a dozen different reasons. You need to post your project file or at least a screenshot of the events.

    Here is the event sheet

  • Hello, my game should have a jump sound when player jumps. Horewer sound isnt playing. Can someone help me?

    Tagged:

  • It could be a different browser extension. Try disabling all of them.

    I disabled all of them and it still not working

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Can you try pressing F12 and see if there are any errors in the browser console?

    It could also be a different browser extension. Try disabling all of them.

    Here is the log:

    Refused to load the font '<URL>' because it violates the following Content Security Policy directive: "default-src 'self' blob:". Note that 'font-src' was not explicitly set, so 'default-src' is used as a fallback.

    register-root-sw.js:17 Registered root service worker on editor.construct.net

    2root-sw.js:273 [Root-SW-Offline] Up to date

    main.js:1 Failed to load resource: the server responded with a status of 400 ()

    htmlimports.js:1 [HTMLImports] Unable to add import 'components/bars/propertiesBar/propertiesBar.html': Event

    (anonymous) htmlimports.js:1

    editor.construct.net/:1 Uncaught (in promise) Event

    main.js:1 Failed to load resource: the server responded with a status of 400 ()

    htmlimports.js:1 [HTMLImports] Unable to add import 'components/misc/midPane/midPane.html': Event

    (anonymous) htmlimports.js:1

    main.js:1 Failed to load resource: the server responded with a status of 400 ()

    htmlimports.js:1 [HTMLImports] Unable to add import 'components/bars/projectBar/projectBar.html': Event

    (anonymous) htmlimports.js:1

    main.js:1 Failed to load resource: the server responded with a status of 400 ()

    htmlimports.js:1 [HTMLImports] Unable to add import 'components/bars/layersBar/layersBar.html': Event

    (anonymous) htmlimports.js:1

    main.js:1 Failed to load resource: the server responded with a status of 400 ()

    htmlimports.js:1 [HTMLImports] Unable to add import 'components/bars/tilemapBar/tilemapBar.html': Event

    (anonymous) htmlimports.js:1

    main.js:1 Failed to load resource: the server responded with a status of 400 ()

    htmlimports.js:1 [HTMLImports] Unable to add import 'components/bars/zOrderBar/zOrderBar.html': Event

    (anonymous) htmlimports.js:1

    main.js:1 Failed to load resource: the server responded with a status of 400 ()

    htmlimports.js:1 [HTMLImports] Unable to add import 'components/bars/bookmarksBar/bookmarksBar.html': Event

    (anonymous) htmlimports.js:1

    main.js:1 Failed to load resource: the server responded with a status of 400 ()

    main.js:1 Failed to load resource: the server responded with a status of 400 ()

    htmlimports.js:1 [HTMLImports] Unable to add import 'components/misc/tourController/tourController.html': Event

    (anonymous) htmlimports.js:1

    htmlimports.js:1 [HTMLImports] Unable to add import 'components/bars/findReferencesBar/findReferencesBar.html': Event

    (anonymous) htmlimports.js:1

    main.js:1 Failed to load resource: the server responded with a status of 400 ()

    htmlimports.js:1 [HTMLImports] Unable to add import 'components/misc/buyNowPage/buyNowPage.html': Event

    (anonymous) htmlimports.js:1

    main.js:1 Failed to load resource: the server responded with a status of 400 ()

    htmlimports.js:1 [HTMLImports] Unable to add import 'components/bars/findResultsBar/findResultsBar.html': Event

    (anonymous) htmlimports.js:1

    main.js:1 Failed to load resource: the server responded with a status of 400 ()

    htmlimports.js:1 [HTMLImports] Unable to add import 'components/misc/startPage/startPage.html': Event

    (anonymous) htmlimports.js:1

    main.js:1 Failed to load resource: the server responded with a status of 400 ()

    htmlimports.js:1 [HTMLImports] Unable to add import 'components/misc/userAccount/userAccount.html': Event

    (anonymous) htmlimports.js:1

    main.js:1 Failed to load resource: the server responded with a status of 400 ()

    main.js:1 Failed to load resource: the server responded with a status of 400 ()

    htmlimports.js:1 [HTMLImports] Unable to add import 'components/bars/timelineBar/timelineBar.html': Event

    (anonymous) htmlimports.js:1

    htmlimports.js:1 [HTMLImports] Unable to add import 'components/misc/mainMenu/mainMenu.html':

  • Press F12 and see if there are any errors in the browser console.

    I think normally this is caused by buggy browser extensions that break Construct, so try disabling your browser extensions.

    I have disabled Kaspersky Protection, but it still give me error

  • Hello, im new to construct 3 and when i launch it, it says "Oops! There was an error loading construct." and in "Error details: " it says [object Event]. Can someone help me?

  • 8 posts