stefano1234's Forum Posts

  • I tried a few of Construct's built-in TypeScript examples in the latest beta and they worked fine for me. It's possible it is actually a mistake in your code and you got confused when changing release, which is pretty common. If you really think the latest beta has a problem with its TypeScript support, please file an issue following all the guidelines, as usually it's impossible to help without all that information.

    check file , in stable work but in 461 no work , thanks for response

    drive.google.com/file/d/1sj7yQ604v7VJmj-A_YvToL2vxqrwI4dr/view

  • I need to know what happens with typescript

    I have to use classes in note set .ts file imported in the import for events and then use several of those things in scripts in event sheets.

    In the latest stable version everything worked and now the alert screen appears like this:

    Failed to load TypeScript in events. Check all your TypeScript code has valid syntax, all imports are written correctly, and that an exception was not thrown running the 'Imports for events' script. Press F12 and check the console for error details.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I solved it by editing the timeline json file inside c3p

  • I can't open a project:

    Error report information

    Type: assertion failure

    Message: unsupported ease mode

    Stack: Error at pa.J6a (https://editor.construct.net/r397/main.js:1131:314) at window.assert (https://editor.construct.net/r397/main.js:1047:353) at d.rNc (https://editor.construct.net/r397/projectResources.js:1103:352) at d.Is (https://editor.construct.net/r397/projectResources.js:1031:40) at d.Is (https://editor.construct.net/r397/projectResources.js:1205:470) at editor.construct.net/r397/projectResources.js:1208:131 at d.lWc (https://editor.construct.net/r397/projectResources.js:1104:325) at d.$bb (https://editor.construct.net/r397/projectResources.js:1104:389) at d.$A (https://editor.construct.net/r397/projectResources.js:1105:107) at d.za (https://editor.construct.net/r397/projectResources.js:1208:101)

    Construct version: r397

  • when set to offset 0,0 the size fits well to the grid:

    When the offset is changed the size no longer fits well to the grid:

    This problem has existed since I noticed that the offset exists (2 years?).

    I hope it is understood and they can solve it shortly

  • I open a new project, added the InstantGame plugin

    added the event is available

    export to InstantGames

    download and the download is blocked by the antivirus

    I tried it in 2 browsers, Chrome and Opera.

    They believe it could just be a false positive, meaning there is no Trojan.

    Thanks.

  • Here I added box2d in parallel externally, but it would be great to be able to use the one that is already incorporated in c3.

    just tell me how to take it

  • 7000?? my projects have 70 hours and no share anybody, calm bro

  • A few days ago I was using chrome and suddenly when starting c3, the frames dropped to ~ 10 and the microprocessor was very hot.

    I changed to opera and it was fine, I noticed that Google SwiftShader was running in chrome and another was running in opera (I don't remember which one)

    Right now opera started to walk very slow and also switched to Google SwiftShader

    ... can it be solved?

    i use a radion 5670 gpu and amd fx4300 cpu

  • multiplayer plugin is not consistent

    errors arise when a peer disconnects

    after entering and leaving some rooms the plugin dies and is only solved when restarting the game

    THANKS!.

  • multiplayer plugin is not consistent

    errors arise when a peer disconnects

    after entering and leaving some rooms the plugin dies and is only solved when restarting the game

    THANKS!

  • Guys, please do a q3d tutorial as I can see many people here hold good knowledge and we as learners can look upto you guys. Please help in importing 3d objects like obj in construct 2 using q3d and use the animations like rotating them or make them run and change of caemra angle on panning mobile.

    Please guys, waiting for the tutorial from long time.

    youtube.com/results

  • Would it be possible to create an app in say Three.js and then display it in an iframe in C3. Then is is there an easy way to communicate with the iframe to and from C3?

    use scripts on c3 to create and set a second iframe for three.js and "comunicate" data from c3 (size and position objects on c3) to set to objects on three js

  • on physics device (android5) and bluestacks

    Does anyone know how to fix it?

    Even when upload an empty project it is left on screen% 0.

  • I tried it in many ways and it's still not removed

    runtime.removeEventListener("tick",Tick);

    runtime.removeEventListener("tick",() => Tick(runtime));