じ☆ve冰风 发表于 2026-7-25 11:06:06

Cancel Sound Effect

  Cancel Sound Effect : v - 1.0


  Creator : Chaucer



  Introduction :


        So, in short rpg maker MV allows you cancel sound effects already, but rpg maker MV also allows you to play more than one sound effect at a time, and if you want to cancel just a specific sound effect, without effecting the others that are currently playing, you can't the default stop sound effect will cancel all sound effects playing, this plugin will allow you to stop a specific sound effect without affecting the others being played.


  Features:


[*]Stop a specific sound effect without cancelling all sound effects.



  How to Use:
        The instructions are inside the plugins help file, as always, but I'll explain here as well. just create a script call in an event, or wherever you're planning to use it, with the following code inside.
         


AudioManager.stopSeAt('name')


        just replace name with the name of the sound effect you want to cancel out.


Plugin:


https://www.dropbox.com/s/wgxytohbw0sa4sf/CancelSound.js?dl=0


  Terms:


        Free for commercial and non-commercial use, just don't forget to credit.
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7


本贴来自国际rpgmaker官方论坛作者:chaucer处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/cancel-sound-effect.59114/
页: [1]
查看完整版本: Cancel Sound Effect