有没有办法让swf变成这样:
swf
通过AS?
发布于 2012-01-20 05:02:51
我假设你想要的是在屏幕的边上有两个固定的盒子?使用:
fixed1.x = 0; fixed2.x = stage.width - 200;
https://stackoverflow.com/questions/8923794
相似问题