Radio Buttons

SmartUI Radio-Button Behavior operation and ACEs.

Radio-button behavior handles the following animations for the Unchecked state:

Radio-buttonbehavior handles the following animations for the Checked state:

Properties

Smart UI Radio Button behavior. Controls the object like a radio button, with values: check, and unchecked. It handles ten diferent sprite animations to match all the states of the object, and can be animated with several built-in animations and easings.

Actions


Set Enabled

Disable/Enable the radio button

Set Index

Sets the sequence index to influence the selection of components.

Set Invisible Component

Sets whether the component should be processed when it's invisible. Opacity is not taken in consideration.It doesn't affect the visibility attribute of the object, you are responsible of turning it visible or invisible when needed.

Set Focusable

Disable/Enable the radio button

Set Focus

Sets the focus on the component, removing the focus from all the components within the same container.

Set Name

Sets the name of the radio button.

Set Check

Toggles the value of the radio button.

Simulate Hover

Trigger the hover event of the plugin, simulating the interaction of the user.

Set Checked Hover Animation

Sets the animation when hovering the radio button

Set Unchecked Hover Animation

Sets the animation when hovering the radio button

Set Hover Time

Sets the animation duration when hovering the radio button

Set Hover Change Factor

Sets the animation when hovering the radio button

Set Hover Function

Sets the animation when hovering the radio button

Set Checked Press Animation

Sets the animation when pressing the radio button

Set Unchecked Press Animation

Sets the animation when pressing the radio button

Set Press Time

Sets the animation duration when pressing the radio button

Set Press Change Factor

Sets the animation when pressing the radio button

Set Press Function

Sets the animation when pressing the radio button

Set Unchecked Animation

Sets the animation when restoring the radio button to its normal unchecked state

Set Checked Animation

Sets the animation when restoring the radio button to its normal checked state

Set Restore Time

Sets the animation duration when restore the radio button to its original state

Set Restore Function

Sets the animation when restoring the radio button

Set Check Disabled Animation

Sets the animation when disabling the radio button

Set Uncheck Disabled Animation

Sets the animation when disabling the radio button

Set Checked Focus Animation

Sets the animation when focusing the radio button. Focus animation overrides the normal animation if the radio button has the focus.

Set Unchecked Focus Animation

Sets the animation when focusing the radio button. Focus animation overrides the normal animation if the radio button has the focus.

Set Focus Time

Sets the animation duration when focusing the radio button

Set Focus Change Factor

Sets the animation when focusing the radio button

Set Focus Function

Sets the animation when focusing the radio button

Conditions


Is Enabled

Returns true if the radio button is enabled

Compare Name

Returns true if the radio button components name equals the parameter

Is Checked

Returns true if the radio button is checked

Is Invisible Component

Returns true if the radio button is configured as an invisible component.

Is Focused

Returns true if the radio button has the focus

Is Hovered

Returns true if the radio button is hovering

Is Pressed

Returns true if the radio button is being pressed

On Focus

Triggered when the radio button gets the focus

On Focus Lost

Triggered when the radio button loses focus

On Selected

Triggered when the radio button is selected.

On Hover

Triggered when the radio button starts hovering

On Hover Lost

Triggered when the radio button ends hovering

On Pressed

Triggered when the radio button started pressing.

On Released

Triggered when the radio button is released.

Expressions


Name

Component name

(c) Pixel Perfect Studio 2024

Last updated