| 赞 | 28  | 
 
| VIP | 0 | 
 
| 好人卡 | 0 | 
 
| 积分 | 77 | 
 
| 经验 | 0 | 
 
| 最后登录 | 2025-11-4 | 
 
| 在线时间 | 1422 小时 | 
 
 
 
 
 
Lv4.逐梦者 
	- 梦石
 - 0 
 
        - 星屑
 - 7673 
 
        - 在线时间
 - 1422 小时
 
        - 注册时间
 - 2018-12-16
 
        - 帖子
 - 1984
 
 
 
 | 
	
 本帖最后由 play337 于 2020-2-17 21:59 编辑  
 
影片的 
 
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); |   
 
 
 
 |