Skip to content
Nick Pope edited this page Jul 11, 2017 · 5 revisions

How do I create a blank Construal?

In either the starter examples category, or the all construals category, search for blank for a blank presentation template, or empty if you don't want anything at all initially.

Can I make some script run on load?

Yes, you need to put the script or a call to the script in the start script. Use the + menu icon and open a Script View, then choose start. If, for example, you wish to execute the first slide of script then you could add do page1; to the start script.

What language is this similar to?

The closest would be C, or JavaScript without objects. The main control structures are as in C/JavaScript and the when construct is like a JavaScript event handler or the Scratch when block. Dependency with is is closest to a spreadsheet formula.

Can I make a mobile app with this?

Not yet, but there is a mobile version of the site so Construals can be used on a phone or tablet.

Clone this wiki locally