Animation (Flying kite) in blend

Today i will write some words about the animation making in blend. 

Let me first tell you the structure what actually it is.In an application if you want to make some animation. It can be possible through blend. Like if you want to bounce a ball, fly a mosquito and many other things like that. I 'm going to make a kite using an eclipse and two rectangles. By joining them together into a grid. Adding behaviors and events. After working on animation my application looked something like this. Where the kite moves. I hope you will find it great.


First create a xaml application in blend. Now take a rectangle from the left side bar. and add it.


Then rotate it to give an illusion of thread.


Copy an another triangle and paste it above that triangle. 


Now take an eclipse from the right bar and add it here. you can change the color from the side bar properties too so that i will look good. rotate the square and give it the illusion of a kite.


Now press shift the and click the the eclipse and the triangle to highlight them. Now so that it can be movable.


Now group both these triangle and eclipse. and the point you have seen in the middle of the eclipse should be taken to point where the second triangle is attached with the first triangle. Because here is the point where the kite will move.


Now click the plus sign to add the storyboard. Give it a name likewise i have given in the picture below.


Now the recording is on. Move the recording point from 1 to 2. And move the kite form side.
It seems like the kite is flying.
Here is your animation.
Play with it and make some other animations you want. 

Comments

Popular posts from this blog

How to move an object in Unity 3D

Input.Getaxis, OnMouseDown, GetComponent< > - Unity Scripts

Vector Math - Unity