Skip to main content

Entrypoints

An entrypoint is a function that is the starting point an easel program. An Easel program can have multiple entrypoints, one for each page and one for the game itself. Each time a user navigates to a page or enters the game, a new instance of your Easel program is created, the corresponding entrypoint function is called. Only one entrypoint function will ever be called for a single instance of an Easel program.