Tutorials

Creating A Lightbulb In Blender

Posted by on Jan 16, 2011 in Tutorials | 0 comments

[Video Coming Soon!]

read more

Blender 3D Tutorials Coming Soon

Posted by on Jan 14, 2011 in Featured, Gallery, Tutorials | 1 comment

Blender 3D Tutorials Coming Soon

I am happy to announce that we will be posting some blender tutorials…

read more

Good Cocos2D Tutorials

Posted by on Mar 26, 2010 in Tutorials | 0 comments

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 more

Pong/Breakout Paddle Cocos2D Tutorial

Posted by on Jan 20, 2010 in Tutorials | 0 comments

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