這是10年的
視頻?
T642844op
展開
|
|
學(xué)習(xí)達人
|
yuyong0912
展開
|
學(xué)習(xí)達人
|
yuyong0912
展開
|
學(xué)習(xí)達人
|
yuyong0912
展開
|
學(xué)習(xí)達人
|
yuyong0912
展開
|
學(xué)習(xí)達人
|
yuyong0912
展開
Radius = effect("Radius")("Slider");
Speed = effect("Speed")("Slider");
RotationOffset = effect("Rotation Offset")("Angle");
center = [this_comp.width/2,this_comp.height/2,0];
radius = 200;
angle = time * Speed + RotationOffset;
x = Radius * Math.cos(degreesToRadians(angle));
y = Radius * Math.sin(degreesToRadians(angle));
add(center, [x,y,0]);[燈泡] |
承擔(dān)因您的行為而導(dǎo)致的法律責(zé)任,
本站有權(quán)保留或刪除有爭議評論。
參與本評論即表明您已經(jīng)閱讀并接受
上述條款。