Back To Previous

Sliders

This interaction allows the user to submit their answer by moving a slider to a correct range. The following example uses my "Slider Behavior" & "ReportSliderValue" to give an answer between 1-150. The Parameter dialogue box that is included with the behavior allows you to adjust both your range and the units used, thus allowing you to have the user slide to a preferred ranged such as ranking something on a scale of 1 to 10. This behavior is a

This example also uses a behavior of my own called "CheckSliderAnswer" to query the slider value text field for correctness.

__________________________________________________________

Basically this is an example of the interaction mentioned above without the check answer action. Use this for ranking something.

__________________________________________________________

This interaction uses a slider to dynamically trigger custom images. The slider can interactively control an animation by calling specific frames based on the sliders value. The default is 10 frames and the images you use can be easily selected from the behavior's Parameters Dialogue Box. As always, you can add more frames or even change the action by modifying the script further. The activity uses XXX's Slider Behavior & ReportSliderValue as well as my own "AnimateViaSlider" behavior