Asmodean's Forum Posts

  • The default setting of the Z axis scale is changed from 'Normalized' to 'Regular' and is also removed from the project settings. Maybe that is the problem.

    There is an entry in the deprecated features list. Maybe that is helpful for you:

    https://www.construct.net/en/make-games/manuals/construct-3/tips-and-guides/deprecated-features

    Look under: Z axis scale 'Normalized'

  • You have to set "Repeat to" to the last frame number if you use negative speed.

  • Thanks! This should work, but I am not sure what address should I use..? Is it "editor.construct.net", project path or what? "editor.construct.net" did not work.

    That is what I use and I also use it as an app.

    After your post I tested it myself. It seems that this setting has no effect at all.

    What I discover is that if you switch to another program with alt-tab it loads in the background sometimes, sometimes not. But what works for me, and this is the reason I thought the setting works, if your program you switch to is in window mode not fullscreen and you can see a little bit of construct in the background it loads the project in the background.

    I used to open Thunderbird if I load a project in the background and that is not fullscreen. I have no clue if that works for you but it seems it works for me.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Don't know if this is helpful for you. I use it with Edge.

    https://help.genesys.cloud/articles/disable-your-browsers-sleep-mode-setting/

  • Ashley That works only if you painstakingly change it manually. As soon as you use the system-expression replace in a construct event it won't work.

  • In 477 was WebGPU compatibility mode enabled. Try to set WebGPU from 'Auto' to 'No' in the project properties. Maybe that's the reason.

  • You have to tick "HTML element Layer" in the Layer option, where your iframe is.

    Then it should work.

  • I can confirm that there is no Audio if you record a Video.

    I use the LTS Version on Edge.

  • I can't help directly, but on the Kenney.nl site is a "Racing Pack Asset" with road tiles with 45° roads, turns, curved roads etc.

    May be it is helpful for you to see how others have done it. Asset is free and CC0.

    https://kenney.nl/assets/racing-pack

  • Boss is visible is a sub-event of 'On Start of Layout' and StartBackground is visible. StartBackground is visible and Boss is visible need to be both a sub-event.

    Otherwise the Boss Actions Group will never be activated.

  • What seldom is mentioned is the cost of AI. OpenAI made a loss of $11.5 billion in the last quarter. I don't think that with 10$ or 20$ subscriptions they will made a huge profit. The questions is who is willing to pay 100$ or 200$ a month for AI?

    If you intergrate AI in Construct someone hast to pay for that.

  • The value needs to be a string.

  • You do not have permission to view this post

  • Drag the tilemap bar on the layer panel. Now there should appear five squares, drag it to the middle one and release it.

  • Normaly you use 'Wait loopindex*0.1' or some other factor. But this doesn't seems to work with create object. So I made the sprite invisible, and then visible in the loop again. You need one instance in the start.

    Maybe there is a much better way.