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

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

Sounds great! All the things I didn't like have been addressed. I'll play through it soon to test everything once again. I noticed that on the levels with the whirlwind, you sometimes get taken to a place that you never anticipated in the level design. For example, on the level with the dragon, i...

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

Hi, Figured it out. Added a method (setPosit) in the LevelObject which takes a CGPoint to get the monster's position. Added this code to create a Spider: // create a class name from capitalized type property Class c = NSClassFromString(@"Spider"); // create the object Level ...

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

Hey, sorry, havin trouble following all that right now... Let me describe how the switches work in Quexlor LoF: 1. Each Switch object has a counter variable which is initialized from the TMX level in the setProperties method: counter = [[props objectForKey:@"counter"] copy]; 2. Th...

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

...GUYS, I’m trying to change the level to my level like in the book example, but I keep getting this message 2011-07-04 01:41:57.740 Quexlor[5523:207] cocos2d: Couldn’t add image:HornetFInal/All_Sprites/Level/...

Reply To: Some question from a beginner http://wizardfu.com/?p=2320

Hi Nat, I tried this code: CCAnimation* anim = [profile animationForKey:kAnimationKeyDefault]; [sprite setDisplayFrame:[anim.frames objectAtIndex:([anim.frames count] - 1)]]; [sprite runAction:[CCAnimate actionWithAnimation:[profile animationForKey:kAnimationKeyDefault] restoreOriginalFrame:...

Reply To: Bigger silhouette during gameplay http://wizardfu.com/?p=2457

Ok, more progress tonight. I learnt a new objective-c function which makes my life easier, especially with matching strings, so I can now bring the effect in depending on the type of level I am in vis: NSString* currentLevel = [self attributeForKey:kAttributeCurrentLevel]; // KITLog(@...

Dealloc issues with Warp App freezes http://wizardfu.com/?p=2683

...When I warp into another level, the app freezes on that level all I see on the console is dealloc for everything…what could be causing this? 2012-08-19 15:23:33.713 QuexlorLite[8454:207] GameLayer dealloc 2012-08...

Platformer game (is book worth it?) http://wizardfu.com/?p=312

I am looking to make a platformer game like mario and was wondering would this book fit my purpose. I understand that there is a lot of code provided for you but i am hoping to make the game from scratch in cocos2d with my own sprites and hopefully use this book as a guide to make my own platformer...

iPhone Game Kit 3.3.23 Dev Release. Quexlor FINAL build http://wizardfu.com/?p=426

Congratulations to everyone who helped out with the community project! The game is DONE. Yay. While it is going through the App Store approval process, I thought I'd release the final code so you guys can check it out. Grab it now because I will soon be taking the dev release down and incorporati...

My Game Just Launched http://wizardfu.com/?p=433

Hi everyone I participated in phase 1 of the community project but then i got too busy launching this game to help out with phase 2 My game just launched I built it using by teffen Itterheim (i hope nat doesnt mind the plug) I plan on building with Nat's game kit someday too my site http://...

Previous Page   Next Page