Makes Sprites become Fake 3D sliced objects.
How do I put the addon into construct 2?
Drag and drop the c2addon file on the editor
Hi,
How to use this plugin?
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)
Could you add any sample project in your documentation sir?