Actions Examples
From Garden Gnome Software
(Redirected from Skin - Actions Examples)
All examples are added to skin elements
- To enable a full screen toggle button:
- Source = Mouse Click; Action = Toggle Full Screen
- To show a loading bar in each panorama in tour, assign this action to the loading bar element (or container):
- Source = Reload; Action = Show Element; Target = $self
- To move an element to a specific coordinate, for instance an existing element (perhaps an element represent a location), once the skin is loaded (as you might do with a radar element in a tour map), add this set of instructions to the element:
- Source = Init; Action = Set Element Position; Offset = $self; Target = the other element.