Didacticials

  • To begin
  • Make Automations [comming soon]
  • Make Didacticials or Presentations [comming soon]

Instructions

  • goTo
  • click
  • wait
  • message
  • for
  • alert
  • ifexists / ifnotexists
  • whileExists
  • audio
  • exit

Links

  • Download Zenith
  • jQuery's Selectors

About Zenith

  • Credits and Thanks
  • Binairies Sources

message

Description

Displays a message.

Syntax

Needed pairs :

  • "message" : "What you want to say"
  • Either :
    • "duration" : milliseconds
    • "do" : [Sub-instructions]

Example

This will display two messages :

  • the first one will be displayed during 5 seconds
  • the second one will be displayed while the cursor will move to each link in this page

{
   "debug":true,
   "do":[
{
 "message":"This message will last 5 seconds",
 "duration":5000,
},
{
 "message":"This message is displayed during the instructions below",
 "do":[
{"for":"$a",
"in":"a",
"do":[
{"goTo":"$a"},
{"wait":500},
]},
],
},
   ]
}

    

© 2009 the Zenith Team.