jan_flanders

Untitled

Aug 5th, 2012
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function checkVisibility():Boolean
  2. {
  3.     for(var i=1; i<10; i++)
  4.         if(this["mc"+i].visible)
  5.             return true;
  6.     return false;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment