Nat, or other experts, I noticed that in Quexlor, the level update method is scheduled for 30fps but gets a delta parameter that�s 0.15s - about 6fps. I would have expected this to be called up to 30 times per sec and therefore to have a much lower delta value of around 0.03. Am I missing somethin...
Search Results for "forum topic my first game level wont load" (13 / 103)
I downloaded your level and ran a test. The Assertation error says: The level file 'level1mod2.tmx' must exist in resources This means all you have to do is add level1mod2.tmx to your XCode project by opening the project and expanding the folder on the left called "levels", and drag the file in...
What I meant by "non-code" was that I didn't hard code the warp items on any particular level - I simply made them look for a property of "up level" and if its there, and has a value of 1, then go to the transition scene between the levels - if its not there, it just goes to the next level... I set...
...The new 6.0 RPG engine doesn’t have Categories.m any more. Did you mean KITCategories.m? That’s just a bunch of helpful, handy methods which extend basic classes....
...I must have been in the wrong version. Thanks....
Well instead of an introduction, I decided to make a sign object that when the player attacks it a screen comes up with the message. I copied most of the Character menu stuff. I also used the sign profile to keep the lines of the different messages. I still use the CCLabelBMFont. Is there a go...
Nice! CCLabelBMFont is nice to use because it's faster than the TTF version. You can change alignment by using the anchor point and the setAnchorPoint method. For example, (0, 0.5) will left-align, (1, 0.5) will right align, (0.5, 0.5) will center (the default). Changing the color is as easy as t...
...Thanks. I figured out how to set the color. Good guide here http://cloford.com/resources/colours/500col.htm Figured out that centralize (0,0) means the center of screen. I can’t figure the newline. I read where you put in your string \n but it won’t work. An...
...Post your code?...
Put some screen captures on Google+ account relating to this visible only to you. https://plus.google.com/u/0/photos/106679493636422768886/albums/5818988831673248017?authkey=CJLM8vvkgI7X6wE I have tried a couple of ways. I basically copied your code from characterMenu and took out what wa...