|
Embed Overlay APIs
Available for Studio & SitePal
|
|
The following functions have been designed to address opening and closing characters that have been placed on a page using the Embed Overlay version of our code.
To open an scene that has been closed or embedded as closed:
- Call overlayOpen('max',2) to open the talking character and have it speak according to playback settings overlayOpen('max',2)
- Call overlayOpen('max',1) to open the talking character and have it talk immediately overlayOpen('max',1)
- Call overlayOpen('max',0) to open the scene and have it not speak overlayOpen('max',0)
- Call overlayOpen('min') to open the thumbnail version of the scene overlayOpen('min')
To close a scene:
|
Back to Previous Page
|