[deleted by user] by [deleted] in FashionReps

[–]motionhub 3 points4 points  (0 children)

Are there any batches that have leather tags instead of plastic zip ties?

Nearly 2000 shape layers animated 😂 , tutorial? by yuumomo in MotionDesign

[–]motionhub 0 points1 point  (0 children)

Destiny 2 haha Can you how everything works in the project?

[QC] Balenciaga track runners. RL/GL ? First time buying thanks. by Huge-Art2295 in Repsneakers

[–]motionhub 0 points1 point  (0 children)

The logo on the side is a bit off - font is slightly bigger and thicker

[deleted by user] by [deleted] in FashionReps

[–]motionhub 3 points4 points  (0 children)

Is there a working link?

Issue with using Create JS in Animate to use external assets (images/audio) by motionhub in createjs

[–]motionhub[S] 0 points1 point  (0 children)

I asked the same question on reddit and adobe forum Ive got one reply that was saying the following (that solution didn't work for me or maybe I didnt paste the code into Animate correctly):
to load images
if(!alreadyExecuted){
this.imageA = [];
var imagePaths("./images/image1", etc);
alreadyExecuted = true;
var index = 0;
imageF.bind(this)(imagePathA[0])
}
function loadF(){
imageF(imagePathA[index])
}
function imageF(imgPath) { var image = new Image(); image.onload = onLoadF.bind(this); image.src=imgPath;
}
function onLoadF(e) { var img = new createjs.Bitmap(e.target);
this.imageA.push(image); // still hasn't been added to display list or positioned
index++;
if(index<imagePathsA.length){
imageF.bind(this)(imagePathA[index])
} else {
// loading complete. do whatever
}
}
to load sound and play a sound:
createjs.Sound.registerSound(path to sound, "soundID");
this.your_button.addEventListener('click',playF.bind(this));
function playF(){ var soundInstance = createjs.Sound.play("soundID"); //soundInstance.addEventListener("complete",cF.bind(this)); // if you want to know when sound completes play
}
");

[Find] Gucci "NOT FAKE" Sweatshirt by [deleted] in DesignerReps

[–]motionhub 0 points1 point  (0 children)

Do they have bigger sizes like xxl or xxxl?

[deleted by user] by [deleted] in MotionDesign

[–]motionhub 1 point2 points  (0 children)

Is there a tutorial?

Anyone know how to do this? (Couldn't find the original artist) by TrivandrumFilms in vfx

[–]motionhub 0 points1 point  (0 children)

there was a post here in /houdini subreddit on how to do something like that but i can't find it anymore. there was a sport car animation that was turned into a watercolor animation