Project1

标题: 鼠标脚本战斗位置 [打印本页]

作者: superfishman    时间: 2008-5-27 20:50
提示: 作者被禁止或删除 内容自动屏蔽
作者: superfishman    时间: 2008-6-3 02:58
提示: 作者被禁止或删除 内容自动屏蔽
作者: superfishman    时间: 2008-6-9 03:13
提示: 作者被禁止或删除 内容自动屏蔽
作者: hitlerson    时间: 2008-6-9 03:31
@mx, @my = Mouse.get_mouse_pos
if @mx > @x0 and @mx < @x0 + 34*@pic.size and
   @my > @y0 and @my < @y0+34
  for i in [email protected]
    if @mx > @x0 + i*34 and @mx < @x0 + (i+1)*34
      mouse_select = false
      @index = i
      break
    end
  end
  @index = -1 if mouse_select
end


如此云云  ,大概就是这样了{/tp}
作者: superfishman    时间: 2008-6-11 03:40
提示: 作者被禁止或删除 内容自动屏蔽
作者: hitlerson    时间: 2008-6-11 03:42
昏过去,我的350分啊~~~~~~~~~~




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