Project1

标题: 脚本术语 [打印本页]

作者: 黑米馒头    时间: 2014-8-12 14:36
标题: 脚本术语
下面的脚本如何改成当行走图的名字中有☆的时候显示成下面这样
  1. [line]  def c4
  2.       case rand(5)
  3.    when 0
  4.      move_upper_left   #向左上移动
  5.      @direction = 8
  6.    when 1
  7.      move_upper_right  #向右上移动
  8.      @direction = 6
  9.    when 2
  10.      move_lower_left   #向左下移动
  11.      @direction = 4   
  12.    when 3
  13.      move_lower_right  #向右下移动
  14.      @direction = 2
  15.    when 4
  16.      @stop_count = 0
  17.    end
  18. end[/line]
复制代码





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