- UID
- 1462
- 积分
- 667
- 帖子
- 77
- 主题
- 13
- 论坛币
- 1091
- 威望
- 2
- EP值
- 447
- MP值
- 0
- 阅读权限
- 50
- 注册时间
- 2013-9-6
- 在线时间
- 141 小时
- 最后登录
- 2024-5-25
|
本帖最后由 Alex 于 2013-9-8 21:09 编辑
thank you
this is my first FX by using TCAX
D files : http://www.speedyshare.com/EXSu9/test-s.zip
I used showjim old script, to start with TCAX - dx, dy = _x, _y
- if _j == 0:
- global infad
- infad = 0
- c1, c3 = "\\1c&HFFFFFF&", "\\3c&HFFFFFF&"
- dur2 = _k * 20 + infad
- line_fx = "\\bord1\\blur2\\3a&H30&"
- text = "{\\an5%s%s\\move(%f1.2,%f1.2,%f1.2,%f1.2)\\fad(%f1.2,0)\\org(%f1.2,%f1.2)%s}%s" % (c1,c3,dx+70,dy,dx,dy,infad/2, dx,dy, line_fx,_txt)
- ass_main(ASS_BUF, SubL(_start - 200 + infad, _start - 8 + infad, 2), '', text)
- text = "{\\an5%s%s\\bord1\\blur2\\3a&H30&\\move(%f1.2,%f1.2,%f1.2,%f1.2)%s}%s" % (c1,c3,dx,dy,dx,dy,line_fx,_txt)=D
- ass_main(ASS_BUF, SubL(_start - 8 + infad, _start + _elapk , 2), '', text)
- infad += 50 / _n
- text = "{\\an5%s%s\\bord1\\blur2\\3a&H30&\\move(%f1.2,%f1.2,%f1.2,%f1.2)\\t(\\fscx150\\fscy150)\\t(\\alpha&H%d&)%s} %s" % (c1,c3,dx, dy, dx ,dy,dur2,line_fx,_txt)
- ass_main(ASS_BUF, SubL(_start + _elapk, _start + _elapk + _k*1.5, 3), '', text)
复制代码 thank you =D |
|