/ Published in: Other
Expand |
Embed | Plain Text
Stage.align = "TL"; Stage.scaleMode="noScale"; Stage.addListener(this); this.onResize = function() { /* リサイズ時の処理〜〜*/ head_shadow_mc._width = Stage.width; underwhiteline_mc._width = Stage.width; movie_mc._x = Stage.width/2 - movie_mc._width/2; scroll_mc._x = Stage.width/2 - scroll_mc.mask_mc._width/2; }; this.onResize();
You need to login to post a comment.
