Project1
标题:
把这个录象里的事件提取出来
[打印本页]
作者:
☆流星☆~~~
时间:
2009-4-25 20:03
提示:
作者被禁止或删除 内容自动屏蔽
作者:
tommay
时间:
2009-4-25 20:08
先是 $t= 1
然后循环
$game_screen.pictures[50].show(
"W (#{$t})", 1, 320,240, 200, 200, 30,
1)
$t += 1
等待1帧
当$t = N时 跳出循环
[LINE]1,#dddddd[/LINE]
这一句的解释:
$game_screen.pictures[number].show(name, origin, x, y, zoom_x, zoom_y, opacity, blend_type)
origin 参考点 0为左上 1为中心
zoom_x,zoom_y x方向 y方向的放大率,100为不缩放
opacity 不透明度 255为完全不透明
blend_type 合成方式 0为普通,1为加法,2为减法 [LINE]1,#dddddd[/LINE]
系统信息:本贴由楼主认可为正确答案,66RPG感谢您的热情解答~
欢迎光临 Project1 (https://rpg.blue/)
Powered by Discuz! X3.1