Category: Flash

  • Flash Action script Menu

    1. Open a new document in flash. 2. Draw a cube as like below using pen tool or line tool. 3. Convert the cube into movieclip and name it as “cube1” as instance name. 4. On roll over on cube some animation has to happen. So right click on it,…

  • Create Spot Light Effect Using Flash

    1.Open a new document in flash. 2.Import a picture (Ctrl+R) in layer one. 3.Change it to movieclip. Go to Properties Panel (Ctrl + F3) and adjust the color as given below. 4.Paste the same picture in layer two then convert it to movieclip and give the instance name as top_picture.…

  • Flash Rotating Globular Photo Gallery

    Step-1 Open a new document in flash. Set the background color as black. Step-2 Create an empty dynamic text box in layer-1 and give the instance name as “box1”. Like that create another empty dynamic text box in the same layer and give instance name as “box2”. Step-3 Collect pictures…

  • Flash Guitar

    Let see how to do guitar in flash. You can use this in music instruments websites banner and so on. Step-1: Open a new document in flash is about 600 X 350 pixels. Note:  The document properties should be in Flash player 5 and action script 1.0. Step-2: Import a…

  • Rendering of 3d colorful sphere rotation using Flash:

    Step-1: Open a new document in flash is about the size of 400 X 410. Step-2:In layer-1 type the text which ever you want. Here I gave “Move the Mouse over the surface  to rotate the sphere”. Step-3:Create layer-2 and write the following action script in keyframe-1(F9). var boardSize:Number=350; var…

  • Flash AS3 Tween Vibrating Gallery

    Step 1: Open a new a document in flash Actionscript 3.0 in the size of 525X450 PX. Step 2: Set up the BG color as black or needed color. Step 3: Paste the following code in Layer-1, first Keyframe by giving F9 to open the actionacript panel: import fl.transitions.*; import…

  • Create a Magnifying Effect using Flash actionscript 3.0

    Final View: Step-1: Open a new document in flash in the size of 690X390px. Step-2: Import (ctrl+r) an image in the same size of document size to the stage in layer-1. Step-3: Select the image and convert it into movieclip (F8) and name it as “bg_mc”. Step-4: create a layer-2…

  • 3D Particles rotation in flash

    1. Open a new document and set background color as black. 2. Select Layer-1, Keyframe 1. Press F9 to write the following action script. I have explained the code in the comments. import fl.motion.easing.Quartic; import fl.motion.easing.Bounce; import fl.motion.Animator3D; import main.submain.loaders.*; import main.submain.bitmapUtilities.PictureAtomizer; import main.submain.objects.Particle3D; import main.submain.geom3D.*; import main.submain.display.*; var picURLString:Array;…

  • 3D Views of earth using flash

    1. Open a new document in flash in the size of 700X500 pixels. 10. In layer-6,  key-frame-1 write the following action-script. targetSpeed=0; speed=0; zoom=0;v mc_movie._Xscale=78; mc_movie._Yscale=78; mc_movie._x=mc_movie._width; startX=mc_movie._x; startScale=mc_movie._Xscale; guides._visible=false; 11. Select the layer-1 image and convert to movieclip then name it as mc_movie. Select the mc_movie and press F9…

  • Flash Number Jumbler Game

    Step-1 Open a new document in flash. Set the width and height across 300 pixels. Step-2 Set the background as you like. Create box like below in layer-1 and convert it into movieclip (f8) then name it as box1. Like that create 20 boxes in separate layers and name it…