Giter VIP home page Giter VIP logo

Comments (5)

danielgronlund avatar danielgronlund commented on August 13, 2024

The FancyJoystick class it self is actually compatible with v3.1. But in v3.1, to make it work, you need to add the joystick object as a child to a regular CCNode since there is no need for CCSpriteBatchNode in v3.1.

from fancy-schmancy-joystick.

Sandbird avatar Sandbird commented on August 13, 2024

hmm, yeah thats what i did, but it didnt load the joystick..just the spritesheet, and put it onscreen.
I guess i am doing it wrong then...but how can i load the object when it was :
_batch = [CCSpriteBatchNode batchNodeWithFile:@"joystick.png"];
[self addChild:_batch];
do you mean something like this ? :
CCNode *joyst = [FancyJoystick alloc] init];
[self addchild: joyst]; //in my main scene.

(sorry not in front of a mac to test it...cant wait till tomorrow lol)

from fancy-schmancy-joystick.

danielgronlund avatar danielgronlund commented on August 13, 2024

Yes, either replace the CCSpriteBatchNode with a CCNode or add the joystick to self and it should work.

from fancy-schmancy-joystick.

Sandbird avatar Sandbird commented on August 13, 2024

Yup that fixed it. Made a ccnode and add the _joystick as its child. Now they are happy playing in the backyard :P
Thanks, and thanks for this lovely joystick :)

from fancy-schmancy-joystick.

danielgronlund avatar danielgronlund commented on August 13, 2024

Glad you like it, let me know if you publish any app that uses it!

from fancy-schmancy-joystick.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.