Flash
[Flash] AS2 초기설정
OJR
2008. 11. 19. 11:25
MovieClip.prototype.tabEnabled = false;
Button.prototype.tabEnabled = false;
Stage.showMenu = false;
Stage.scaleMode = "noScale";
Stage.align = "TL";
Button.prototype.tabEnabled = false;
Stage.showMenu = false;
Stage.scaleMode = "noScale";
Stage.align = "TL";
입맛에 맞게 첫프레임에 넣어주면 좋다.
MovieClip.prototype.tabEnabled = false;
Button.prototype.tabEnabled = false;
=> tab 키에 따라 노락색테두리가 생기지 않도록한다.
Stage.showMenu = false;
=> 마우스 오른버튼 메뉴제한
Stage.scaleMode = "noScale";
=> swf 사이즈에 따라 크기 고정
Stage.align = "TL";
=>위치 좌상단 고정