var name = "文件名"
var ext = this.videoFileExt();
Graphics.playVideo('movies/' + name + ext);
this.setWaitMode('video');
動畫的
Replace character with one of these:
- $gamePlayer;
- $gameMap.event(ID);
- For "This Event" $gameMap.event(this._eventId)
If you want Followers remember that their IDs starts from 0.
- $gamePlayer._followers._data[id].requestAnimation(1);
For Example:
var character = $gameMap.event(1);
var id = 1;
character.requestAnimation(id);作者: rexuegg123 时间: 2020-2-20 09:33
好,谢谢!作者: rexuegg123 时间: 2020-2-20 09:35