Articles related to web development
For making our VB projects more attracitve we embed our flash made Movies into our VB files. Lets make a simple example have simple animations.
In this example we will add a simple animated SWF in VB.
QUOTE
This is just Flash part.
————————
— Follow The Steps —
————————
1. Write TEXT and convert it to symbol.
2. Just give it some Fade [...]
I assume that you have a little knowledge of flash. Before making an animation let me make it clear to you that whenver you make any animation you have to convert your object to a Graphic Symbol.
Follow the steps.
1. Draw a rectangle.
2. Select the whole area of rectangle with Arrow Tool
3. Now convert it to a [...]
What is shape tweening.
Shape tweening is a method in which you convert any shape to any
other shape, for example a rectangle will be converted to a circle
in the following example.
Example : View here
We will make two examples of shape tweaning, because tweening
of TEXT is different than shape.
QUOTE
Tweaning of Shape
Follow the steps, your animation will convert [...]
What is a MovieClip()..
MovieClip() is just like a SPRITE in swish. You put all your animations in a single object. When you make a simple animation its hard for you to move you animation to a specific place, so the solution is to make a MovieClip() which will contain animation, and you can easily move [...]