kalel
07-05-2005, 03:05 AM
if I want to do an action if a certain movicelip is created or simply exists how would I check on the stage? I tried
if(_root.loginWindow.userBox_cnt['userBox'+users_so.data[i]]._visible=false)
but I think that since the movie clip is not even there the if condition doesnt show true.
if(_root.loginWindow.userBox_cnt['userBox'+users_so.data[i]]._visible=false)
but I think that since the movie clip is not even there the if condition doesnt show true.