damousey's Recent Forum Activity

  • BigFranks suggestion is probably right if it it seems bolder, If you're not certain whether multiple instances are being created, you can see how many instances exist in debug.

    unless you mean something else by "getting fatter" like the spacing getting wider?

  • if you had just searched just this board with the phrase "match 3" there are dozen people already answering and the second result offers a working file example.

    So what specifically is the problem you're having?

    EDIT: Sorry, I'm grumpy pre coffee.

    This tutorial should get you most of the way to where you need to be:

    https://www.scirra.com/tutorials/5000/r ... -detection

  • that's working, Thanks!

    Unfortunately this logic is above my level tho :/

  • Except that OP actually asked for spawning outside the Layout?

    There are a few different ways to do this

    1. Create 4 different spawn zone for each side of the layout, create each one using the logic above. Then use a separate random check to determine which side's spawn to execute.

    This Person is dealing with a similar problem/Solution:

    2. Create a separate SpawnPoint object, and position instances around the outer edge of your Layout, Then use an event with the condition "Pick random instance" of SpawnPoint ->Spawn another object to create enemies.

    This is bit more of a basic approach, and isn't truely random, but personally it's what I'd do because it has the advantage of being visual.

  • > I'm having a look now but without knowing what's in the json, I'm unsure as to what your intended outcomes are

    >

    i have put select_bg.IID+1 to Array and put this as animation frame

    below is full event of this

    https://photos-1.dropbox.com/t/2/AAA6aZ ... ize_mode=5

    This link is resulting in 403.

    I'm reading through the rest now to see if I can figure out whats happening

  • I was going to suggest the same solution/tutorial, so take that as a second vote.

  • ok, thank you so much!

  • Hi There

    I'm trying to create a small game that has a lot in common with previous prototypes and assumed I'd be able to take things from one project to another, (especially things like pixelfont spacing sheets) so far everytime I've tried, I get an error about dependancies, but I seem unable to copy all of the relevant components at the same time to supply those dependancies.

    I suppose this is a bit of a best practices question; am I left recreating the objects, ensuring same object names and then pasting the actions into identical event sheets? am I missing something like "export selected as package" and then "import package" options in my noobishness?

  • Does the layout have any effects attached? I imagine something in the distortion category could be responsible.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I think you can have both the 8 direction and platform behaviors added to the player at the same time. This lead to some strange interaction though, so you will want to disable one when you're using the other and enable it again when you transition between the two. Using the "Set enabled" actions on the behaviors should solve this. You will need to decide how the switch works tho', maybe you automatically switch to flying(8 direction) when you are at a certain height, or maybe you need to activate it by pressing a key. Think about both how to switch to flying and how to switch back.

  • I was wondering about overlapping using collisions as well, so I took a simple project that has overlapping triggers and disabled collisions to see, those triggers didn't fire anymore. So I'm willing to bet "is overlapping" uses the collision mesh.

    There might be a trick with selectively enabling the collision, like in my case, I only really check for an overlap after dragging and dropping, maybe it would be worth enabling collision only then and then disabling it again.

    But short answer, overlap checks require collision be enabled.

  • I FIGURED IT OUT!!!

    lines 39-47 were outside of subevents, I was approaching them as subsequent events when they needed to be nestled in there. That turned out to be more straightforward than expected.

damousey's avatar

damousey

Member since 1 Dec, 2015

None one is following damousey yet!

Connect with damousey

Trophy Case

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

Progress

11/44
How to earn trophies