Category: Flash

  • Smoky Trailer in Flash Action script

    Final Preview: Step-1 Open a new document in flash. Set the stage color as black. Step-2 Create four buttons for smoke colors transformation in Layer-1. Give the instance name for each button. Here  I gave one_btn, two_btn, three_btn and four_btn. Step-3 Type the following Action Script in Layer-2. //import bitmap…

  • Actionscript Particle Color Seperation

    Final Preview: Step-1 Open a new document in Flash. Create the below texts and sliders in Layer-1. Step-2 Go to Windows –> Components –>  Slider to get sliders. Drag the slider into the stage. Here we want 5 sliders and one checkbox. Step-3 Name those 5 sliders as slider1, slider2, slider3,…

  • Create Brightness or contrast Using Flash AS3

    Step-1 Open a new document and import an image then convert it into movieclip and name it as “image”.  Step-2 Draw a rounded rectangle for slider panel. Step-3 Inside the rectangle, draw brightness and contrast symbols. Step-4 Drag and drop a “Slider” from “Windows  –> Components –>  Slider” and name…

  • Slider Menu bar Using Flash Action script 1.0

    Final Preview: Step-1 Open a new document in the dimension of 500X53. Step-2 creates a Menu buttons (I have created 5 buttons)in layer-1, change it into “button” and give instance name it as button1, button2, button3, button4 and button5 respectively. Step-3 Select “button1” and write the following code on the…

  • Sprite Control Using Keyboard in Flash Actionscript

    Final Preview: Use Keyboard Arrow Keys to move up, bottom, left, right. Step-1 Open a new document in Flash. Step-2 Create a boy head or whichever you like. Step-3 Convert it into “movie clip” and name it as “sprite”. Step-4 Write the following action script in a new layer, Key…

  • Rotating Text in 360 degree Using Flash

    Step-1 Open a new document in flash. Step-2 Set background color as black Step-3 Type the first letter of your text in layer-1 and convert it into graphic. Step-4 Again converts it into movieclip. Right click on movie clip and select “Edit in place” option. Step-5 Select key frame from…

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

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

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