Month: December 2011

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