Old Flash Developer looking for a Movie Clip like instance

0 favourites
  • 6 posts
From the Asset Store
A collection of 10 amazing sprite sheet animations for your incredible games
  • Hi Folks, Is there a way (a plugin maybe) that can treat a bunch of sprites and buttons and contain them (Like flash did with Movie Clips) so you can move them around together? We have a prize legend in our game and we've had to hard code it as an image cuz it's such a pain to deal with all the elements.

    Any thoughts would be appreciated.

  • There are several ways you can combine multiple objects in C3. The easiest is to create a hierarchy. They won't become a single object, but it will be easier to deal with them as a group - you can create/destroy all objects in the hierarchy with a single action, move/rotate/resize/fade them all at once etc.

    Also check out the templates feature:

    construct.net/en/make-games/manuals/construct-3/project-primitives/objects/templates

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Yeah, this is a great tutorial but i really need something I can group and move around on the canvas.

  • Once you set a hierarchy up, you can rightclick the parent and choose "hierarchy > select all children", and then right click once more and choose "wrap selection", to get good movement around the layout view - all hierarchy parts will move together and resize proportionally too.

    EDIT: Hmm, I checked keyboard shortcuts, I can see ENTER to wrap selection quickly, but don't see a "select all children of hierarchy" shortcut, unless W works (although it says this is for containers). If W works, then that's super convenient!

  • There is this property available for the parent of a hierarchy, with the mode set to wrap or all it will now select the whole hierarchy every time you select any of its members. If you want to select them individually again, for example to turn off wrap mode you can hold alt and then click the instance

  • fedca Wow how did I miss this all along. Thank you!

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