- UID
 - 44
 - 积分
 - 961
 - 帖子
 - 145
 - 主题
 - 3
 - 论坛币
 - 1865 
 - 威望
 - 4 
 - EP值
 - 726 
 - MP值
 - 35 
 - 阅读权限
 - 150
 - 注册时间
 - 2011-8-9
 - 在线时间
 - 29 小时
 - 最后登录
 - 2016-7-4
  
 
 
 
   
 | 
 -             space = 16
 
  
-             x1 = SYL_POS_LEV - SYL_FON_WID / 2
 
 -             y1 = SYL_POS_VER - SYL_FON_HEI / 2
 
 -             x2 = x1
 
 -             y2 = SYL_POS_VER + SYL_FON_HEI / 2
 
 -             x3 = SYL_POS_LEV + SYL_FON_WID / 2
 
 -             y3 = y2
 
 -             x4 = x3
 
 -             y4 = y1
 
  
-             if CON_SYL_KAR%4 == 0:
 
 -                 x_1 = x2
 
 -                 y_1 = y2
 
 -                 x_2 = x4
 
 -                 y_2 = y4
 
 -                 
 
 -             if CON_SYL_KAR%4 == 2:
 
 -                 x_1 = x1
 
 -                 y_1 = y1
 
 -                 x_2 = x3
 
 -                 y_2 = y3
 
  
-             fx = x1 - space
 
  
-             fy = (y_2-y_1)/(x_2-x_1)*(fx-x_1)+y_1
 
  
-             _x1 = fx
 
 -             _y1 = fy
 
 -             _x2 = 2*SYL_POS_LEV-_x1
 
 -             _y2 = _y1
 
 -             _x3 = _x2
 
 -             _y3 = 2*SYL_POS_VER-_y1
 
 -             _x4 = _x1
 
 -             _y4 = _y3
 
  
-             clip_piont = ['m', str(round(_x1)), str(round(_y1)),
 
 -                           'l', str(round(_x2)), str(round(_y2)),
 
 -                                str(round(_x3)), str(round(_y3))]
 
 -             iclip_piont = ['m', str(round(_x1)), str(round(_y1)),
 
 -                            'l', str(round(_x4)), str(round(_y4)),
 
 -                                 str(round(_x3)), str(round(_y3))]
 
 -             
 
 -             _clip  = ' '.join(clip_piont)
 
 -             _iclip = ' '.join(iclip_piont)            
 
  
-             distance = 4
 
 -             
 
 -             dy = SYL_POS_VER + distance
 
 -             dx = (x_2-x_1)/(y_2-y_1)*(dy-y_1)+x_1
 
  
-             mx1 = SYL_POS_LEV
 
 -             my1 = SYL_POS_VER
 
 -             mx2 = dx
 
 -             my2 = dy
 
  
-             t1 = kc
 
 -             t2 = t1 + SYL_KAR_VAL*10
 
 -             kc = t2
 
  
-             if CON_SYL_KAR%4 == 0:
 
 -                 fx1 = pos(SYL_POS_LEV,SYL_POS_VER)+clip(_clip)+fad(0,300)
 
 -                 fx2 = move(mx1,my1,mx2,my2,t2,t2+300)+clip(_iclip)+fad(0,300)
 
 -                 lay1 = 0
 
 -                 lay2 = 2
 
 -                 
 
 -             if CON_SYL_KAR%4 == 2:
 
 -                 fx1 = move(mx1,my1,mx2,my2,t2,t2+300)+clip(_clip)+fad(0,300)
 
 -                 fx2 = pos(SYL_POS_LEV,SYL_POS_VER)+clip(_iclip)+fad(0,300)
 
 -                 lay1 = 2
 
 -                 lay2 = 0
 
  
-             c = random_color()#100,255,100,255,100,255)
 
  
-             val_lay_num = lay1
 
 -             syl_str_tim = LIN_STR_TIM
 
 -             syl_end_tim = SYL_END_TIM+30           
 
 -             val_ass_tag = an(5)+blur(2)+be(2)+fx1
 
 -             syl_scr_val = SYL_SCR_VAL
 
  
-             LIS_LIN_EVE = eve_line(val_lay_num, syl_str_tim, syl_end_tim, val_sty_nam, val_ass_tag, syl_scr_val, GER_SYL_SCR)
 
 -                         
 
 -             val_lay_num = lay2         
 
 -             val_ass_tag = an(5)+blur(2)+be(2)+fx2
 
 -             syl_scr_val = SYL_SCR_VAL
 
  
-             LIS_LIN_EVE = eve_line(val_lay_num, syl_str_tim, syl_end_tim, val_sty_nam, val_ass_tag, syl_scr_val, GER_SYL_SCR)
 
  
-             dx1 = x1 - space
 
 -             dy1 = y1
 
 -             dx2 = x3 + space
 
 -             dy2 = y3
 
  
-             if CON_SYL_KAR%4 == 0:
 
 -                 dmx1 = round(x2-space, 5)
 
 -                 dmy1 = round(y2, 5)
 
 -                 dmx2 = round(x4+space, 5)
 
 -                 dmy2 = round(y4, 5)
 
 -             if CON_SYL_KAR%4 == 2:
 
 -                 dmx1 = round(x1-space, 5)
 
 -                 dmy1 = round(y1, 5)
 
 -                 dmx2 = round(x3+space, 5)
 
 -                 dmy2 = round(y3, 5)
 
 -                 
 
 -             dfr = round(math.atan((dmy2-dmy1)/(dmx2-dmx1))*180/math.pi, 5)
 
 -             
 
 -             val_lay_num = 1
 
 -             syl_str_tim = SYL_STR_TIM
 
 -             syl_end_tim = SYL_END_TIM+30           
 
 -             val_ass_tag = an(7)+p(1)+move(dmx1,dmy1,dmx2,dmy2,0,SYL_KAR_VAL*10)+c1('3F5579')+c3('FFFFFF')\
 
 -                           +clip(dx1,dy1,dx2,dy2)+be(2)+blur(2)+fr(-dfr)+fad(0,300)+a1(50)
 
 -             syl_scr_val = 'm 0 0 b -9 8 -17 13 -23 14 b -27 15 -33 16 -36 16 b -37 16 -37 15 -37 14 b -35 13 -35 12 -34 9 b -26 8 -26 4 -36 4 l -500 4 l -500 -4 l -36 -4 b -26 -4 -26 -8 -34 -9 b -35 -13 -35 -14 -37 -14 b -37 -15 -37 -16 -36 -16 b -33 -16 -27 -15 -23 -14 b -17 -13 -9 -8 0 0'
 
  
-             ass_clip = move_vector(syl_scr_val,40,0)
 
 -             
 
 -             LIS_LIN_EVE = eve_line(val_lay_num, syl_str_tim, syl_end_tim, val_sty_nam, val_ass_tag, ass_clip, GER_SYL_SCR)
 
  复制代码 |   
 
- 
1
查看全部评分 
 
- 
 
 
  
 |