Launch another World
These functions allow you embed in your run a pretty 'launch button' to run Worlds,
like the launch buttons used on the main Ancient Brain site.
The 'button' is a small World image, hover makes it zoom, and click starts a run.
These functions return the HTML code needed to make the 'button'.
You then put this HTML code somewhere in the run page.
You can of course do your own launch of another World,
including with just a simple hyperlink.
AB.launchWorld ( worldid, worldtitle ); // returns HTML string
AB.launchWorldMind ( worldid, worldtitle, mindid, mindtitle ); // returns HTML string
- JS code search of all Worlds for use of AB.launchWorld.
- Here is an example:
Flickr World 210 runs ♦ 0 likes
By
Starter user Created: 12 Aug 2018
Modified: 17 Sep 2023
Demo of "Web page" API. Just use JS to make a web page. This page gets images from Flickr using ...