Search Results for "press wraithbinder images wraithbinder keyart2.jpg" (4 / 9)

https://wizardfu.com/?p=1364

First of all the rotating switch is really cool. (however, the opened door is on the walls layer you can't walk through it unless you move it to ground2). It's brilliant how you simply use a counter property and don't have to make tons of unique code for each new kind of item. The better touch-ba...

https://wizardfu.com/?p=1456

...If you press the info button when the screen is red just after you die, the game won’t resume when you come back from the info screen. This would be really bad if you are almost at the end and you die and can’t finish the game....

https://wizardfu.com/?p=1496

A problem with the key column: if you open it and press the info button before it finishes descending into the floor, upon return from the info screen the keycolumn is stuck halfway opened, and even another redkey won't open it. If you leave the level and come back, it has disappeared completely. ...

https://wizardfu.com/?p=1497

With the latest level updates I was able to play the whole game and get to the end and defeat the dragon. If you give yourself strength with each experience flame you gain, it's really easy to win. That means the later levels have to be harder, meaning either more enemies, or enemies with more st...

https://wizardfu.com/?p=1822

...I was wondering if there was a way for the sword button action to take place on the down press of the button and not after release of button. I have changed it to a jumping button but wish it would jump on touch....

Reply To: Problem with copying Monster Checker Code https://wizardfu.com/?p=2418

Hi, that sounds like a typical problem with the simulator. Make sure you close down the simulator and then ensure you press the Stop button in Xcode. If you are on Lion, sometimes the sim can get stuck and leave a zombie process that will be your app, left detached by the debugger. You will n...

Count the number of added item in Menu https://wizardfu.com/?p=2575

...When I press start I see that Quexlor counts the number of Keys and Bones, How do I replace the Key or Bone image with my own Item,(which is a food) and get it to display the number of that item collected? Can you give me a code example for a item like ...

Reply To: A* Path Finding Algorithm https://wizardfu.com/?p=2864

For the climbing, I use two booleans: isTouchingLadder and isClimbing. isTouchingLadder gets set in LevelObject class, same way hasContactBelow, hasContactAbove, hasContactToTheSide and hasContactWithObject are set. In the update function for Player, if isTouchingLadder is true, then I start movi...

level won't load app crashes https://wizardfu.com/?p=2924

please help i have one last issue.WHen i press start to load level the app crashes im getting no error: debugger2013-07-17 12:28:06.554 QuexlorLite[1501:c07] main.m: Creating an instance of 'Quexlor' 2013-07-17 12:28:06.684 QuexlorLite[1501:c07] KITApp launch started, iOS version 6.1 2013-07-17...

Cocos2d-X Meta-Project Setup https://wizardfu.com/book/cocos2d-x/project-setup/

...f I open the terminal in the proj.android folder and just write "make" and press enter, i get an error make make: *** No targets specified and no makefile found. Stop. I don't know what to do to have a base project with cocos2d-x and box2d.... I only ne...

Previous Page   Next Page