|
-
Polak Maly
How did they do that? (thousand time...)
http://www.laboga.pl/
the intro is cool, but can be easily made without as (i think) but enter english version and see the smoke... its soo great and it isnt bmp bssed - CPU woulndt go so high... so... how did they?
cheers
-
try this:
http://www.tutorialized.com/tutorial...Park-one/25111
You can see the result at the bottom of the page!
-
Polak Maly
this is very cool but unfortunately i havent got Photoshop and there isnt any suitable clouds filter that makes tileable grouped noise, but ill look for plugins.
anyway the whole site is cool so thank you very much.
anyone knows the AS solution?
-
Maybe something like this
Code:
pn = new flash.display.BitmapData (200, 100, true, 0);
pn.perlinNoise (100, 50, 5, 50, true, true, 8);
createEmptyMovieClip('smoke',1);
smoke._y = 100;
smoke._alpha = 40;
d = 0;
onEnterFrame = function(){
smoke.clear();
smoke.beginBitmapFill(pn,new flash.geom.Matrix(1,0,0,1,d,0));
smoke.moveTo(0,0);
smoke.lineTo(400,0);
smoke.lineTo(400,100);
smoke.lineTo(0,100);
smoke.endFill();
d -= 4; if (d == -200) d = 0;
}
-
Polak Maly
dunno why but i cant make this working...
KM doesnt show any errors (exporting as flash 8) but in preview window i dont get the file - just a file missing icon 
and when i export it to swf it just shows the blank SWF and i dunno why.
-
KoolMoves Moderator
Worked fine for me. Double check that you are exporting as flash8
-
Polak Maly
no, i dunno why ot doesnt work...
cant you post file?
anyway ive found cloud filter for PSP (interested in it please PM me).
so... two examples of using png.
i think youll like the scary.fun 
http://www.mroofka-z.yoyo.pl/clouds.zip
Last edited by ant_Z; 05-05-2007 at 09:23 AM.
Reason: wrong link...
-
Relaxing
 Originally Posted by ant_Z
no, i dunno why ot doesnt work...
cant you post file?
anyway ive found cloud filter for PSP (interested in it please PM me).
so... two examples of using png.
i think youll like the scary.fun
http://www.mroofka-z.yoyo.pl/clouds.zip
Scary.fun looks something from Tim Burton the director. You must be related. There is another way to make smoke. Draw several wigly lines 8 wide and make them white. Convert them all to a clip and then animate them. After that take copies of the clips and make them into a larger movie clip. Then add blur to about 25x and 25 y. I can get intensive results with this.
Any programming language is at its best before it is implemented and used.
-
Polak Maly
that idea is cool, will check it out this hour.
however, the hangman motive is very popular so that may look similiar to other things, but i dont know T.B. the director so...
something wrong is with my flash plugin, seems that v8 swf doesnt show. ill reinstall it and then try.
probably i gotta reinstall whole windows... no, not again!
b. regards.
-
Relaxing
Tim Burton did The courpses bride, The nightmare before christmas, and Beatlejuice.
Any programming language is at its best before it is implemented and used.
-
Polak Maly
oh, now i remember. i dont like beatlejuice, but the courpses bride was kinda cool.
anyway, now i remember that this may be inspired (and is inspired) by Nash - Im next (can be found on deviantart - seemed that have new account: http://www.deviantart.com/deviation/43430745/ )
regards.
ps. now my flash completly doesnt work, and thats because of antyvir - it blocks flash's liblaries..... arrgh.
-
Polak Maly
fot those interested, ive found Cloud generator plugin for Paint Shop Pro, its called Meira Meisters Cloud Plugin ;p (hope i dindt any misspells)
-
undead creature
 Originally Posted by ant_Z
enter english version and see the smoke... its soo great and it isnt bmp bssed - CPU woulndt go so high... so... how did they?
cheers
No ActionScript at all.
It's about tweens, gradients and alpha-channel.
See the attached file (the "clouds" image included).
Can be done in KoolMoves without any problem, but i don't have enough spare time for "artwork" now.
cheers
Last edited by necromanthus; 08-07-2008 at 06:55 AM.
-
Polak Maly
whoa, your version looks much better than mine, ill spend some time on analysis now. thanks.
-
undead creature
 Originally Posted by ant_Z
whoa, your version looks much better than mine, ill spend some time on analysis now. thanks.
That's because my "version" is the original version without image background and mask layer ...
Take your time and show us a great KM approach.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|