Edited by sp0173d_24, 12 April 2006 - 03:54 AM.
hi another question folks....
Started by sp0173d_24, Apr 12 2006 03:53 AM
2 replies to this topic
#1
Posted 12 April 2006 - 03:53 AM
is there any possible to disabled the movie clip ??rather to unload it..??because even i load 2nd mc in my main mc that has a button is still clickable.. what should i do??
#2
Posted 12 April 2006 - 04:54 AM
yourMC._visible = false; //hides the movieclip
yourMC.enabled = false; //disables button, but stays visible on stage
cool?
Edited by funkysoul, 12 April 2006 - 04:54 AM.
#3
Posted 12 April 2006 - 05:09 AM
thanks a lot mentor
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
