Search Results for "forum users leathalChicken" (2 / 11)

https://wizardfu.com/?p=1033

I always look at these three lines and they usually give me an answer. '*** Assertion failure in -[CCDirectorDisplayLink setDepthBufferFormat:], /Users/suneetagupta/Documents/shapes/libs/cocos2d/Platforms/iOS/CCDirectorIOS.m:209 2010-12-26 14:12:41.316 shapes[548:207] *** Terminating app due...

CCZSprite and HudLevelSprite, Two Cocos2D Extensions You Need to Know About https://wizardfu.com/blog/cczsprite-and-hudlevelsprite-two-cocos2d-extensions-you-need-to-know-about/

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...

Cocos2D Community Game, Developer’s Diary, Part Two https://wizardfu.com/blog/cocos2d-community-game-developers-diary-part-2/

Well, first off, a whopping thank you to all the active participants involved in our community Cocos2D game. We've blazed through this week, ended up with amazing progress, and are right on track to release our free RPG game in March. Development Releases We started compiling eve...

Your Favorite Game of All Time? https://wizardfu.com/?p=156

Welcome to your iPhone Game Kit forum, where creators of iPhone / iPad games share insight, code, links, tricks, graphics, and, of course, dating advice. :) If you want an avatar, sign up for Gravatar , apply it to the email address you used for this forum, and your avatar will magically appear....

https://wizardfu.com/?p=1055

Hi Nat, Here's a link to the main website: http://www.imbaentertainment.com/ If you click on Shadows Call on the top left you'll get to more details. There is an update currently awaiting approval that adds save/continue to the game, based on code you posted on the Cocos2d forum. (that's ho...

https://wizardfu.com/?p=1327

I think the fix for the random crash introduced some new errors. Forest01 and forest02.tmx do not load because there is a problem with experience and jumping fish. *** Assertion failure in -[Experience getLevel], /Users/justin.stahlman/Desktop/Dropbox/Programming/iOS4/iPhone Game Kit 3.3.5/Quex...

Game AI https://wizardfu.com/?p=282

So is each of the enemies in the Community game going to have different movement or are there going to be three different types. One enemy type, like the skeleton and spider, that moves toward the player and then attacks the player head on. Then one type that goes toward the player but attacks at a...

Devil AI https://wizardfu.com/?p=311

ok so I am making the Devil teleport around the player here is his movement what do you think. -(void) walk:(ccTime)delta { // only if not attacking if(![self isAttacking]) { static int timeRun=0; Player* player = [self getPlayer]; if(timeRun <2) timeRun++; // wake up? else ...

https://wizardfu.com/?p=1031

...It is saying that it can’t find paper-background.png so check your Resources folder and see if you spelled it wrong or if it is not there add it....

https://wizardfu.com/?p=1230

leathalChicken, I like it! That's a great start. I've got a butterfly teleporting around the player. :) Here's a few suggestions on how it could be better. 1. Can you make it extremely easy to re-use by other enemies? For example, try making it a mood and then modifying the updateSeek method of...

Previous Page   Next Page