#--------------------------------------------------------------------------
# ● 鼠标指针精灵
#--------------------------------------------------------------------------
def creat_mouse_sprite
@mouse_sprite = Sprite.new
magi_dragon = rand(2)+1
if magi_dragon = 1
@mouse_sprite.bitmap = Bitmap.new('Graphics/System/Cursor')
end
if magi_dragon = 2
@mouse_sprite.bitmap = Bitmap.new('Graphics/System/Cursor2')
end
@mouse_sprite.z = 9999
Show_Cursor.call(0)
end
#--------------------------------------------------------------------------
# ● 鼠标指针精灵
#--------------------------------------------------------------------------
def creat_mouse_sprite
@mouse_sprite = Sprite.new
magi_dragon = rand(2)+1
if magi_dragon = 1
@mouse_sprite.bitmap = Bitmap.new('Graphics/System/Cursor')
end
if magi_dragon = 2
@mouse_sprite.bitmap = Bitmap.new('Graphics/System/Cursor2')
end
@mouse_sprite.z = 9999
Show_Cursor.call(0)
end