Code Line Types


label

Functionality not implemented yet

wait

Waits time milliseconds

log

Prints message (value) in JavaScript console

alert

Opens alert dialog with text and waits until the user clicks on "ok"

say

Uses Responsive Voice Text to speach and waits until the speaking is finished.
text: text to say
voice: Responsive Voice name (Voice List)
pitch: voice pitch
rate: voice speed
volumne voice volumne

openYTPlayer

Opens the youtube Player with a video loaded. The player does not start the video automatically. To start playYTVideo must be called.
playerID: Not implemented, keep this parameter empty!
width,height
videoId: Youtube Video id. You can find the videoId in the URL (example: https://www.youtube.com/watch?v=NdvtCuu3MDo)

playYTVideo

Plays the current video in the youtube player.
(You have to run openYTPlayer before)
playerID: Not implemented, keep this parameter empty!

pauseYTVideo

Pauses the current video in the youtube player.
(You have to run openYTPlayer before)
playerID: Not implemented, keep this parameter empty!

seekYTVideo

Seeks to time in youtube Player.
(You have to run openYTPlayer before)
playerID: Not implemented, keep this parameter empty!

changeYTVideo

Changes the youtube Video in the Player
(You have to run openYTPlayer before)
playerID: Not implemented, keep this parameter empty!
videoId: Youtube Video id. You can find the videoId in the URL (example: https://www.youtube.com/watch?v=NdvtCuu3MDo)

wairYTVideoTime

Waits until the current play time in youtube player is time
(You have to run openYTPlayer before)
playerID: Not implemented, keep this parameter empty!

volumneYTVideo

Changes the volumne in youtube Player.
(You have to run openYTPlayer before)
playerID: Not implemented, keep this parameter empty!

fullScreenYTPlayer

makes Youtube player full screen
(You have to run openYTPlayer before)
playerID: Not implemented, keep this parameter empty!

exitFullScreenYTPlayer

exit Youtube player full screen
(You have to run openYTPlayer before)
playerID: Not implemented, keep this parameter empty!