PDA

View Full Version : simple motion tween


rholdrae
03-16-2009, 03:25 PM
I just want to get some advise on how to make a motion tween of an overhead image into a perspective. I think this is very simple for some so I'm hoping that someone will help out. Here's the sample images.


From this image
http://www.fileden.com/files/2007/11/2/1558775/Temp/sample1.png
to this image
http://www.fileden.com/files/2007/11/2/1558775/Temp/sample2.png

Thanks in advance.

TheVisionary
03-16-2009, 07:35 PM
Do you know how to use the tools in flash? If you do then here is the process;

Creat a box on the timeline which will be on the first frame. Right click on the timeline on frame 15 and click insert keyframe. Then, click on frame 1, open the properties window and turn the box into a shape motion. The timeline will turn green. Click on frame 15 and change the prespective of the box to what you want.

Play the movie to test.

If you are lost or confused, let me know.

rholdrae
03-17-2009, 01:48 AM
Thanks for the help man. I actually know how to shape tween but the tween I am making isn't the tween I wanted to happen. I only want The upper left and right corners to move but the shape tween seems to rotate. Here's what I've tried. http://www.fileden.com/files/2007/11/2/1558775/tweensample.rar

TheVisionary
03-17-2009, 02:07 AM
Could you save it as flash CS3 ;)

TheVisionary
03-17-2009, 02:18 AM
Here you go dude

http://rapidshare.com/files/210117240/perspective.fla.html

Flash is not good with long frame tweens. Frame by frame animation is best ;)

rholdrae
03-17-2009, 02:19 AM
Ok, here...
http://www.fileden.com/files/2007/11/2/1558775/tweensample.rar

TheVisionary
03-17-2009, 02:27 AM
Did you see my post just above yours ^ :)

rholdrae
03-17-2009, 02:34 AM
that's cool man.. tnx.. Do you know if there's a code for this?

TheVisionary
03-17-2009, 02:35 AM
Code to make the animation? Such a thing does not exist.

rholdrae
03-17-2009, 02:46 AM
Ok, tnx man.. So I actually need to do the animation manually, that's sad man! lol

TheVisionary
03-17-2009, 02:52 AM
3D animation has to incorporate 2D techniques or it will look weird. Frame by frame animation can never be replaced.

asf8
03-17-2009, 03:00 AM
I just want to get some advise on how to make a motion tween of an overhead image into a perspective. I think this is very simple for some so I'm hoping that someone will help out. Here's the sample images.

From this image
http://www.fileden.com/files/2007/11/2/1558775/Temp/sample1.png
to this image
http://www.fileden.com/files/2007/11/2/1558775/Temp/sample2.png

Thanks in advance.

that's cool man.. tnx.. Do you know if there's a code for this?

Code to make the animation? Such a thing does not exist.

^ :confused:

Ok, tnx man.. So I actually need to do the animation manually, that's sad man! lol

Sure there is code for this....
http://www.actionscripts.org/forums/showpost.php3?p=638543&postcount=4

Also if you have CS4 you should be able to do it also.. with new 3D features...
http://www.adobe.com/products/flash/features/?view=topnew

TheVisionary
03-17-2009, 03:18 AM
Does that code work on bitmaps onlu or flash vectors?

asf8
03-17-2009, 04:25 AM
Does that code work on bitmaps only or flash vectors?

I think only Bitmap (regarding Sandy3D and papervision 3D, but maybe the newer versions now support vector), but you could easy convert a vector to Bitmap on the fly with the BitmapData Class if needed. Regarding CS4 I think it works with both (but I do not have it so I am unsure, but I am 99.99 percent sure). There are classes that work with vector however, here is one for example...

http://five3d.mathieu-badimon.com/

There are others in AS3 also. The bottom line is that it is possible with only code and not just the timeline. That is what I wanted to point out when I read this thread ;)