jan_flanders

Untitled

Jul 26th, 2012
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var mcarray;
  2. sus_scroll.onPress=function()
  3. {
  4.     mcarray=[pict1, pict2];
  5.     for(var i=0; i<2; i++)
  6.     {
  7.         if(mcarray[i]._y-98 < sus_scroll._y)
  8.         {
  9.             mcarray[i]._alpha=0;
  10.             mcarray[i]._y-=98
  11.         }
  12.     }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment