thankyou very much...
strange stuation. and sometimes I think that Flash takes times from my
"Manno Bult" <removethis.manno@xs4all.nl> wrote in message
news:egnlce$7da$1@forums.macromedia.com...
> The function (in contrast to the method) removeMovieClip(target:Object)
> still should work (not even deprecated yet :). It's in the Global
> Functions section.
> However, from the helpfiles removeMovieClip() topic:
> -----------------------------------------------------
> Note: If you are using version 2 components, do not use this method. If
> you place a version 2 component either on the Stage or in the Library, the
> getNextHighestDepth() method can sometimes return depth 1048676, which is
> outside the valid range. If you are using version 2 components, you should
> always use the version 2 components DepthManager class.
>
> Note: If you are using version 2 components, and use
> MovieClip.getNextHighestDepth() instead of the version 2 components
> DepthManager class to assign depth values, you may find that
> removeMovieClip() fails silently. When any version 2 component is used,
> the DepthManager class automatically reserves the highest (1048575) and
> lowest (-16383) available depths for cursors and tooltips. A subsequent
> call to getNextHighestDepth() returns 1048576, which is outside the valid
> range. The removeMovieClip() method fails silently if it encounters a
> depth value outside the valid range. If you must use getNextHighestDepth()
> with version 2 components, you can use swapDepths() to assign a valid
> depth value or use MovieClip.unloadMovie() to remove the contents of the
> movie clip. Alternatively, you can use the DepthManager class to assign
> depth values within the valid range.
> ------------------------------------------------------
>
> It made me bang my head against anything hard for a while not too long
> ago...
>
> Look for the DepthManager Class in the components dept. of the helpfiles.
>
> Manno
>
> Burak Delice wrote:
>> thankyou for reponses,
>> I had tried to use mc.removeMovieClip(). but this not worked.
>> strange problem. and yes, if I give a spesific number for depth,
>> removeClip can remove mc. but, i have to use getNextHighestDepth();
>>
>> regards
>> Burak
>>
www.delizade.com >>
>> "S4Potential" <webforumsuser@macromedia.com> wrote in message
>> news:egm3em$a09$1@forums.macromedia.com...
>>> coldMiner is right, removeMovieClip() doesn't take parameters.
>>>
>>> Try with the full path if used within another movieclip:
>>> _root.mc1.removeMovieClip();
>>
>>
>
> --
> ----------
> Manno Bult
> manno@xs4all.nl