3 Main
KaKi87 edited this page 2018-11-01 20:02:07 +01:00

Main

Output

Word

output.w(word);

  • word : string

Sentence

This method will display the sentence word by word.

output.s(sentence);

  • sentence : string

Clear

This method will empty the output.

output.clear();

Extra elements

Bar

While the output is empty, the bar is at its minimal size (30px).

While the output is not empty, the bar's width equals to 21px for each character of the currently displayed word.

Marker

Triangle

While the output is empty, the triangle is blinking.

While the output is not empty, the triangle is static.

The triangle is red.

Calculating response

In this mode, loading dots will replace the triangle.

(cf. Commands)