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...
Search Results for "forum topic my first game level wont load" (24 / 103)
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 ...
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...
...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/...
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:...
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(@...
...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...
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...
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...
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://...