How do I create Sprites with objects inside?

0 favourites
  • 2 posts
From the Asset Store
Fully commented source code/event sheet & sprites to create a space shooter game
  • Dear Construct 2 community,

    I'm relatively new to construct 2 however I've been programming in objective oriented languages for a few years.

    I want to generate a house. Inside the house there are walls. I want to make the walls solid so I can't move through them.

    The way I approached this problem initially was by creating a sprite with my house design. Then I created multiple sprites inside the house (which is a sprite), and had them overlap the walls of the house and made them solid.

    My question is, how can I package what ever I just created into a standalone object that I can create automatically without me having to place the walls inside my house sprite manually?

    If there are any easier ways of approaching this, or more efficient ways, I am completely open to any suggestions. My main concern is creating a house with solid walls inside.

    Thank you for your time!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • public function search

    {

    return manual->search("Containers");

    }

    <img src="smileys/smiley2.gif" border="0" align="middle" />

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