Android: tween animation of a bitmap

前端 未结 4 609
醉话见心
醉话见心 2020-12-11 17:40

My app implements its own sprites by calling the following in my view\'s onDraw() method:

  canvas.drawBitmap(sprite.getBitmap(), sprite.getX(),         


        
4条回答
  •  北海茫月
    2020-12-11 18:27

    You could draw and animate your explosion in Adobe Flash, export the sprite images using swfSheet or similar and then use Frame animation

提交回复
热议问题