Search Results for "forum topic i am having trouble with the fight animation stoping my character" (2 / 49)

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

Yes that helps a lot. I pulled my stuff out of GameState.m and put it into Level.m, for me the BOOL wasn't a necessity, I just needed to trust the methods to do their business once things kicked off. Another eureka was that doors and switches behave identically when they receive the command to ch...

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

In the kit, 'standing' is a 'frame' as opposed to an 'animation'. So the easiest way i think would be to leave 'standing' in tact, and make a new animation. If you want a standing animation, have a look in your character's profile.plist, under the animations section. Copy and paste one of the a...

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

This is a copy paste from the other thread... In the kit, 'standing' is a 'frame' as opposed to an 'animation'. So the easiest way i think would be to leave 'standing' in tact, and make a new animation. If you want a standing animation, have a look in your character's profile.plist, under the a...

Custom character profile memory problem http://wizardfu.com/?p=280

I changed the character profile class to allow passing more character parameters through the xxxx profile.plist. In my example, each character has a text message that appears above him. This worked fine in the first level. But when the hero warps to another level, the game crashes when it attempt...

CCZSprite and HudLevelSprite, Two Cocos2D Extensions You Need to Know About http://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...

Search on forum http://wizardfu.com/?p=2815

...Why isn’t it possible to search in the forum ?...

Forum http://wizardfu.com/forum/

...Forum...

Animation Speed Question http://wizardfu.com/?p=2515

I have what I think is a simple question. Where in the RPG Engine code can you change the speed that the various animations play, in particular, the player's walking animation. My big accomplishment over the weekend was replacing the barbarian sprite with my own, including all animations. The o...

Multiple Player Characters? http://wizardfu.com/?p=2379

Hi there, I am new here, having just invested in the RPG game kit. I have spent a day or so reading through the sources anD browsing the forum to get a good overview of what it is all about. I am new to Objective-C and Cocos2d as a framework, but my job entails a lot of scripting in shell and ...

AI: What Cocos2D Cannot Do http://wizardfu.com/blog/ai-what-cocos2d-cannot-do/

The secrets of making 2D RPG enemy AI divulged? Yep. Right here. In this post we will talk about how the Troll Boss AI was developed for our free iPhone game. The game is an RPG co-developed with our community and will be released on the App Store in March, 2011. Creating Artificial Intelli...

Previous Page   Next Page