Dev_Mobile/개발팁 (1) 썸네일형 리스트형 [개발팁] 쿼터뷰맵 현재마우스가 위치한곳의 타일 찾기 맵툴에서 마우스 커서 올렸을 때 충돌체크 하여 마우스가 위치한 타일인덱스 x,y찾기 첨엔 귀찮아서 걍 사각형으로 충돌체크 했다가 민원 들어오길래 후후 고쳐본.. Converting from isometric The only interesting question in this chapter is how to convert mouse coordinates from the screen to the tiles so we know which tile player has clicked. As you might remember from the previous chapter, we used: game.xmouse=Math.round((_root._xmouse-game.tileW/2)/game.tileW); game.y.. 이전 1 다음