fedca's Forum Posts

  • yea I think a lot of the activity has moved to the community discord

  • Is there a way to get the instances overlapping a point in scripting that makes use of collision cells and so doesn't require to loop over all instances?

    This issue really makes it hard for me to do performant js without having to implement my own Quadtree/Collision cells.

    The example projects seem to loop over all instances, which is fine for the limited scope of the examples but would not work out well for projects with larger levels and lots of instances.

    Implementing my own Quadtree on top sounds a bit overkill as there already is a collision cells system.

    Tagged:

  • The addon exchange is filled with a lot of addons that don't work at all with modern Construct 3 anymore or the addons features are build in now. But because a lot of the addon developers are not active anymore the addons were never marked deprecated.

    This leads to the issue that new awesome addons are buried (there recently is a large activity in development of new 3rd party addons). Secondly it makes it difficult to find addons that work and can make the addon exchange feel like a ghost town.

    My suggestion would be that there is some kind of cleanup done on the addon exchange to mark addons as deprecated that don't work anymore.

    I'm not sure what the best course of action would be, but I think this should be adressed in some way.

    Because it would be a bit of work to go through the addons this could be helped with the community compiling a list of broken addons. Alternatively addons that haven't been updated for x years could be automatically marked as deprecated unless the addon developer takes action.

    Tagged:

  • scrubbing was always there I think, you just need to be in edit mode

  • can you try logging out and back in?

    otherwise I would suggest contacting support

  • or maybe better:

    if number % 1 = 0 it's an int

  • you could floor() the number and compare it with itself. If it's the same it's an int, if not a float

  • there are multiple example projects with a camera like this, I recommend checking them out in the example browser

  • it loads the image to replace the current frame, so just change the frame before loading from URL

  • with the file chooser object

  • You might be confused because of the word URL, but that can also just be a local path like "/folder/image.png"

    the file chooser has the expression FileURLAt(index)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • it does save for me. Are you maybe deleting some browser data after each session?

  • Bought the JSON+ add-on, being able to have JSON data on the instance as an behavior is amazing, it simplifies picking and also allows to write more performant events as you don't require event sheet loops or picking overhead in a lot of cases. Recommended!

  • Yes I have had issues with offline mode regularly as well. So I definitely don't trust it.

  • You do not have permission to view this post