brushfe's Forum Posts

  • You do not have permission to view this post

  • I would try adding a "for each timedeffects" condition to the "on created" and "less than/equal to zero" events.

    It might be due to multiple objects triggering at the same time.

  • Can you share your project? It's difficult to help with only a description of the problem.

  • This game is INCREDIBLE. I hope everyone here can download the demo! dop2000 a huge congratulations to you and your team, it's such a fun and rich and expertly crafted game. I can't wait to play the rest.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I love the style! Can't wait to see/play more!

  • Those animations are exceptional!

  • This approach is looping through the whole tilemap and repeatedly setting sprite positions to the most recently discovered empty tile, over and over until it reaches the last tile.

    To randomize it, instead of setting the sprite's position when you find an empty tile, store the loopindex(x) and loopindex(y) in an array. Then when this is done, you'll have a list of empty tile coordinates to choose from.

    Picking a random entry in the array will give you a random empty tile, which you can use to set the sprite's coordinates.

    (To do this repeatedly, delete the coordinates from the array as you go.)

  • I agree, congratulations! I like this idea a lot and I could see it becoming quite a challenge with things like limited colours swaps and obstacles on the board. I hope you keep it up!

  • I was recently working in offline mode when the project preview stopped working.

    The F12 console error (below) said it couldn't fetch the Timer behaviour.

    Originally, I was working on this file in online mode, then moved to offline. The project preview worked fine, until I added a new behaviour to a sprite.

    I've never seen this before - is there a way around this? I want to keep working on the flight back, but this has got me a bit worried I won't be able to.

    This happened to me a month or so ago. It lasted about a week, and stopped just as I was trying to figure out the cause. I'm not sure what caused it to start or stop, but it was on chrome, and the project was medium sized and stored on dropbox. I hope it passes for you as well! (or the root is discovered)

    EDIT: Because of the mention of Windows Defender, this happened to me on a Mac

  • You have two objects with ScrollTo- remove the ScrollTo behaviour from "bkgPrehistoric2" and it should work.

    I'd also remove the 8-Direction movement from the player object. Having this and the Platform behaviour can cause problems too, especially if both have Default Controls enabled.

  • Voted! Congratulations!

  • Is this section of the forums still active? I don't see many replies overall from Scirra. I thought my question here was a simple yes/no/maybe, but it's been four months with no reply.

    It's still a big problem that most of the site isn't using dark mode. It's blinding to check out updates, shop the store, and more when using dark mode in a dark room. Hopefully this is something on the to-do list.

  • Sure thing, if it helps!

  • I just did a suggestion here : https://construct3-21h2.ideas.aha.io/ideas/C321H2-I-497

    I've given what votes I could spare to this!

    I also added a proposal for a function-level version, I think it would be more flexible to control this for each function, rather than a blanket system-wide setting. This image is an example:

    .

    Having a little drop-down icon in the function event could let you show/hide the parameters at will (like how it's done for layer effects in photoshop).

    And I definitely vote for the dop2000's other idea, about seeing the paramters in-line when called!