Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Making a close window button 1

Status
Not open for further replies.

Firehawk734

Technical User
Jan 22, 2002
155
US
Whats the code to close out a (movie clip) window?
 
what do you mean exactly Regards
David Byng
spider.gif

davidbyng@hotmail.com
 
CHILDREN!!!!!


Anyways, for instance, if a button is clicked, and a window displays to some information, I want to have an X box at the top right sorta like a browser does, and when u click that button, it closes the window.

See the info section.
 
thats it?? So whats the exact code???

on (press) {
_visible = 0;
}

???????
 
Craziness! An no sense of humour whatsoever!
Shhhhhhhhhhhhhhhhhheseeesssssssssshh!

_level0.mc_instance_name._visible = false;

Regards,

oldman3.gif
 
to close the flashplayer you could also use this:

on (release) {
fscommand("quit");
}


c ya

firegambler
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top