Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 880 Bytes

2-Command_button.md

File metadata and controls

41 lines (27 loc) · 880 Bytes

Button Commands

Create buttons to interact with.

One Button

  • Syntax: button {buttonContent} {markedTargetName}

  • Example:

    button 'This is a button' tB

Two Buttons

  • Syntax: button {buttonContent1} {markedTargetName1} {buttonContent2} {markedTargetName2}

  • Example:

    button 'Got it!' tB Should? tB

Three Buttons

  • Syntax: button {buttonContent1} {markedTargetName1} {buttonContent2} {markedTargetName2} {buttonContent3} {markedTargetName3}

  • Example:

    button 'First button' tB1 'Second button' tB2 'Third button' tB3

Auto Select Button (Not clicked automatically)

You can have up to 3 buttons like before.

  • Syntax: buttonS {selectedButtonNumber} {buttonContent} {markedTargetName}

  • Example:

    buttonS 2 'Play Tutorial' tN 'Directly preview the existing emoticon animation' tEmo