Guest User

problem

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