Skin Sources
From Garden Gnome Software
In the actions section of the Actions/Modifiers tab in the Skin Editor, you'll find a column called Sources with a pop-up menu. These sources represent the triggers that cause the actions. For the list of actions, see this article. For a list of examples using Sources and Actions, see this document.
Contents |
None
This is the default. When it is chosen, there will be no action.
Mouse Click
Use this source to trigger an action when an element is clicked on.
Pressed
The action will be triggered when an element is clicked and pressed (with the mouse button).
Mouse Over
Use this source to trigger an action when the mouse pointer hovers over the interactive element.
Mouse Down
This source represent the down action of a mouse click (when the user briefly presses down on the mouse).
Mouse Up
This source is the return action of the mouse click - when a user lifts their finger back up finishing the mouse click.
Mouse Enter
This source will trigger an action when the mouse pointer enters an interactive area.
Mouse Leave
This is the opposite trigger of mouse enter. It will trigger an action when the mouse pointer leaves an interactive area.
Init
Use this source to initiate an action when the skin is first loaded. For example, you can use this to move elements within the skin to their starting positions.
Loaded
Use this source to trigger an action once the target has been loaded. This may be useful for toggling auto rotation or hiding a loading bar.
Reload
Use this source to load an element again. This is useful for showing loading bars for every panorama in a tour. The reload will occur before the panorama is loaded.
Enter Full Screen
Use this source to create an action once the panorama goes to full screen mode.
Exit Full Screen
Use this source to create an action once the panorama leaves full screen mode.