Author: Mars

  • 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.…

  • Animated Walking Human

    1. Create new document, size 400 x 600 px. 2. Create new Guide like this 3. Use pen draw this path, name that “Layer 1” 4. Draw again, name that “Layer 2” Layer 01 Layer 02 Layer 03   Layer 04 Layer 05 Layer 06 Layer 07 Layer 08 Layer…

  • Create Mobile using Illustrator

    Final Preview: Step-1 Open a new document in illustrator. Step-2 Draw a rounded rectangle in the size of 230X460 without filling color that (i.e. only stroke). Step-3 Now apply extrude and bevel by go to Effect –> 3D –> Extrude & Bevel as like below ratios then give Effect –>…

  • 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…

  • Create Magazine using illustrator

    First see the final preview of illustrator image. 1. Open a new document in illustrator. Size of the document is not a matter. 2. I am going to start form background. So pick the color (#f9e1e7) of your background and draw the rectangle box of maximum size which you want.…

  • 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;…