Part 3: Configure Behaviors
The following interactions can be configured using Behaviors.
- Changing the state of the temperature progress bar by pressing the heater buttons
- Change in playback time value by moving the progress bar for playback music
Music Time
In the Scene Tree panel select the Slider control, which can be found in the Music Group. Now, drag and drop a Forward Value Behavior from the ToolBox into the right side of the Scene Tree panel, while the Slider control is selected.

Select the Forward Value behavior of the Slider in the right side of the Scene Tree panel and configure its TargetNode in the Properties panel. To do this, click the magnifying glass icon next to the TargetNode property, which will open the Choose Item dialog where you can select .../Music/DigitalClock_Time.

Seat heater setting
This section will add some functionality for Seat Heating to the scene. This will affect the IconButtons for increasing and decreasing the Seat Heating Temperature (Icon_Button_- and Icon_Button_+ in both Seat_Right and Seat_Left).
Drag and drop the following behaviors onto all 4 IconButtons:
- Event Handler
- Check Click
- Send Value As Event

Then, set the respective Properties of Send Value as Event. The Value should be decreased (-1.00) when pressing "-" and increased (+1.00) when pressing "+". ChangeValue should be set to Relative all four cases. Configure the ProgressBar of the group in which the respective IconButton is placed. (e.g., an Icon_Button in Seat_Right would set the ProgressBar of Seat_Right.) as TargetNode.

Next, we will add a Forward Value behavior to the ProgressBars of Seat_Right and Seat_Left. Drag and Drop a ForwardValue behavior from the ToolBox onto the ProgressBar. Select the ProgressBar, then select its Forward Value Behavior to view the behavior's Properties in the Properties panel. Configure the TargetNode to the TextValue_Temperature of the respective group. (If it is a ProgressBar of Seat_Right, set the TextValue_Temperature of Seat_Right.)

Boot Player
Click the Play button in the menu bar to run CGI Player.
- Drag a progress bar on Music section then move it. Play time is changed accodinaly to your operation.
- Press either +/- buttons in Seat heater section then its progress bar and the value are changed accodinaly to your operation.
