HOME | DD

AlexRedfish — Water Splash Making Process by-nc-nd

Published: 2014-05-05 20:39:48 +0000 UTC; Views: 16633; Favourites: 552; Downloads: 0
Redirect to original
Description Behind the back - Water Splash

You can watch the video right here: vimeo.com/94062465
You can find the source .fla file here: goo.gl/yoVKRN

I used Adobe Flash Professional CC for this one.

More 'Behind the back' videos:
   
Related content
Comments: 38

Eaglexcel [2018-10-07 14:36:49 +0000 UTC]

This is amazing! Thanks fopr sharing. I got to learn a lot from this video.

👍: 0 ⏩: 0

YuriNoir [2016-07-20 09:45:02 +0000 UTC]

thank you for sharing this!

Where did you learn the logic behind those animations? everything looks so convincing and natural..you really know how the "material" would behave!

Did you just tried until you suceeded or is there any way to study the logic behind it?

cheers!

👍: 0 ⏩: 1

grimold In reply to YuriNoir [2017-11-14 02:35:22 +0000 UTC]

I think you can learn by watching how the things move in real life.

👍: 0 ⏩: 0

Jay-Wildcat [2015-03-18 18:21:16 +0000 UTC]

So pretty  

👍: 0 ⏩: 0

GolliatTaillog [2014-08-04 06:39:11 +0000 UTC]

Looks like a Disney effect pal...

👍: 0 ⏩: 0

Arcturian627 [2014-07-24 08:18:07 +0000 UTC]

Thank you soo much for making the video it really helped a lot!!!  

👍: 0 ⏩: 1

AlexRedfish In reply to Arcturian627 [2014-08-03 21:31:32 +0000 UTC]

Glad you like it

👍: 0 ⏩: 0

BonzlyDoo [2014-07-14 00:06:07 +0000 UTC]

Thank you for making the flash file available for download!
I study animation and this is such a good way to learn

👍: 0 ⏩: 0

Heart0fTheStorm [2014-05-30 18:26:04 +0000 UTC]

Source .fla
For latest version of flash D:
Well luckily I can just pause the swf above so I don't really need the .fla. You should consider adding basic arrow controls to your swfs so people can go through your swfs frame by frame more easily.
If you just copy-paste this as3 onto the first frame it should work:

var isPausedoolean=Boolean(0);
stage.addEventListener(KeyboardEvent.KEY_DOWN,keyPressed);
function keyPressed (e:KeyboardEvent) :void {
if (e.keyCode == 37) { //key [left] 37
isPaused = true;
prevFrame();
}else if(e.keyCode == 39){ //key [right] 39
isPaused = true;
nextFrame();
}else if(e.keyCode == 32){ //key [space] 32
if (isPaused == true){
play();
isPaused = false;
}else{
stop();
isPaused = true;
}
}
}
//keep in mind that for movieclips to pause you have to pause them individually, I could help you with that if you want

👍: 0 ⏩: 1

Heart0fTheStorm In reply to Heart0fTheStorm [2014-05-30 18:27:56 +0000 UTC]

that "bucktooth" emoticon is supposed to be a : and a B with no spaces.

👍: 0 ⏩: 0

mimosa2 [2014-05-21 17:00:07 +0000 UTC]

really well done !

👍: 0 ⏩: 0

Zalogon [2014-05-11 19:45:18 +0000 UTC]

Thank you for sharing the .fla! By the way, have you considered switching to toon boom? It has better workflow than flash in my opinion.

👍: 0 ⏩: 1

AlexRedfish In reply to Zalogon [2014-05-26 17:20:23 +0000 UTC]

You are welcome!

I've tried it once or twice, it was hard to figure out how it works. I guess I should try it one more time someday.

👍: 0 ⏩: 0

ShyArt85 [2014-05-10 18:42:46 +0000 UTC]

Awesome, are you planing to make any more process videos?

👍: 0 ⏩: 1

AlexRedfish In reply to ShyArt85 [2014-05-11 10:31:43 +0000 UTC]

Thanks! Yes The next one will be about lightning. Stay tuned

