Asmodean's Forum Posts

  • Works like you intended.

    The mouse pointer is the lighter spot above the text-bubble. I suppose that is like it should?

  • No problem here with Firefox 53 (32Bit) and Win7(64Bit). Works how it should.

  • I would do it like this:

  • Isn't the 'falling blocks' example that comes with Construct2 what you want?

  • matrixreal

    Do you have set the cross-origin in the 'load image from url' to none or anonymous?

    If set to non try set is to anonymous.

  • Try to set the parallax in the Layer Properties to 0,0 of your HUD-Layer, that should fix it.

  • HessamoddinS

    That was only an example that you have to split up your nested loops.

    You have to look how many sprites you have to check every tick. You can do this with a repeat loop:

    You have to try how many loops you need. The 10 is only a guess.

  • First, if you have performance problems. Put the events in groups, the less events in one group the better. Then check the CPU-Usage in the Profile-Tab in the Debug-Layout

    Your performance problem is the function call. You're calling the function from a loop and in the function there is another loop. You have up to 250 sprites and for each sprite you call the function, which is going again trough all sprites. That's an a amount of up to 62500 loops in one tick! (1/60 sec).

    I made a little change, don't know if that's still exactly what you want, but you will see I only check 2 sprites a tick, that will be call the function. So this are only 500 loops a tick.

    The change in the function you can ignore, it was only a test and it seems you're gaining nothing from this change.

    I hope I could explain this well enough, sorry for bad english.

    https://drive.google.com/uc?export=down ... TdYaFM2aHc

  • WebAssembly is about to released:

    WebAssembly CG members representing four browsers, Chrome, Edge, Firefox,

    and WebKit, have reached consensus that the design of the initial (MVP [1])

    WebAssembly API and binary format is complete to the extent that no further

    design work is possible without implementation experience and significant

    usage.

    https://lists.w3.org/Archives/Public/pu ... /0002.html

    One of my biggest hope for Construct3 was support for WebAssembly, but no announcement so far.

    But we will see.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • It seems that the error is gone in the nightly build of FireFox, so it should be fixed soon in the stable.

  • I tried both overriding and saving the text as UTF-8, however now the exported .csv now shows the "å" as "?" in the text file... No luck. A find and replace expression within Construct would fix this though.

    try to override with:

    text/csv; charset=utf-8

    not with text/plain

    If this doesn't work you could to it the other way around and save the text as ascii and override the mime type with:

    text/csv; charset=ascii

    I still think that is a character encoding problem.

  • Tinimations

    Be sure that you saved your text in utf-8 not in ascii. If this doesn't work you can additional try to override the MIME type:

    text/plain; charset=utf-8

    There is an override action in the ajax-plugin

    That was our thinking!

    Is this some kind of joke? Do you think the concern of the users are funny?

    Then I will be definitely out.

  • A volume of 0 dB is the original volume and amplification is not supported. So you can only decrease the volume.

    https://www.scirra.com/manual/109/audio