Showing posts with label Effects. Show all posts
Showing posts with label Effects. Show all posts

September 2, 2009

Ocean Waves Effect

Notice the following sample swf , you can view the waves effect.<



  1. Create new Flash File (File->New or Ctrl + N) and Name it as Oceanwaves.
  2. Create (draw ) ocean image like below
  3. Convert this image as an movieclip using Modify->covert to symbol or press F8, choose Movieclip.and name it as ocean
  4. Draw wave image inside the Moviecip called "waves"
  5. Create wave moving animation using keyframe animation
  6. In first frame set alpha to zero and create keyframe on 40 th keyframe and now set alpha to 100 .
  7. Simillarly do vanish point also.
  8. Now Just drag this animated movie clip to stage and name it as "ripple_1" 
  9. Now create new movieclip called "actionscript".
  10. Inside the "actionscript Movieclip" ,create 3 empty key frames for writing script
  11. In first keyframe, write following script

    i = 1; g = 500; k = 1000;
  12. The above script is variable declaration , and in the nexr keyframe write the following script

    duplicateMovieClip(_root.ripple_1, "ripple_1"+i, i);
    i = i+1;
    if (i>=400) {
    i = 1;
    }
  13. the above script used to generate new waves , and in the 3rd keyframe write the following code

    k = k+1;
    if (k>=1500) {
    k = 1000;
    }
    gotoAndPlay(2);
  14. Now give ctrl+Enter to run the player.
Download source code from here

Mercury Like Effect in Flash

This Tutorial will explains you How to create Mercury Effect (liquid effect).Refer below sample swf.To do this , you need Flash Version 6 and More. You can download the source Files at the end of this Tutorial


  1. Open new Flash File
  2. Create some shapes like liquid ( refer sample swf)
  3. select this and make it as movieclip (Modify->coverttosymbol or press F8)
  4. Name this movieclip as mercury1 , select first key frame in movieclip
  5. select Frame no 45 , now Insert->TimelLine->KeyFrame or press F6 to create keyframe
  6. select this keyframe and change the shape of the image like below image



  7. return to main window , open filter panel (Window->Properties->Filter )
  8. select this Movieclip and open Action Layer (Window->Actions or press F9)

  9. Write following code in the actionscript layer

    on(rollOver)
    {
    this.play();
    }
  10. simillarly you can create as many as you want
  11. Now give ctrl+Enter to run the player.

Download Source code from here.

September 1, 2009

Matrix Text Effect

Notice the following sample swf , This animation created only using script.You can use this effects on Presentations , Intro pages , slideshows etc.


  1. Create new Flash File (File->New or Ctrl + N) and Name it as matrixtext 
  2. Create one Text Filed ,enter one single text Like "G". 
  3. Open Filters window ,and set glow effect to set.


  4. Now you will get the output like below
  5. Export this images as "myLet" .
  6. Enter the Following code in the action script Layer


    stop ();
    var myNum:Number;
    var myTimer:Number = setInterval (newClip, 40);
    var counter:Number = 0;
    var counter2:Number = 0;
    var titleCounter:Number = 0;var header:String = new String("Welcome"); var space:Boolean = false;
    var alphaB:String= new String ("a[Z2b]Y3c|X4d}W5e {V6f'U7g;T8h.0S9i,R~j:Q'kP!lO@mN#nM$oL%pK^qJ&rI*sH(tG)uF_vE+wD-xC=yB\zA?><\"");
    _root.createEmptyMovieClip ("topLine", getNextHighestDepth());
    _root.attachMovie("finish", "finish", getNextHighestDepth(),
    {
    _x: Stage.width-(this._width+10),_y: 390})
    _root["finish"].theTxt.text = "decoding... 0%";
    _root["finish"]._alpha = 60;
    showhead ();
    makeCenter();
    }

  7. The above code is variable declaration.you can get the remaining script from Source file which can be download from below link.
 

About

we are doing all kind of web / standalone applications using Flash , FMS, PHP , XML , CSS , etc. we handle all projects starting from the initial design concept through the delivery of your personalized product. Our commitment to you is comprehensive and complete-aimed at satisfying your every need. We have the experience and the expertise to get the job done.

Site Info

we Currently handling web requirements and multimedia productions and we have the capability of cutting your web , graphics and multimedia expenses to a bare minimum without sacrificing professional quality or delaying production. Our focus is on the development of smart, successful ideas and we always strive to maintain the highest . we currently using following technologies Flash 8, Flash cs3,Actionscript 2 ,Action script 3 ,Flash Media server , PHP,AMFPHP,XML ,HTML ,CSS ,Photoshop

Text

Digizone, AnnaNagar East, Chennai, TamilNadu ,India. Please view our website for further details

Flash and photoshop resources FREE Download Copyright © 2009 Community is Designed by Bie