Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CreateMovie: last param optional #6

Open
krofna opened this issue Dec 13, 2014 · 0 comments
Open

CreateMovie: last param optional #6

krofna opened this issue Dec 13, 2014 · 0 comments

Comments

@krofna
Copy link
Member

krofna commented Dec 13, 2014

And seems to vary. GCLX:
..CreateMovieSPvol
function CreateMovieSPvol("ナット名", 描画優先度, X座標, Y座標, ループ, αチャンネル, "イメージデータ",$音量)
{
//コンフィグのseと音量を同期、ムービー再生中のse音量変更には対応してない
$mv_vol=#SYSTEM_sound_volume_se*$音量/1000;
CreateMovie("ナット名", 描画優先度, X座標, Y座標, ループ, αチャンネル, "イメージデータ",$mv_vol);
SetAlias("ナット名", "ナット名");
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant