How can I get rid of the symbols

Hello
I used this code to place a symbol on the canvas as a framework for support:
this.attachMovie ("symPanda8", "choice1d", this.getNextHighestDepth (), {_height, _x:217, _y:230, _width:150:151.4});})

so, how can I get rid of it when I'm done with it? I tried a blank Keyframe again in the next section and tried choice1d.visible = false; but they don't seem to work, the only way that I can't get rid of it is by setting the alpha to zero and disable it! but I don't want to do it somewhere else, would prefer that he just go!

would be grateful for your suggestions!

Thank you

Hello addybombaddy,

> Hi,.
> I used this code to place a symbol on the canvas as a framework
> load:
> this.attachMovie ("symPanda8", "choice1d", this.getNextHighestDepth (),)
> {_x:217,
> _y:230, _width:150, _height:151.4});
> How can I get rid of it when I'm done with it? I tried
> a new blank key frame in the following image and we tried
> choice1d.visible = false; but they do seem to work, the only way I
> may seem to get rid of is by setting the alpha to zero and
> Turn it off! but I don't want to do it somewhere else, would prefer that he
> Just go!
>
> would be grateful for any suggestions!
>
> Thank you

Try:

removeMovieClip (this.choice1d);

or if you need clean the holder of all:

for (var I in this) {}
If (typeof (i) == "movieclip") removeMovieClip (this );
}

Tags: Adobe Animate

Similar Questions

Maybe you are looking for

  • My Windows Hotmail doesn't showan attachment when I write an e-mail.

    When I go to Hotmail from Firefox, I can't attach anything my email because the site does not show the attachment line. However, when I go on Safari, the line of weed is on my Hotmail emails. Help!

  • TDM excel automation

    Hey there, I have a script that creates *. TOC files. The annoying part is that I have to right click on the file to be converted with the TDM EXCEL ADD INN and save it under the same name as the created every time *. TOC file. So, I tried to apply i

  • MAPI error when you import or export messages in Outlook Express

    If I try to import messages into Outlook Express, I get the following error message: Messages cannot be imported from the MAPI client. Year error has occurred. If I try to export messages from Outlook Express, I get the following error message: The e

  • tables of fixed size in FPGA compilation error - how to implement a waveform control in an FPGA?

    Hello After being stuck for two days, please let me briefly describe my project and the problem: I want to use the cRIO FPGA for iterative control of waveforms. I want to capture a full period of the waveform, subtracting a reference waveform period

  • FileSystemJournalListener; am I crazy or what?

    Pretty well dug in the demo, I can't get this type of work. The order of events (I think?) is supposed to be: (1) manufacturer of the screen load. (2) class form has a private member of the FileExplorerDemoJournalListener class that implements FileSy