| 
 
| 赞 | 0 |  
| VIP | 0 |  
| 好人卡 | 2 |  
| 积分 | 1 |  
| 经验 | 6478 |  
| 最后登录 | 2021-9-12 |  
| 在线时间 | 108 小时 |  
 Lv1.梦旅人 
	梦石0 星屑144 在线时间108 小时注册时间2015-10-18帖子38 | 
| 
我自定义了一个人物状态场景
x
加入我们,或者,欢迎回来。您需要 登录 才可以下载或查看,没有帐号?注册会员  想让说明以图片的形式来表示
 代码这样写的
 
 Scene_Status.prototype.StatusShuomingPicture = function() {
 this._ShuomingPicture = new Sprite(Bitmap.load("img/player/Shuoming" + $gameVariables.value(100) + ".png"));
 this._ShuomingPicture.move(Graphics.boxWidth/3, 72);
 this.addChild(this._ShuomingPicture);
 }
 
 
 但是明没有显示 图片  为什么??
 | 
 |