赞 | 3 |
VIP | 0 |
好人卡 | 39 |
积分 | 1 |
经验 | 101436 |
最后登录 | 2017-9-1 |
在线时间 | 2276 小时 |
Lv1.梦旅人 路人党员
- 梦石
- 0
- 星屑
- 52
- 在线时间
- 2276 小时
- 注册时间
- 2010-12-30
- 帖子
- 3225
|
你没有加入鼠标脚本。。。- #修改………………
- 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
复制代码 这段删掉 |
|