Placing Sprites (Like in minecraft but 2D)

1

Index

Attached Files

The following files have been attached to this tutorial:

.capx

Stats

3,681 visits, 5,961 views

Tools

Translations

This tutorial hasn't been translated.

License

This tutorial is licensed under CC BY 4.0. Please refer to the license text if you wish to reuse, share or remix the content contained within this tutorial.

Hello welcome to my first written tutorial!

So today I will be showing you how to make a block placing system that will consist of two blocks (can be easily changed to any amount of blocks) and they fall to the floor making it able to create structures!

Here we go!

Setting up layout

To start with make a new project can be any of template, I have chosen 'New Empty Project'.

Create your blocks (Images) and drag them into the project here are two example ones!

Give them the following behaviors: Platform, Solid, DestroyOutsideLayout - This needs to be applied to all blocks!

Make sure you have a solid block at the bottom of the layout for your blocks to land on!

Make two particles (or however many blocks you have) these will be the particles that show when you break your blocks! Here are the two I'm using for my images:

Add Mouse and Keyboard to your project

  • 0 Comments

  • Order by
Want to leave a comment? Login or Register an account!