Tag: Flash Actionscript

  • Shooting the Missiles Using Action Script on Flash 3.0

    Step 1: Open a new document in flash. Set the stage color as black. Step 2: Choose Window > Properties from the main menu bar to open the PROPERTIES panel. Step 3: Expand the Properties section in the panel and choose the Edit button to enlarge the Document Settings window.…

  • Shake Effect on Action Script Using Flash 3.0

    Step 1: Open a new flash file. Choose Window > Properties from the main menu bar to open the PROPERTIES panel. Step 2: Expand the Properties section in the panel and choose the Edit button to enlarge the Document Settings window. Next, set the width to 550 pixels and height…

  • Floating Gallery Using Flash Cs4

    Step 1: open a new flash file. Set the width to 600 pixels and the height to 540 pixels. For this pictorial we need 8 images. We have to resize them with 330*330 for the main image and 75*75 thumbnail images. Name the images image-0 to image-7 and thumb-0 to…

  • Masking The Images On Action Script Using Flash cs4

    Step1: open a new flash file. Set the width to 465 pixels and the height to 232 pixels. And set frame rate to 24fps.               Step 2: By using the rectangle tool draw a rectangle. And import the image for background (file ->import ->…

  • Blend Image flash Transition Effect

    Follow the steps to complete the tutorial. 1. Open a new flash file. Choose Window > Properties from the main menu bar to open the PROPERTIES panel. 2. Expand the Properties section in the panel and choose the Edit… button to enlarge the Document Settings window. Next, set the width…

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