Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的应用程序中,有一个场景,当用户触摸吃按钮时,我希望我的糖果开始从顶部消失。具体来说,在每次单击按钮时,我想从顶部删除 10% 的糖果图像。有什么帮助吗?
您可以使用垂直方向的进度条。在每次点击时,设置进度精灵的百分比。它将被可视化为
或者你可以用另一种方式制作多张糖果图像,每张图像比前一张少 10%。然后按下按钮,将图像替换为小 10% 的图像。
问候,杜希扬特。