jan_flanders

Untitled

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