Content Change

The Content Change operation displays a specific content or returns to the previous content.

Block
Text

changeContent(EXPRESSION);
                 1

1: Content ID

To change the specific content, add a Constant block, select [Int] and set the Content ID.

Note:

(Example 1)

If you set 3 for the content ID, the content with content ID 3 is displayed when the script below is executed.

Block

Text

'changeContent(3);'

(Example 2)

If -2 is set for the Content ID, the content that was displayed two changes ago is displayed when the script below is executed.

Block

Text

'changeContent(-2);'