• More information in the
Creator Tools documentation
Examples
on init
load_performance_view(“performanceView”)
end on
on ui_control ($testButton)
if ($testButton = 0)
set_control_par(get_ui_id($testSlider), $CONTROL_PAR_HIDE, $HIDE_PART_WHOLE_CONTROL)
else
set_control_par(get_ui_id($testSlider), $CONTROL_PAR_HIDE, $HIDE_PART_NOTHING)
end if
end on
Loads a performance view file and then defines some basic behavior involving two of the con-
tained controls
Do'stlaringiz bilan baham: