Saturday, January 17, 2015

[Tutorial] Cocos2d-x: Menu, from basic to advanced

Now, let's start. Create a new Project named Menu as follow, using cmd  >cocos new menu -p com.vn.menu -l cpp -d f:android/project After new Project is created, you should run this command >cocos compile -s f:android/project/menu -p win32 This is the first compile, purpose is linking to libraries in Engine. The first time to compile is so long. The next compile will be much faster because we only change some in Class and Resource. Step...

Posted By Live Blog11:21 PM

Tuesday, January 13, 2015

[Tutorial] Ball - Basic Physics in cocos2d-x

Let's start First, create a new project using cmd >cocos new Ball -p com.vn.Ball -l cpp -d E:/android/project Explain a bit, the above command will create a Project named Ball in folder E:/android/project -p com.vn.Ball is the syntax of package. You can change a bit but must have 2 dots (.) like above.  -l cpp: is the choice of C++ -d E:/android/project: is the folder that Project save...

Posted By Live Blog11:39 PM

[Tutorial] Hello cocos2d-x. The first code - Hello World!

Filled under:

A - Create and run Project First, create a new project named HelloWorld using cmd Run/cmd >cocos new HelloWorld -p com.vn.HelloWorld -l cpp - d E:/android/myproject Wait for 5 minutes to create new Project... It's done. Go to new project in the following path E:/android/myproject/helloworld You can see the folder structure as follow: Classes <- The most important, contains cpp or lua upon to your...

Posted By Live Blog6:49 PM

Monday, January 12, 2015

[Tutorial] How to setup Cocos2d - x V3.0 FINAL on Window OS step-by-step, 100% Working

Filled under:

Setup this Engine is really difficult to many one, because of not simple as running only file setup.exe, then Next, Next, finish. It requires system configuration, and setup auxiliaries for running. And running it also works through an editor program (like Visual Studio).  ...

Posted By Live Blog8:31 PM

Sunday, December 1, 2013

Enable design mode HTML page in Visual Studio 2013

By default, in VS version 2013 or later, we can't view html page in design mode as in older version VS. So, now we can enable design mode as following clip...

Posted By Live Blog7:33 PM

Tuesday, November 5, 2013

Make money $$$ for android dev with startapp

It's easy and simple! Now let's begin! First, register a new account here: Register Start App Choose I'm a developer ...

Posted By Live Blog11:15 AM

Sunday, October 6, 2013

Developping Android Apps is simple through simple Demo Apps - Part 22: Draw Shapes

Here's the tutorial how to draw shapes in android [ttaiit.blogspot.c...

Posted By Live Blog3:56 AM

Thursday, October 3, 2013

Developping Android Apps is simple through simple Demo Apps - Part 21: Animate an image

Here's the tutorial how to animate an image [ttaiit.blogspot.c...

Posted By Live Blog1:02 AM

Developping Android Apps is simple through simple Demo Apps - Part 20: Touch & drag to rotate image

Here's the tutorial how to drag with touch event to rotate an image [ttaiit.blogspot.c...

Posted By Live Blog1:00 AM

Developping Android Apps is simple through simple Demo Apps - Part 19: Drag n drop image with touch

Here's the tutorial how to drag and drop an image with touch event [ttaiit.blogspot.c...

Posted By Live Blog12:57 AM

Choose an Android item