Jump to content

Sprite does not show the first frame


Tubilok
 Share

Recommended Posts

Why when I add an animation the sprite does not show the first frame?

this.game.load.spritesheet('loading', 'loading.png', 10, 161);this.loading = this.game.add.sprite(179, 22, 'loading');this.loading.animations.add('loading', [1, 2], 10, true); // Loading sprite show me the frame 1 when I do not call playthis.loading.frame = 0; // I have to do this to put the frame 0
Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...