마우스 인터페이스 만들기 - 스케일폼 버전.
Posted by Go crazy for anything that will make you smile.
상위 링크 : http://udn.epicgames.com/Three/DevelopmentKitGemsKR.html 참조 링크 : http://udn.epicgames.com/Three/DevelopmentKitGemsCreatingAMouseInterfaceKR.html 스케일폼이 마우스 위치 변화를 감지하면 새 위치를 언리얼 스크립트로 넘겨준다. 어도비 플래시로 쓴 액션 스크립트. 마우스가 움직이면 커서를 호출한 레이어의 위치를 스케일폼의 마우스 위치로 설정한 다음, 언리얼 스크립트에도 스케일폼의 마우스 위치를 전성혼다. import flash.external.ExternalInterface; // 보통의 "윈도우" 포인터 숨김 Mouse.hide(); var mouseListener:Object =..