How do you get a brick in the background? - Fish - 05-05-2011
Making a game and I would liek to know!
RE: How do you get a brick in the background? - AK-47 - 05-05-2011
Put it in layer 0 (its in the properties section)/Set the layer property of a part to 0. Note that anything in layer 1 (The ground, Boundaries, and the player) cannot touch anything in layer 0, or in any other layer. So it is BEST if you anchor the background.
Also, another alternative is just to set the parts you want to be in the background non-Collidable and non-Character Collidable. But my other solution above is better.
RE: How do you get a brick in the background? - Jacob__mybb_import1 - 05-05-2011
Arrange>Move to Background is the same as setting the layer to 0, but a little quicker.
|