I am new to Cocos2d and I am making a game with a SneakyJoystick and a SneakyButton. The SneakyJoystick works fine, it moves the sprite character around the screen. But the SneakyButton is a problem. How do I implement shooting another sprite from the characters position when the SneakyButton is pressed? Do I modify the SneakyButton.h and SneakyButton.m? Or do I recreate the code in the HelloWorldLayer.h and HelloWorldLayer.m? This is extremely confusing and please remember that I am using a SneakyButton, not a button that I programmed myself. Thanks!!!
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
No, you don't have to modify the code. You just include the SneakyInput code in your project. Then import the SneakyButton headers in your class. Create the instance of SneakyButton and add it to your layer. Then you can just query the state of button if it is pressed or not. Its very simple, just follow this tutorial from link below, http://www.qcmat.com/sneakyinput-joystick-dpad-and-buttons-for-cocos2d/ |
|||||||||
|