aulavirtualtest's Recent Forum Activity

  • Thanks a lot.

  • Hello, I'm trying to let my players use the latest version of the app and there is a great option using Browser: On Update Found + On Update Ready that allows me to give the option to reload when an update its found.

    Problem its I have a "load" layout that get all the .json and ajax I need for the app to work. And I'd like to do the check only at that screen. But I can't find an equivalent for "On Not Update Found" that doesn't exists (Or at least I didn't found it)

    Is there a way to do this?

    So far the only solution I find its to put a wait-seconds at the start of the "load" layout so I give the On Update Found and On Update Ready time to finish, but this is very weak and can cause problems when the conection its slow.

    TIA

  • There is, but it's very random.

    I placed both, number and name, in a single column separated by a "/" then I use tokenat to get one or the other.

  • Alphabetical order?

    That is not what the manual says:

    Sort

    Sorts the order of elements on an axis in ascending order. Note that in multidimensional arrays this sorts based on the first element on the axis. For example sorting the X axis in a 2D array will sort the order of the columns based on the elements at Y co-ordinate 0, while preserving the contents of each column.

    It should order all the rows taking in count only the first column.

    But you are right, I tried again and it orders every column by itself.

    Wow! So it's even more useless than I though.

    Thanks for your answer.

  • I have a 2D array with this values:

    0: 3, 1, 2

    1: Bob, Helen, Brian

    When I sort it by Y I expect this result:

    0: 1, 2, 3

    1: Helen, Brian, Bob

    But what I get is:

    0: 1, 2, 3

    1: Bob, Helen Brian

    So basicaly sort an array it's either useless, because it only sort the first column, or broken.

    Anybody having this problem too?

  • Whenever I update a project (HTML5 format) at my server I get cache problems and it does not open unless I clear the cache.

    Is there any configuration I can change in the project to fix this or must be a server problem?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I am working with Timelines for some time on and I found a problem.

    While it works perfectly on most devices, I don't know why in Android 8 it causes huge performance problems.

    Have you found this problem too? Is there any way to fix it?

    TIA

  • Hi, I am trying to load an Array from a .json with AJAX. It works well when I try it with "Request project file" but the thing is I'm using diferent arrays based on a variable, so I tried to do it with "Request URL" and it works on the project, but not on the server when I export.

    Is it failing the route or something?

  • To simplify: I want to create a oneshot particle effect with rate=360 and spray cone=360 but fixing the distribution of the particles (1 particle each degre instead random)

    Is it possible in some way?

    TIA

  • When I put a video in the project folder, when does it load?

    On start construct? When I play the video? ...

  • I have found you can avoid the webapp request on portable devices by deleting a line (appmanifest.json) on index.html but I'd like to do it automatic on export.

    Is it possible?

  • I got trouble with an iframe, loading a web and then restart the layout mades the web to reload but I got some info that need to save on the iframe when the layout restart.

    Is there any option to hold the iframe while restart the layout?

aulavirtualtest's avatar

aulavirtualtest

Member since 1 Mar, 2021

Twitter
aulavirtualtest has 1 followers

Trophy Case

  • 3-Year Club
  • RTFM Read the fabulous manual
  • Email Verified

Progress

5/44
How to earn trophies