oosyrag's Recent Forum Activity

  • Wait you turned something off and your collision checks increased? That sounds backwards to me.

    By the way, you probably won't be able to measure a difference between 0 collision checks a second and 600 collision checks a second unless you're playing on a brick from 30 years ago.

  • Mouse or touch events probably

  • In what situation you need to delete it? You can overwrite it, or you can change the key, both of which effectively deletes the save from the point of view of the user. You can even use both methods at the same time if your goal is to save space on the disk for whatever reason.

  • I'm not understanding what exactly you're aiming for here, but maybe just use a subevent and make it an "or" block?

  • Your function has a parameter called "x", so you need to give it that parameter when calling it.

    If you didn't mean to do that, get rid of the parameter.

  • If you mean by checking if there is a sprite objects on top of the tilemap -

    Use an invisible helper sprite that is the same size as your tile. Use loops to move it to each tile in your tilemap, check overlap with objects, and set the tile if it is/isn't overlapping.

  • A "for each" will repeat an event for each instance of an object or family, separately. If your movement doesn't happen over time, this can be used to move all the enemies without conflict, as movement for each instance will get resolved individually in order. If movement is animated or takes time, use a timer behavior to trigger subsequent moves as dop described.

  • I haven't looked at the project yet, but from what I can understand, you simply need to run your phases even if there are no actual actions to run. Account for that so that the blocks phase runs no matter what and does nothing except trigger the next phase if no one selected a block action.

    A little more complex, but you can also build a "stack" of actions to take in an array for a phase. Push them to an array, and delete them out of the the array when run. When the array size is 0, proceed to next phase.

  • I don't suppose you've tried reading construct.net/en/tutorials/learn-javascript-construct-2800

  • To round to the nearest 'n',

    round(value/n)*n

  • Try using a tiled background for the sectioned life bar.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I'd recommend sticking with JSON for flexible amounts of data - arrays are (generally) better for fixed sets, without getting into strings and tokens which could potentially make things even messier (but it is an option).

    If you want to add me on Discord (Risuga) I don't mind working on this directly through DM, since there will probably be a lot of little things that need addressing or changing for these kinds of systems. (Love your art style BTW!)

oosyrag's avatar

oosyrag

Member since 20 Feb, 2013

Twitter
oosyrag has 38 followers

Trophy Case

  • 11-Year Club
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • Enduring Visitor Visited Construct.net 90 days in a row
  • Unrelenting Visitor Visited Construct.net 180 days in a row
  • Continuous Visitor Visited Construct.net 365 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

21/44
How to earn trophies