Jump to content

Search the Community

Showing results for tags 'spine animation frame'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • HTML5 Game Coding
    • News
    • Game Showcase
    • Facebook Instant Games
    • Web Gaming Standards
    • Coding and Game Design
    • Paid Promotion (Buy Banner)
  • Frameworks
    • Pixi.js
    • Phaser 3
    • Phaser 2
    • Babylon.js
    • Panda 2
    • melonJS
    • Haxe JS
    • Kiwi.js
  • General
    • General Talk
    • GameMonetize
  • Business
    • Collaborations (un-paid)
    • Jobs (Hiring and Freelance)
    • Services Offered
    • Marketplace (Sell Apps, Websites, Games)

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Twitter


Skype


Location


Interests

Found 1 result

  1. I am developing a game that uses spine animations I have successfully managed to get the animations playing either just once or looping as follows: Play once ------------ rabbit.state.setAnimationByName("animation", false); Looping ---------- rabbit.state.setAnimationByName("animation", true); Is there a command to make the animation go back to frame 1. I would like to reset the animation to the first frame once the user clicks on a button. I also need to know when the animation has finished playing - is there any way to add a listener to detect when it reaches the final frame of the animation? If there is a list of all the commands available for Spine animations that would be really helpful. Thanks
×
×
  • Create New...