right_side

Web Tutorials Category

Posted on 20 Nov 2008 In: Web Tutorials

Embedding flash movie in visual basic

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 [...]

Posted on 20 Nov 2008 In: Web Tutorials

Creating basic animation in flash

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 [...]

Posted on 20 Nov 2008 In: Web Tutorials

How to do shape tweening in flash

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 [...]

Posted on 19 Nov 2008 In: Web Tutorials

Understanding Flash MovieClip() object

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 [...]