brushfe's Forum Posts

  • Hey, thanks very much for the help! That's a great idea. I wasn't sure if this was a bug or an error on my part, I'll file a report. Thanks again!

  • I'm not sure how to word this question simply, but in the Animation Editor, I'm trying to drag Subfolders of animations back to the main level (so that they're just 'folders'). Is there a trick to this?

    Have you tried filing a bug report? It's six questions - hardly "paperwork". I just filed one for you, with the example provided above, and it took less time than it did to write this post. There's already another issue already filed that might stem from the same problem.

    Bug reports are super important to getting things fixed. The system works. Thousands of C3 bugs have been spotted and solved by this system, and the C3 you're enjoying right now is working well because of it. It forces users to be clear about the bug, and to give clear evidence that it's not their bad code causing the problem, and helps the dev team solve it as fast as possible - so they can get on with important stuff like new features.

    Don't get me wrong, I want the platform behaviour fixed as well; all I develop are platform games. But the more we use the bug report system, the more likely it is to get fixed. It's not "free work for the devs by the consumer".

  • I don't know the reason behind it, but I've had the same "pixel drag" problems in photoshop and construct when dealing with non-integer coordinates and odd number sizes. It might our GPU drivers, rather than a software problem. Anyway, great to hear it worked out for you! Your game looks gorgeous!

  • Does it help if you make the sprite dimensions an even number? (e.g. Adding some transparent space around the fish to make it 16x16 instead of 13x13)

    Edit: maybe also try placing the sprite at even-number coordinates

  • You could pick a random spritefont from the set, store its text in a variable, then check if any spritefont.text does not equal that variable.

  • Happy to help! I had the same problem years ago, and someone on this forum gave me the same advice. Gotta pay it forward! Good luck with the game!

  • I would try adding "For Each Enemy" to both of those conditions, to check if *each* enemy on screen has 0 health or has finished animating.

    (i think you're currently checking if *any* enemy is true, which screws up when two or more enemies are true at the same time)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Oh I see — Yah I think you are loading it wrong. You have to use the AJAX object to request the local file, and then load that into the array.

    Check out this discussion here:

    construct.net/en/forum/construct-3/how-do-i-8/loadjson-file-files-folder-132475

  • Have you tried looking at the array in the debugger, to see if the array has loaded the json string?

    Alternatively, I'm not sure if it's a possibility, but maybe the second event is being called too quickly (before the JSON has loaded into the array).

  • You might want to check out the incredible examples from dop2000. There are a couple on minimaps like this one:

    howtoconstructdemos.com/minimap-clicking-on-minimap-scrolls-to-this-position-on-a-bigger-map-capx

  • Does it work if you make two separate On Collision events for the hero and the box?

  • I'll certainly vote for the "mass-delete" option; I've got a large project with 40+ unique layouts that I'm going to upgrade to C3 soon. I'd love to import the project just for the layouts, animations, and tilemaps.

    Long-term this could be great for access C2 projects without having access to C2 itself (in my case, I've recently switched to a mac, so it's a small ordeal stripping 3rd party plug-ins from c2 projects)/

  • I'm not sure if this is what you mean, but I have a massive slowdown on refreshing the preview.

    Launching "preview project" from C3 takes about 0.5 seconds to launch open a new tab and load the project.

    If I refresh that tab, it takes 4-6 seconds to restart the preview.

    (Chrome 86)

  • You do not have permission to view this post