Setup Factory 10

DlgBillboard.SetProperties

DlgBillboard.SetProperties

This is the first topic This is the last topic  

DlgBillboard.SetProperties

This is the first topic This is the last topic  

OverviewExamples

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


Learn More: Indigo Rose Software - Setup Factory - Buy Now - Contact Us