Tools 34

제플린(Zeplin) 설치 방법

윈도우10 기준 https://zeplin.io/support 플러그인 설치파일 다운로드 https://support.zeplin.io/photoshop-integration/installing-photoshop-plugin-on-windows 1. Download the plugin from here. 파일 다운로드2. io.zeplin.photoshop-plugin.zip 압축 풀기3. C:\Program Files\Adobe\Adobe Photoshop CC 2017\Plug-ins\Generator\4. 경로에 설치파일 복사 https://support.zeplin.io/photoshop-integration/installing-photoshop-plugin-on-windows 1. Downloa..

Tools/Zeplin 2018.06.25

마우스 오른쪽 클릭 메뉴 변경하기 [AS3][Flash]

var my_menu:ContextMenu = new ContextMenu();my_menu.hideBuiltInItems(); var m0 = new ContextMenuItem("처음으로");var m1 = new ContextMenuItem("다음페이지");var m2 = new ContextMenuItem("이전페이지");my_menu.customItems.push(m0);my_menu.customItems.push(m1);my_menu.customItems.push(m2);m0.addEventListener(ContextMenuEvent.MENU_ITEM_SELECT, m0_Click)m1.addEventListener(ContextMenuEvent.MENU_ITEM_SELECT, m1_Clic..

Tools/Flash 2018.06.22