Guest User

Untitled

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