Search Results for "forum topic my first game level wont load" (16 / 103)

http://wizardfu.com/?p=1065

Nat - no worries, if I can help in any way just let me know. I'm back from holiday and will be banging out code first thing tomorrow. @pbacchi - in my current (0.99.5) project I use two spritesheets, one is 1024x1024 for non HD and the other has HD images and is 2048x2048. I determine which one s...

http://wizardfu.com/?p=2034

// // HelloWorldLayer.h // #import "cocos2d.h" @interface HelloWorldHud : CCLayer { CCLabelTTF *label; CCSprite *healthFrame; CCSprite *healthBar; CCLabelTTF *healthAmount; CCSprite* joypad,*joybtn; CGPoint touchPos; float joybtnDistSquared,joybtnAngle; ...

http://wizardfu.com/?p=2174

...NSCoding (& NSEncoder) requires that items are “objects” eg NSNumber, NSDictionary, etc. What you could do is load your integer array into an NSArray in your save method and reload your integer array in your load...

tile problem http://wizardfu.com/?p=2363

I've been playing with the tiled map editor and the RPG engine for about a week now, and ran into a problem today. Until now, I've been using the tile sets that came with the engine, and everything works great. Today I downloaded a new tileset from a website and am running into a problem. What ha...

Reply To: How to add new items? http://wizardfu.com/?p=2478

What simulator or device are you running? Are you running in retina mode? We need to know these things to know what spritesheets it will load. You shouldn't need the line to load objects.plist in Quexlor.m. KITProfile will do that for you if the Apple profile.plist references objects.plist correc...

My easter egg in the Quexlor game… :) http://wizardfu.com/?p=592

Hey, I just wanted to tell you all that I had placed an easter egg in the designing of my level in the Quexlor game... In the upper right of my level there are a group of trees, some are destroyable and some are not... if you destroy all the destroyable ones you are left with the letters, L E O. Th...

http://wizardfu.com/?p=1878

If you start from scratch its worth for tilemap based games. From the 2nd release of this kit, I branched a whole own game with more features than expected once you get into the code of your "own" game. I mean dont look at the pricetag here, if you want to make quick game you can spend more on t...

Build Failed for first build http://wizardfu.com/?p=288

I changed the code as follows: // start a game at level 1 [GameScene newGame:@"leveltest.tmx"]; I added the art file to the appropriate directory under ART, however to start things off I was receiving a problem of "Base SDK Missing" when following this excerpt of the instructions: Next, ...

Reply To: What Kind of Game Do You Want To Make? http://wizardfu.com/?p=2450

Hi Nat, Just completed my first app (utility app) and waiting for it to be approved by Apple. For my next app, I want to learn how to build a game for iOS. Came across your blog "5 Cocos2D iPhone Game Source Code Kits to Revolutionize Your Game Development" by searching google for a good revi...

http://wizardfu.com/?p=876

To solve your challenge, I copied your level, found the groundvari tileset.png , installed them both, and ran the level in the simulator. Now I see what you mean. You can't walk near the pillars. Here's why. The trees tileset has been added as 64x64 tiles, effectively creating a necessity of four...

Previous Page   Next Page