Author: Mars

  • Skew Text Using Flash Action Script

    Step-1 Open a new document in flash. Step-2 Writes the following script in Key frame 1 – action script panel (F9). inputString = “Skew Text”; letterWidths = new Array(0, 55, 35, 20, 40, 40, 40, 50, 40, 40, 20, 40, 35); offset = 65; for (count = 0; count <…

  • Vertical 3D Rotate Menu Item

    1. Create a new Flash document of size 550×400. 2. Draw a rectangle with rounded corners. I made the rectangle 158×35 pixels. I used a white stroke and for the fill #0F7E88.   3. Convert the rectangle to a movie clip named “Menu Item”. Set the registration point to the…

  • Illustrator Ferocious Girl Vector

    Final Preview: Step-1 Open a new document in illustrator and draw a face outline as like below using pen tool. Step-2 Then draws eyes and nose outline. Step-3 Lip is the main thing inside the face. Here I applied mesh gradient. First draw lip shape using pen tool with color…

  • Rotating object using flash

    Step-1 Open a new document and set its background color as black. Step-2 Draw a rectangle line inside the stage as like below. Then pick slider from Windows à Components àUser Interface à Slider. Drag it to stage. It will be as movieclip. Here we want 4 slider and give…

  • Rock pattern text with floral design using Photoshop

    Final Preview: Step-1 open a new document in Illustrator, type the required text and go to Effect –> 3D –> Extrude & Bevel to get 3d text effect. Step-2 Copy and paste that 3D text in Photoshop. Step-3 Now go to Image –> Adjustments –> Level and give the below…

  • Balloon Shooting

    BALLOON SHOOTING Play the game and try to shoot as many balloons to collect maximum points. 1. Create a new movie with dimensions of 300px. X 400px. and fps = 24 with white color as Background Color. CREATING CLICK TO PLAY SCENE 1. Select frame 1 on Layer 1 2.…

  • LED Concept in HTML5

    The mesmerizer Mouse Over on grid or type alphabets to see the animations (Note: This HTML5 Canvas concept will not work in Internet Explorer) Step-1 Open a new HTML document. Step-2 Paste the below code and save it as led.html. <!DOCTYPE html> <html><head> <title>The mesmerizer</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <script…

  • Remove Background Using Photoshop CS5?

    STEP 1: Select the image that needs to be edited and open it with Photoshop CS5. Save it by giving it a file name. STEP 2: Now, we have to duplicate the image. To duplicate it, press ‘Ctrl+j’ on windows PC or ‘Cmd+j’ on Mac. STEP 3: Now edit the…

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