Change animation
Change the current animation sequence of an <Image> object.
- Object name - Scene object. (Must be <Image>)
- Animation - New animation sequence.
Change state
Change the current state of a <Set> object.
- Object name - Scene object. (Must be <Set>)
- State - New state.
Set text
Change the content of a text object.
- Object name - Scene object. (Must be <Text> or <SystemText>)
- Text - New text.
Change visibility
Show or hide an object.
- Object name - Scene object.
- Visibility - Show or hide.
- Time - If this is greater than zero, the OnShow/OnHide event of the object will be called for that amount of time (in seconds).
- Wait until finished - If checked, the next action won't be triggered until the time is up.
Show object at ...
Show an object at a predetermined position.
- Object name - Scene object. (Must be <Image>)
- Where - Left, Center or Right.
- Mirror - Mirror the object.
- Time - If this is greater than zero, the OnShow/OnHide event of the object will be called for that amount of time (in seconds).
- Wait until finished - If checked, the next action won't be triggered until the time is up.
Fade object
Fade an object in or out.
- Object name - Scene object.
- Fade - In or out?
- Time - Length of fade in seconds. (Does not call OnShow/OnHide)
- Slide - Sliding direction.
- Slide distance - Length of slide.
Move object
Move an object from one position to another.
- Object name - Scene object.
- Position - Destination.
- Time - Movement length in seconds.
- Smooth stop - Slow down before stopping?