你可能会喜欢
how to use: AVProporcao(target, width, height)
aires = AVProporcao(mc, Stage.width, Stage.height); mc._width = aires.width; mc._height = aires.height;
see below the function that will be used to do this:
function AVProporcao(t,w,h){l=t._width;a=t._height;r=Math.max(l/w,a/h);nl=l/r;na=a/r;return {width:nl,height:na};}
After a long time without putting anything here, I bring a very simple way to duplicate columns.
let the variables needed for customization: n is the number of columns; q equals the number of items to be duplicated;
if you want to give spaces between them do the following, modify these lines, leaving them thus b._x=(b._width+10)*c;b._y=(b._height+10)*l;
Below is the code to duplicate columns How to use: add a movieclip to instantiate mc, and put this code in the frame that meets the mc
n=5;l=c=0;q=20;for(j=0;j<q;j++){b=mc.duplicateMovieClip("mc"+j,j);if(c==n){l++;c=0;}b._x=b._width*c;b._y=b._height*l;c++;}mc.unloadMovie();
this.createTextField("t",1,0,0,100,100); with(this.t){html=true;htmlText="<a href='asfunction:trace,@simplescript'>Click here!</a>";}
Cool News Readers for Your Website http://cg5zq.th8.us
Using the example:put on stage a movieclip with the instance of btn.
c=0;btn.onPress=function(){c++;if(c==1){setTimeout(function(){c=0;},250);trace("Single Click");}else if(c==2){c=0;trace("Double Click");}};
United States 趋势
- 1. Bills 116K posts
- 2. Jonathan Taylor 21K posts
- 3. Jaxson Dart 5,480 posts
- 4. Falcons 31.5K posts
- 5. Colts 52.8K posts
- 6. Dolphins 20.7K posts
- 7. Henderson 8,368 posts
- 8. Browns 24.3K posts
- 9. Diggs 7,446 posts
- 10. Kyle Williams 5,648 posts
- 11. Josh Allen 5,177 posts
- 12. Joe Brady 1,960 posts
- 13. Daniel Jones 10.1K posts
- 14. Penix 11K posts
- 15. Drake Maye 7,188 posts
- 16. Justin Fields 1,922 posts
- 17. Parker Washington 2,824 posts
- 18. Dillon Gabriel 1,664 posts
- 19. #Bears 3,518 posts
- 20. #NYGiants 2,234 posts
Something went wrong.
Something went wrong.