Construct Tutorials
Learn game development and animations with Construct
-
다운로드 크기를 줄이는 팁
프로젝트의 다운로드 크기를 가능한 한 작게 만드는 몇 가지 요령들이 있습니다. 여기 몇 가지 옵션들을 봅시다. 기본적으로, Construct 2는 우리가 원래 import한 이미지의 포맷과는 상관없이 모든 걸 PNG-32로 export합니다. 하지만 256색 이하의 모든 이미지는 자동적...
-
-
-
Crosswalk를 이용해 안드로이드로 내보내기(export)
Crosswalk(크로스워크)는 사실상 안드로이드용 Google Chrome 브라우저가 앱의 포장지로 변모한 것입니다. 실제 브라우저에 기반해 있기 때문에 Web GL, Web Audio, WebRTC 멀티플레이어 등 Chrome의 모든 기능들을 지원합니다. Crosswalk는 안드로이...
-
NW.js를 이용해 데스크탑 앱으로 내보내기(export)
Construct2는 NW.Js 를 이용해 프로젝트를 전통적인 데스크탑 앱으로 내보낼 수 있습니다. 이는 기본적으로 Google Chrome의 독립실행(standalone) 버전입니다. 다시 말해 프로젝트를 크롬에서 돌리는 것과 매우 유사하지만, 유저의 컴퓨터에 크롬이 미리 깔려있지 않...
-
2.5D Forward Flying Space Shooter
This example is yet again another 2.5D example. Just one of those things I made within a couple minutes after coming up with a neat idea. You're welcome to use...
-
Arrays - Simulate LIFO or FIFO
After reading the article from hielo777 "10 Mins with Construct 2: Arrays and Text Boxes" and getting confused by what the manual says about arrays I decided to...
-
-