Block Objects

change block objects

Now that we're designing a room with graphics, we need to set our main block object to be invisible.

Open the blockH object you have and set the parent to block. Also make it invisible.

We need 2 more block objects that will function the same as blockH. You can just duplicate blockH and just changing the name and sprite to create them.

  • blockL 
  • blockR

So you should have these block objects in your list...


Add blocks to rooms

For all your rooms, add blocks:

  1. block - floors, columns, platforms, ramps
  2. blockL and blockL - grass/platform edges
  3. blockH - clouds, ramp

Floors, Platforms, Columns

Go into Room 1 and start by adding the whole block objects to the floor and platforms, and columns. 

Platform & Pit Edges

Now add blockR to the left edges and blockL to the right edges of the grass and platforms.

Clouds

Add blockH objects to the clouds...

Ramps

In Room 2, you have a ramp. First add whole block objects where you can...

Then add blockH between the whole block objects...

Check

If you have all your blocks in, turn off the grid so you can see you didn't miss any...

Room 1


Room 2