Asmodean's Recent Forum Activity

  • 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

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • 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.

  • 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

    • Post link icon

    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

  • Miu3

    You could use winrar. Winrar has a selfextracting archive where you can start a program from that archive after extracting.

    The archive has only about a third of the size and is one big exe file.

  • No problem here, too. I have a very smooth scrolling, no tearing no missing tiles.

  • Now the with comments:

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

    The problem is if you want to much, it will get too complicated with too much side effects. The Platform-Behavior isn't really designed for this and you can get very funny side effects. There will be a point where the physic-behavior is easier to use.

  • I see what you mean. The boxes can have different states: floating. Floating= -1 means the box is on the floor with water from below. 0 is a box that is pushed in the water. They changed the state, depends what happend. Other states has to be added for other possibilities, like pushing a box out of the water. The box floats because the gravity is 0.

    I will make comments in the capx what the events do. So you can alter it like you want.

Asmodean's avatar

Asmodean

Member since 31 Jul, 2015

Twitter
Asmodean has 9 followers

Trophy Case

  • 9-Year Club
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Popular Game One of your games has over 1,000 players
  • RTFM Read the fabulous manual
  • Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

15/44
How to earn trophies