امر فلا ش جميل بس انتو غيروا محتوياته معلومات
alias _flash {
if ($window(@_flash)) { window -ra @_flash | return }
window -BCdhk0op +b @_flash 0 0 200 200
drawfill @_flash 5 5 0 0
; قم بتغيير الثلاثة أسطر التالية لتطابق معلوماتك الخاصة
%_f1 = nesta
%_f2 = Script
%_f3 = v1.0
; السطر التالي يحتوي على حجم الخط
%_fsize = 44
; تحذير: لا تقم بتغيير السطر التالي
%_fx = 300
.timer_flash -m 0 100 _fl_draw
}
alias _fl_draw {
if (!$window(@_flash)) { return }
dec %_fx 2
if (%_fx <= 0) {
.timer_flash off
window -c @_flash
}
if (%_fx >= 110) {
drawtext @_flash 5 "Times New Roman" %_fsize $calc(%_fx - 98) 20 %_f1
drawtext @_flash 0 "Times New Roman" %_fsize $calc(%_fx - 100) 20 %_f1
}
if (%_fx >= 62) {
drawtext @_flash 5 "Times New Roman" %_fsize $calc(%_fx - 48) 80 %_f2
drawtext @_flash 0 "Times New Roman" %_fsize $calc(%_fx - 50) 80 %_f2
}
if (%_fx >= 14) {
drawtext @_flash 5 "Times New Roman" %_fsize $calc(%_fx + 2) 140 %_f3
drawtext @_flash 0 "Times New Roman" %_fsize %_fx 140 %_f3
}
}
on *:START:{ _flash }
-
alias _flash {
if ($window(@_flash)) { window -ra @_flash | return }
window -BCdhk0op +b @_flash 0 0 200 200
drawfill @_flash 5 5 0 0
; قم بتغيير الثلاثة أسطر التالية لتطابق معلوماتك الخاصة
%_f1 = nesta
%_f2 = Script
%_f3 = v1.0
; السطر التالي يحتوي على حجم الخط
%_fsize = 44
; تحذير: لا تقم بتغيير السطر التالي
%_fx = 300
.timer_flash -m 0 100 _fl_draw
}
alias _fl_draw {
if (!$window(@_flash)) { return }
dec %_fx 2
if (%_fx <= 0) {
.timer_flash off
window -c @_flash
}
if (%_fx >= 110) {
drawtext @_flash 5 "Times New Roman" %_fsize $calc(%_fx - 98) 20 %_f1
drawtext @_flash 0 "Times New Roman" %_fsize $calc(%_fx - 100) 20 %_f1
}
if (%_fx >= 62) {
drawtext @_flash 5 "Times New Roman" %_fsize $calc(%_fx - 48) 80 %_f2
drawtext @_flash 0 "Times New Roman" %_fsize $calc(%_fx - 50) 80 %_f2
}
if (%_fx >= 14) {
drawtext @_flash 5 "Times New Roman" %_fsize $calc(%_fx + 2) 140 %_f3
drawtext @_flash 0 "Times New Roman" %_fsize %_fx 140 %_f3
}
}
on *:START:{ _flash }
-
تعليق