Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var mcarray;
- sus_scroll.onPress=function()
- {
- mcarray=[pict1, pict2];
- for(var i=0; i<2; i++)
- {
- if(mcarray[i]._y-98 < sus_scroll._y)
- {
- mcarray[i]._alpha=0;
- mcarray[i]._y-=98;
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment