Giter VIP home page Giter VIP logo

Comments (4)

u0u0 avatar u0u0 commented on August 30, 2024

请进群交流。

from quick-cocos2dx-community.

teilala avatar teilala commented on August 30, 2024

是指qq嗎?
申請不過,可以回答我怎麼播放動畫就好了嗎?
給個範例就好了,謝謝

from quick-cocos2dx-community.

u0u0 avatar u0u0 commented on August 30, 2024

动画使用原生action系统,transition你玩去可以移植过去使用。

local frames = display.newFrames("grossini_dance_%02d.png", 1, 14)
local animation = display.newAnimation(frames, 0.2)
local animate = cc.Animate:create(animation)
local sprite1 = display.newSprite("#grossini_dance_01.png")
    :center()
    :addTo(self)
    :runAction(animate)

3.6支持64位,需要自行移植一下库和编译配置。

from quick-cocos2dx-community.

teilala avatar teilala commented on August 30, 2024

感謝大大~
3.6支持64位,需要自行移植一下库和编译配置。
這個有可以參考的文章嗎?
感激不盡

from quick-cocos2dx-community.

Related Issues (20)

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.