วันจันทร์, มิถุนายน 1, 2026
YouTube player

Scriptที่ใช้นะครับ มี 2ตัว

//Script ตัวที่ 1  ขยายSize Shape ตามText Layer
txt = thisComp.layer(index – 1);
rect = txt.sourceRectAtTime(time, false);

padding = 40;

w = rect.width + padding * 2;
h = rect.height + padding * 2;

[w, h]

//Script ตัวที่ 2 ล็อคคำที่ต้องการ
n = Math.round(effect(“Slider Control”)(“Slider”));

words = [
“มานี”,”มานะ”,”ปิติ”,”ชูใจ”,”เจ้าโต”,
“โนบิตะ”,”ชิซูกะ”,”ใจแอ้นท์”,”โดเรมี”,”โดราเอม่อน”,”ซึเนโอะ”
];

if (n >= 0 && n < words.length){
words[n];
}

เพจติดตามข่าวสาร https://www.facebook.com/gfxskill

สำหรับปรึกษาพูดคุย ไปกลุ่มโมชั่นเตาะแตะ  https://www.facebook.com/groups/1088487593461883

0 Comments

Leave a Comment