设为首页收藏本站|繁體中文

Project1

 找回密码
 注册会员
搜索
楼主: 趙雲
打印 上一主题 下一主题

申请VX区版主

 关闭 [复制链接]

Lv3.寻梦者 (暗夜天使)

名侦探小柯

梦石
0
星屑
3299
在线时间
3619 小时
注册时间
2006-9-6
帖子
37400

开拓者贵宾第3届短篇游戏大赛主流游戏组亚军第5届短篇游戏比赛亚军

41
发表于 2008-2-3 23:44:21 | 只看该作者
以下引用逐月于2008-2-1 22:45:59的发言: 好啊,帮忙改一下,图片血槽脚本,帮忙改成VX用的。 <<_END_ ☆图片SP、HP的描画 V1.5 by 逐月 _END_ #描画HP槽 def HP (actor,x,y) @bitmap3 = Bitmap.new("Graphics/Pictures/血槽/底") @src_rect3 = Rect.new(0,0,@bitmap3.width, @bitmap3.height) self.contents.blt(x,y, @bitmap3, @src_rect3) #HP显示 @bitmap3 = Bitmap.new("Graphics/Pictures/血槽/hp") w3 = @bitmap3.width * actor.hp/actor.maxhp @src_rect3 = Rect.new(0,0,w3, @bitmap3.height) self.contents.blt(x+4,y+2, @bitmap3, @src_rect3) end #描画SP槽 def SP (actor,x,y) @bitmap1 = Bitmap.new("Graphics/Pictures/血槽/底") @src_rect1 = Rect.new(0,0,@bitmap1.width, @bitmap1.height) self.contents.blt(x,y, @bitmap1, @src_rect1) #SP显示 @bitmap1 = Bitmap.new("Graphics/Pictures/血槽/sp") w1 = @bitmap1.width * actor.sp/actor.maxsp @src_rect1 = Rect.new(0,0,w1, @bitmap1.height) self.contents.blt(x+4,y+2, @bitmap1, @src_rect1) end #描画exp槽 def exp (actor,x,y) @bitmap4 = Bitmap.new("Graphics/Pictures/血槽/底") @src_rect4 = Rect.new(0,0,@bitmap4.width, @bitmap4.height) self.contents.blt(x,y, @bitmap4, @src_rect4) #exp显示 @bitmap4 = Bitmap.new("Graphics/Pictures/血槽/exp") w4 = @bitmap4.width * actor.exp/actor.next_exp @src_rect4 = Rect.new(0,0,w4, @bitmap4.height) self.contents.blt(x+4,y+2, @bitmap4, @src_rect4) end
给S大叔改不就好了~
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册会员

本版积分规则

拿上你的纸笔,建造一个属于你的梦想世界,加入吧。
 注册会员
找回密码

站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作

GMT+8, 2024-11-16 09:55

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表