How to use Nuggets
Here we go!
You're this close to being able to play with Nuggets in your project!
Before getting to the heart of the matter, let's take a quick break to explain how the library works: Nuggets is a set of functions written in JavaScript, which are integrated into the HTML content of the Storyline player. Once integrated, these functionalities remain inactive.
Each function is distinguished by its method of initialisation and use:
Initialisation
Each feature requires an appropriate initialisation.
Set up initialisations in the Main Initialisation Trigger of your Storyline project for the features that require it. Ensure that this step is performed here, ensuring that each feature is activated correctly.
For features that are initialised in the project flow, refer to the case by case.
Usage
Explorez les options de personnalisation offertes par chaque fonctionnalité.
Utilisez l'Éditeur JavaScript de Storyline ou définissez des actions spécifiques pour adapter le comportement de chaque fonctionnalité en fonction des besoins particuliers de votre projet.
This section will explain how to initialise each of the functions and how to use them directly or indirectly. It will also show some basic examples.