Hi,
I am creating instance of the NumericStepper component dynamically.
like this..
attachMovie("NumericStepper", "stepper1" ,1,{_x:0,_y:0})
attachMovie("NumericStepper", "stepper2" ,1,{_x:50,_y:50})
However only stepper2 is being displayed, and stepper1 will be gone soon as I
create stepper2.
Can anyone tell me why ?
pythonluv - 31 Jan 2006 18:12 GMT
fixed.
I guess the movieclip cannot be inserted into same depth.
setting into different depth worked