![]() |
|
||||||||||
|
|||||
|
Цитата:
stage.scaleMode = StageScaleMode.NO_SCALE; stage.align = StageAlign.TOP_LEFT; stage.addEventListener(Event.RESIZE, stage_resizeHandler); function stage_resizeHandler(event:Event):void { ttl.x = 0; ttl.y = 0; ttc.x = (stage.stageWidth - ttc.width) / 2; ttc.y = 0; ttr.x = stage.stageWidth - ttr.width; ttr.y = 0; ccl.x = 0; ccl.y = (stage.stageHeight - ccl.height) / 2; } |
![]() |
Часовой пояс GMT +4, время: 09:11. |
|
|
« Предыдущая тема | Следующая тема » |
|
|