...for the rat AI is the code similar to the spidar AI? r the only files enemy.h and enemy.m?...
Search Results for "forum topic rat ai" (1 / 9)
Hi Jake, just to clarify the new rat AI would look something like this being added to the Enemies.m file (since Nat already declared Rat in the .h file) Code: @implementation Rat -(id)init { return [super initWith:@"rat" life:8.0f strength:2.0f dexterity:2.0f scale:0.5f]; } -(vo...
...Why isn’t it possible to search in the forum ?...
...Forum...
Solving a Z-Ordering Issue The square containing our hero sprite covers the rock above... ...A possible solution causes the background to bleed through... ...Ahhh. Fixed! Cocos2D is quite a complete 2D game engine and it is always growing. However, what do you do when it just can...
...When you make a new creature you can set the scaling at the end of this line (Rat used as example): @implementation Rat -(id)init { return [super initWith:@”rat” life:10.0f strength:3.0f dexterity:2.0f scale...
...Click on the Blog tab above and there is a search box at the top....
...Thanks stmaddox...
...Couldn’t find an “edit” button on my initial post so please excuse the multiple topics however I did review the topic on the forum already “http://www.wizardfu.com/forum/topic/sc...
...Here’s a couple posts regarding iPhone development on a Windows machine: http://www.wizardfu.com/forum/topic/developing-on-pc http://www.wizardfu.com/forum/topic/using-this-kit-on-a-windows-machine...