tile_layer_show

Shows all tiles at the indicated depth layer.

Syntax:

tile_layer_show(depth);


Argument Description
depth The depth of tiles which is to be shown.


Returns: Real


Description

Tiles, like backgrounds and other image assets, can be visible or not. This function can be used to turn all the tiles at a certain depth visible so that they are drawn on the screen.


Example:

tile_layer_show(-1000);

The above code will show the tiles with a depth of -1000.


Back: Background Tiles
Next: tile_layer_shift
© Copyright YoYo Games Ltd. 2018 All Rights Reserved