PDA

View Full Version : Hiding


Stoked
03-08-2003, 12:07 AM
What is the code to hide a symbol?

annexion
03-08-2003, 12:26 AM
_visible=false;

or

_alpha=0;

Good luck.

CyanBlue
03-08-2003, 02:04 AM
or move it to off stage area by changing the _x or _y property of the movieclip or button...

boyzdynasty
03-10-2003, 04:37 PM
if you were to delete it, can you get it back?

let's say I have an MC in my library that i set its linkage property to export for script....something like that *can't remember of the top of my head but it's not the option where you export to first frame*

anyways...i can still get it back even when I had delete the MC?

lbower
03-10-2003, 04:59 PM
boyzdynasty,

I'm not sure I'm understanding your question. Are you asking that if you use, say, attachMovie() and then later use removeMovieClip(), can you get the movie back? If that is your question, then the answer is yes because all you've done is remove an instance of the movieclip from the stage.