Project1

标题: 图片标题菜单出错! [打印本页]

作者: 暗夜惊戈    时间: 2011-7-19 15:18
提示: 作者被禁止或删除 内容自动屏蔽
作者: 英顺的马甲    时间: 2011-7-19 15:47
你没有加入鼠标脚本。。。
  1.   #修改………………
  2.     mouse_x, mouse_y = Mouse.get_mouse_pos
  3.     if (mouse_x>125) and (mouse_x<235)and(mouse_y>5)and(mouse_y<60)
  4.      if @command_index != 0
  5.      $game_system.se_play($data_system.cursor_se)
  6.      end
  7.      @command_index = 0
  8.     end
  9.     if (mouse_x>375) and (mouse_x<485)and(mouse_y>5)and(mouse_y<60)
  10.      if @command_index != 1
  11.       $game_system.se_play($data_system.cursor_se)
  12.      end
  13.      @command_index = 1
  14.     end
  15.     if (mouse_x>240) and (mouse_x<360)and(mouse_y>400)and(mouse_y<455)
  16.      if @command_index != 2
  17.       $game_system.se_play($data_system.cursor_se)
  18.      end
  19.      @command_index = 2
  20.     end
复制代码
这段删掉




欢迎光临 Project1 (https://rpg.blue/) Powered by Discuz! X3.1