forked from ArisStudio/ArisStudio_Legacy
-
Notifications
You must be signed in to change notification settings - Fork 1
2 Command_button
Bayu Satiyo edited this page Mar 5, 2023
·
1 revision
Create buttons to interact with.
-
Syntax:
button {buttonContent} {markedTargetName}
-
Example:
button 'This is a button' tB
-
Syntax:
button {buttonContent1} {markedTargetName1} {buttonContent2} {markedTargetName2}
-
Example:
button 'Got it!' tB Should? tB
-
Syntax:
button {buttonContent1} {markedTargetName1} {buttonContent2} {markedTargetName2} {buttonContent3} {markedTargetName3}
-
Example:
button 'First button' tB1 'Second button' tB2 'Third button' tB3
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