Project1
标题:
图片标题菜单出错!
[打印本页]
作者:
暗夜惊戈
时间:
2011-7-19 15:18
提示:
作者被禁止或删除 内容自动屏蔽
作者:
英顺的马甲
时间:
2011-7-19 15:47
你没有加入鼠标脚本。。。
#修改………………
mouse_x, mouse_y = Mouse.get_mouse_pos
if (mouse_x>125) and (mouse_x<235)and(mouse_y>5)and(mouse_y<60)
if @command_index != 0
$game_system.se_play($data_system.cursor_se)
end
@command_index = 0
end
if (mouse_x>375) and (mouse_x<485)and(mouse_y>5)and(mouse_y<60)
if @command_index != 1
$game_system.se_play($data_system.cursor_se)
end
@command_index = 1
end
if (mouse_x>240) and (mouse_x<360)and(mouse_y>400)and(mouse_y<455)
if @command_index != 2
$game_system.se_play($data_system.cursor_se)
end
@command_index = 2
end
复制代码
这段删掉
欢迎光临 Project1 (https://rpg.blue/)
Powered by Discuz! X3.1