Project1
标题:
求显示图片+人物头像对话框脚本
[打印本页]
作者:
awyb3110
时间:
2010-7-30 02:34
标题:
求显示图片+人物头像对话框脚本
就是可以用事件显示图片+人物头像组成的对话框.有没有相应脚本?
人物头像和窗口位置可以用脚本来改的,就是底图图片不知道代码怎么搞.
最关键的是对话框必须随事件移动而移动,所以非要脚本.高人快来帮帮忙.研究好了几天
作者:
小角色
时间:
2010-7-30 08:17
搜索[FUKI对话]
作者:
awyb3110
时间:
2010-7-30 09:24
#--------------------------------------------------------------------------
# ○ 设置呼出对话框
#--------------------------------------------------------------------------
def set_fukidasi(x, y, width, height)
# $mes_id 为空的时候,不显示呼出对话框
if $mes_id == nil or $mes_id == ""
del_fukidasi
reset_window
else
# 不显示暂停标志
self.pause = false
# 取得对话框位置
pos = get_fuki_pos(width, height)
x = pos[0]
y = pos[1]
skin = FUKI::FUKI_SKIN_NAME != "" ? FUKI::FUKI_SKIN_NAME : $game_system.windowskin_name
# 生成呼出对话框
self.windowskin = RPG::Cache.windowskin(skin)
self.x = x
self.y = y
self.height = height
self.width = width
self.contents.dispose
self.contents = Bitmap.new(width - 32, height - 32)
self.back_opacity = FUKI::FUKI_OPACITY
self.contents.clear
self.contents.font.color = normal_color
self.contents.font.size = FUKI::MES_FONT_SIZE
应该就在这里改了,要怎么像头像一样生成图象并且设置在主对话框内.脚本高手帮我写一样..
作者:
520520
时间:
2010-7-30 12:46
提示:
作者被禁止或删除 内容自动屏蔽
欢迎光临 Project1 (https://rpg.blue/)
Powered by Discuz! X3.1