A Flash Developer Resource Site

Results 1 to 15 of 15

Thread: How did they do that? (thousand time...)

  1. #1
    Polak Maly ant_Z's Avatar
    Join Date
    Jul 2006
    Location
    Poland
    Posts
    440

    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

  2. #2
    Senior Member
    Join Date
    Apr 2006
    Location
    Yugoslavia
    Posts
    147
    try this:

    http://www.tutorialized.com/tutorial...Park-one/25111

    You can see the result at the bottom of the page!

  3. #3
    Polak Maly ant_Z's Avatar
    Join Date
    Jul 2006
    Location
    Poland
    Posts
    440
    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?

  4. #4
    Senior Member
    Join Date
    Dec 2002
    Location
    Netherlands
    Posts
    1,632
    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;
    }

  5. #5
    Polak Maly ant_Z's Avatar
    Join Date
    Jul 2006
    Location
    Poland
    Posts
    440
    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.

  6. #6
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244
    Worked fine for me. Double check that you are exporting as flash8

  7. #7
    Polak Maly ant_Z's Avatar
    Join Date
    Jul 2006
    Location
    Poland
    Posts
    440
    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...

  8. #8
    Relaxing tmoore935's Avatar
    Join Date
    Oct 2001
    Location
    colorado, usa
    Posts
    1,713
    Quote 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.

  9. #9
    Polak Maly ant_Z's Avatar
    Join Date
    Jul 2006
    Location
    Poland
    Posts
    440
    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.

  10. #10
    Relaxing tmoore935's Avatar
    Join Date
    Oct 2001
    Location
    colorado, usa
    Posts
    1,713
    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.

  11. #11
    Polak Maly ant_Z's Avatar
    Join Date
    Jul 2006
    Location
    Poland
    Posts
    440
    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.

  12. #12
    Polak Maly ant_Z's Avatar
    Join Date
    Jul 2006
    Location
    Poland
    Posts
    440
    fot those interested, ive found Cloud generator plugin for Paint Shop Pro, its called Meira Meisters Cloud Plugin ;p (hope i dindt any misspells)

  13. #13
    undead creature necromanthus's Avatar
    Join Date
    Feb 2002
    Location
    ROM
    Posts
    1,890
    Quote 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.

  14. #14
    Polak Maly ant_Z's Avatar
    Join Date
    Jul 2006
    Location
    Poland
    Posts
    440
    whoa, your version looks much better than mine, ill spend some time on analysis now. thanks.

  15. #15
    undead creature necromanthus's Avatar
    Join Date
    Feb 2002
    Location
    ROM
    Posts
    1,890
    Quote 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
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center