gpt4 book ai didi

android - 使用一组图像和声音创建动画

转载 作者:行者123 更新时间:2023-12-03 00:01:44 24 4
gpt4 key购买 nike

我有一组用于动画和声音文件的图像。但我不知道如何创建此动画并在动画背景中播放声音。我也想改变(增加/减少)动画的帧速率以及随着搜索栏变化的声音。请帮忙!!!!

最佳答案

查看以下 2 个教程:

  • How to paint, animate, loop en remove a Sprite
  • How to add sound effect to you game

  • (两者都带有 Eclipse 项目下载)

    评论后添加:-)

    要更改帧率,请检查 Sprite 类的 Initialize:
    public void Initialize(Bitmap bitmap, int height, int width, int fps, int frameCount, boolean loop) {}

    如果你像这样添加一个 Sprite :
    AnimatedSprite a = new AnimatedSprite();
    b = BitmapFactory.decodeStream(res.openRawResource(R.drawable.explosion));
    a.Initialize(b, 120, 160, 24, 20, true);
    ^framerate

    关于android - 使用一组图像和声音创建动画,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5659527/

    24 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com