Sliced Object (Construct 2 Behaviours)

You're viewing a single comment in a conversation. View all the comments
  • 2 Comments

  • Order by
  • Step 1) Create a sprite with all the slices as frames

    Step 2) Add the behavior

    Step 3) Make sure you have enough slices or that your resolution isn't too high to see the effect

    Step 4) Hit preview

    Step 5) Now that it works you can do anything on the initial sprite by picking them using the Is Master condition and do anything on the now created slices by inverting that condition. You can also get the Slice ID of a sprite if you want to do Z ordering (Order every sliced object by sliceID and you'll get a nice Z order effect, and you only need to do that once)