Retaining picked objects

0 favourites
  • 7 posts
From the Asset Store
Welcome! I-Spy (Hidden objects) is an educational puzzle that is more than just seek-and-find activities.
  • Couldn't think of a good description for this, but I imagine it comes up fairly often and there's a solution, but my brain isn't working today and I'm not sure what to search for in the forums.

    I have a situation where I need to check through a bunch of tiles, and if they meet a certain condition, they spread that condition to neighbouring tiles.

    So I'm doing....

    Tile > Has condition.

    Neighbouring tile > Apply condition.

    The problem is that once I need to do this in a single pass, so that ALL tiles in the initial pick will spread the condition (but not the new ones). So when I find the neighbouring tile, I lose my list of picked objects from the above event - it just reduces it down to the single tile. So that puts an end to the event.

    As I say, I'm sure there's a better way of doing this, but what I basically need to do is to retain my list of picked objects from the top event while still somehow picking a single object of that type in the subevent.

  • Here is a quick demo, is this something you are trying to achieve?

    Infection Demo

  • I'll tell you in a sec if I can work out where version 115 is, I'm on 114 and the updates page only seems to have 114....

  • You can find beta releases here, do keep in mind it is beta though. Never had any problems myself, just reminding :)

  • R115 is the newest beta.

    You have the links to the beta and stable release at the very bottom of each page.

    I'm not sure exactly what your issue is, so when asking questions, please join a capx to make it easier to provide help seeing how you set things up so far.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Ah yeah, that's what I was thinking, set a variable and enact the spread afterwards. I think it's the only solution, thanks for the cap :)

  • Actually your capx does contain that answer I was looking for. Basically I wanted to know if I could repick the same objects without ruining the initial pick, I see that I need to do a 'Pick all' before the 2nd search. It wasn't so much that the 2nd search was spoiling the first one, more that the 2nd search couldn't find any matches because the first had already limited the search to nothing.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)