jr_manabat
10-27-2008, 06:47 AM
I'm creating custom component that has parameters which are dependent on the other parameters it have.
example
my component has parameters
- movement (values: vertical, horizontal)
- speed
- transition
- easing
the speed, transition, easing are only customizable when the movement is vertical, else I want to disable it or even hide it..
example
my component has parameters
- movement (values: vertical, horizontal)
- speed
- transition
- easing
the speed, transition, easing are only customizable when the movement is vertical, else I want to disable it or even hide it..