Tutorials
Blender 3D Tutorials Coming Soon
I am happy to announce that we will be posting some blender tutorials…
read moreGood Cocos2D Tutorials
Hello everyone! There a very few actual video tutorials on cocos2d and I have a youtube account with over 20 videos about cocos2d including tutorials tip and things like that. If you are new to cocos2d and want to learn basics with an actual video tutorial to teach you how to do stuff, then I suggest you go check out my channel. I post videos regularly, so there should be something new almost always for you to learn/check out. If you have a video tutorial that you want made, please comment or PM me so I can know what you want made. Link to...
read morePong/Breakout Paddle Cocos2D Tutorial
Someone on the cocos2D-iphone forum needed a tutorial for a accelerometer pong/breakout paddle so here you go… 1.First make sure you have cocos2d 0.8.2 for this tutorial and create a new cocos2d iphone app, you can call it anything, I’ll call it PongPaddle 2.Delete the HelloWorldScene files 3.Create a new Objective-C file that subclasses a NSObject and name it PongPaddleScene.m and include the .h file aswell… 4.In PongPaddleAppDelegate.m change the #import “HelloWorldScene.h” to #import...
read more