Guest User

Untitled

a guest
Jul 26th, 2012
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. var mcarray=new Array();
  2. for(var i=1;i<=3;i++)
  3. mcarray.push(_root.cuprins["pictograma"+i]);
  4. sus_scroll.onPress=function()
  5. {
  6.  
  7. for(i=0; i<3; i++)
  8. {
  9. if(mcarray[i]._y-98 < sus_scroll._y)
  10. mcarray[i].alphaTo (0, 2, "linear");
  11. mcarray[i]._y-=98;
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment