3D Lingo Dictionary > O-S > removeBackdrop

 

removeBackdrop

Syntax

member(whichCastmember).camera(whichCamera).removeBackdrop(index)

Description

3D command; removes the backdrop found in the position specified by index from the camera's list of backdrops to display.

Example

This statement removes the third backdrop from the list of backdrops for camera 1 within the member named Scene. The backdrop will disappear from the stage if there are any sprites currently using this camera.

member("Scene").camera[1].removeBackdrop(3)