👍: 0 ⏩: 1

ShyArt85 In reply to AlexRedfish [2014-05-11 14:55:01 +0000 UTC]

Awesome can't wait!!!

👍: 0 ⏩: 0

KateRezonate [2014-05-08 07:10:59 +0000 UTC]

просмотрела от начала до конца - отличное чувство представления движения объектов @_@ очень круто сделано
и омг,такие шикарные треки
з.ы. наткнулась на ваше интервью,пока изучала  статьи по флешу - оказалось приятно,что уже давно слежу за работой такого спеца :3

👍: 0 ⏩: 1

AlexRedfish In reply to KateRezonate [2014-05-11 10:31:10 +0000 UTC]

Большое спасибо, что следите

👍: 0 ⏩: 1

KateRezonate In reply to AlexRedfish [2014-05-12 08:11:52 +0000 UTC]

:3

👍: 0 ⏩: 0

BeanieHatter [2014-05-06 18:24:48 +0000 UTC]

Very cool. How much time did it take?

👍: 0 ⏩: 1

AlexRedfish In reply to BeanieHatter [2014-05-07 15:24:18 +0000 UTC]

Thanks! About 3 - 3 and a half hours.

👍: 0 ⏩: 0

ruffscorp [2014-05-06 17:21:41 +0000 UTC]

it's quite awesome

👍: 0 ⏩: 1

AlexRedfish In reply to ruffscorp [2014-05-07 15:24:25 +0000 UTC]

Glad you like it!

👍: 0 ⏩: 0

Rilguia [2014-05-06 15:07:07 +0000 UTC]

Wow! this is seriously amazing! I just watched how you did it! OvO

👍: 0 ⏩: 1

AlexRedfish In reply to Rilguia [2014-05-07 15:24:31 +0000 UTC]

Thanks C:

👍: 0 ⏩: 1

Rilguia In reply to AlexRedfish [2014-05-09 20:21:57 +0000 UTC]

My pleasure

👍: 0 ⏩: 0

dhartx [2014-05-06 07:56:38 +0000 UTC]

you are a fcking god. i learn more from your video's than from my teachers.

👍: 0 ⏩: 1

AlexRedfish In reply to dhartx [2014-05-07 15:25:05 +0000 UTC]

Thanks man Glad you like it! I think that the lightning will be the next one.

👍: 0 ⏩: 1

dhartx In reply to AlexRedfish [2014-05-08 07:32:30 +0000 UTC]

I'm looking foward to it ^^

👍: 0 ⏩: 0

TheQZ [2014-05-06 01:15:24 +0000 UTC]

Interesting how much a splash has in common with a flame. 

👍: 0 ⏩: 1

AlexRedfish In reply to TheQZ [2014-05-07 15:28:47 +0000 UTC]

Yes When you start to study different fx you quickly realize that everything applies the same laws of physics.

👍: 0 ⏩: 1

TheQZ In reply to AlexRedfish [2014-05-07 16:23:30 +0000 UTC]

Your work is beautiful! It looks so natural. You must have done a lot of studying. 

👍: 0 ⏩: 0

CanAur [2014-05-05 21:01:49 +0000 UTC]

А в тун-буме не проще? Там, вроде кисть лучше реагирует. 

👍: 0 ⏩: 1

AlexRedfish In reply to CanAur [2014-05-07 15:30:12 +0000 UTC]

Я, к сожалению, до сих пор не знаком с этой программой

👍: 0 ⏩: 0

jmihodgson [2014-05-05 20:49:22 +0000 UTC]

Very nice

👍: 0 ⏩: 1

AlexRedfish In reply to jmihodgson [2014-05-07 15:30:17 +0000 UTC]

Thanks!

👍: 0 ⏩: 0

3Eira [2014-05-05 20:44:25 +0000 UTC]

Wonderfully done! The movement it's very fluid and natural, I also like the colour palette.

👍: 0 ⏩: 1

AlexRedfish In reply to 3Eira [2014-05-07 15:30:27 +0000 UTC]

Thank you C: Glad you like it.

👍: 0 ⏩: 0