DlgBillboard.SetProperties

DlgBillboard.SetProperties ( 

number ControlID,

table  Properties )

Example 1

-- Create a table of the properties you want to set.
tbProps = {};
tbProps.Loop=true;
tbProps.Transitions=true;

-- Set the control's properties.
DlgBillboard.SetProperties(CTRL_BILLBOARD_01, tbProps);

Sets the CTRL_BILLBOARD_01 billboard control to loop and to have a transition effect between images.

See also:  Related Actions