Flash :: Professional - Making An Animation For The Box Which Starts From A Sheet Of Paper And Folds Into A Box

Feb 25, 2012

I installed Adobe Flash CS5.5 a couple of days back...Trying to learn a few basic tricks such as motion tween (messed up things with the bone tool though)..Well the problem is, a friend of mine made a 3D drawing in Solid Works(a modelling software). It is a sort of box, now he wants me to make a flash animation for the box which starts from a sheet of paper and folds into a box and then the camera zooms out.

Now i have no idea how to do that..jpg file can be made and imported to flash...but as it will be an imported file how can it be manipulated to achieve the final task....taking screen shots of the box at various stages of solid works can be done and then played all together in flash baut it would be very tiresome and time consuming...
I dont want anyone to make it for me just guide me what tools and tutorials to look at.

View 4 Replies


Similar Posts:


ActionScript 2.0 :: Print Out 2 Different Objects On A Separate Sheet Of Paper?

Jan 5, 2010

I need to figure out how to print out 2 different objects on a separate sheet of paper with only 1 print button, a PRINT ALL button.Here is what I thought would work but not working, please help:

Code:
myBtn.onRelease = function() {
trace(_global.timesPressed);
if (_global.timesPressed == 0)
{

[Code]...

I can get the first object to print if I take off +(couponReal2, "bframe") but I can get both to print.

I need couponReal on one page and couponReal2 on a second page????

View 1 Replies

Professional :: Make Rolling Paper Animation?

Jan 2, 2011

I want to make an e-card for a marriage in flash. The card opens from the top. How do i give an effect of the card being opened on click? or even the card being opened automatically!

View 1 Replies

Professional :: Making A 1940's Style Animation With Flash

Apr 19, 2011

I would love to create a 40's style animation, but i need to know what to set the frame rate to and other stuff.

View 1 Replies

ActionScript 2.0 :: Any Way To Create Folding Paper Animation?

Sep 10, 2007

Any directions to create a folding paper animation... something like a square that gets unfolded to a single page?..

View 2 Replies

ActionScript 3.0 :: Generate An Animation Containing All The Frames From A Sprite Sheet?

Sep 2, 2009

I'm trying to generate an animation containing all the frames from a sprite sheet. Then also append them again but flipped vertically. I have an animation class to create the animation, the stuff I wrote just gets the image from the sprite sheet and sends it to this class. But "frame.scaleX = -frame.scaleX;" isn't changing anything, neither is "frame.scaleX = -1;". It's just leaving the bitmap the same..

here's my code:

Code:
for(var i:uint = 0;i < 20;i++)
{
var frame:Bitmap = getFrame(i);

[code]....

View 1 Replies

ActionScript 3.0 :: Timed The Second Animation After The Screen Animation Starts

Aug 10, 2011

I have an 2 animations that I need to syncronize. The first animation is a projector screen entering stage, the second is few text layers and images. I timed the second animation 2.2 sec after the screen animation starts (using timer event) and it worked. When I tested it in other computers and on the internet the screen movment was much slower so the second animation entered the stage too fast.

I want to order the second animation to enter only when the projector screen reach it's destination on stage. The screen animations has 2 parts, in animation and out animation connected by a stop(); commend in the middle.

View 4 Replies

Flash :: Professional - Paper Part Of Creative Suite 5 Design Premium?

Feb 13, 2011

On my old computer (Windows XP) I was using Flashpaper to convert jpg files to swf files that can be panned and zoomed. It worked great for my website. Here is an example. [URL] I just purchased Adobe Creative Suite 5 Design Premium for my new computer (Windows 7). I was told that it included the ability of Flashpaper to create the pan/zoom swf files. I can't find this ability. Please tell me where it is located or that I need to purchase Flashpaper for my new computer. Please note, I use Photoshop, Illustrator and Dreamweaver, but the only Flash I use is the swf to pan and zoom via Flashpaper. Please keep this in mind when answering my question, i.e. I probably need specifics if the functionality is located in Flash.

View 1 Replies

Professional :: Making An Animation With Transparent Background?

Sep 29, 2010

I want to make my animation have a transparent background instead of a blank background so that it can blend with my presentation. Is it possible to create the movie like this?

View 7 Replies

Professional :: Sprite Sheet Cropping Funny

May 2, 2010

SO I am working on animating a 20/fps sprite (an SCV from Starcraft 2). The animation is 1 second long, and thus 20 frames. I have made a sprite sheet in photoshop, and have each frame as a separate layer. I import the PSD into my library and have it convert the layers to "Flash Frames". I get each frame nicely tucked away as a layer in my library. Problem is, it gives an ugly white border (about 1 to 2 pixles thick) around my sprites, making it look like I did a terrible crop job. However, the crop job is fine (I can change the background in the PSD to black, and the cropped sprite frames look perfect! What have I done wrong or need to do?

View 1 Replies

Professional :: Change Size Of Sheet Inside Movieclip?

Jul 8, 2010

I'm making a vertical scroller with a mask. The content is inside a movieclip and the user scrolls around it.My problem is, I have lots and lots of content to put inside that movieclip, and I've reached the limit of the sheet. All inside the movieclip. How do I resize the sheet/canvas inside the movieclip so that I can put more info in it??I've googled it, but found nothing.Note: I just want to change the size of the sheet/canvas inside a movieclip and I don't want to change my document size. I'm using flash CS3, AS2.

View 3 Replies

Actionscript 3.0 :: Mouse Static, Animation Starts?

May 19, 2009

I was wondering if anyone knew how I would go about making the following animation (just an example) start after the mouse has been inactive for, say, 20secs.

Code: Select allimport gs.TweenMax;
TweenMax.to(mc, 1, {blurFilter:{blurX:5, blurY:5}});

View 3 Replies

ActionScript 3.0 :: Text Field Starts An Animation On Stage?

Nov 3, 2011

So what am i trying to do is when text in textfield is lets say 95 it starts an animation that is in library.dont know how to startby the way text in the text field decrases by 1.so when it gets to 95 it starts the animation

View 1 Replies

Actionscript 3 :: Making An Animation In Flash Cs4?

Jun 28, 2011

I was making an animation in flash cs4 and i was making a play/pause button. Everything pauses when clicked but the play button gives me an issue. I have some movie clips with animations in them so when i tell them to play, instead of resuming where they were, they play regardless of whether or not they should be playing.

View 3 Replies

ActionScript 2.0 :: Make The Animation Ease Out So It Starts Fast And Slows Down At The End?

Mar 12, 2010

I'm creating a thermometer with the mercury animated as donations come in. I haven't touched flash in a long time, so be gentle. How can I change the code below so the animation is faster without increasing the framerate?

ActionScript Code:
var maxMercuryHeight = 192; // Mercury height at 100%
var currentDonations = 80; // Percentage of donations taken
var currentHeight = (currentDonations / 100) * maxMercuryHeight;

[code]....

How can I make the animation ease out so it starts fast and slows down at the end?

View 1 Replies

ActionScript 3.0 :: Remove A Preloader Animation Once The Video Starts Streaming

Feb 8, 2011

I am using the video component with AS3. I have an external flv which loads nicely...that's fine. Now I am looking for a way to remove a preloader animation once the video starts streaming. The preloader is just an animation without a status (percent) bar. In plain English the code would be: if flv file is streaming, fade preloader animation I am also noticing that the first frame of the video shows while it's loading...is there a way to change it so that nothing is seen until streaming? If worst comes to worst I can always make a mask.

View 1 Replies

Professional :: Making A Frame By Frame Animation To Draw A Character?

Jul 26, 2010

I am making a frame by frame animation, where I draw a character, make a new frame and use the onion skin to slightly move my character. Is there a way to make a certain part faster than others? I made a character prepare to kick someone, but since i was doing it frame by frame it looks slow. So instead of taking out frames and making it look choppy, how do I make a certain part faster or increase its FPS? I tried making a new scene and changing its FPS, but that still changes the overall FPS.

View 6 Replies

Flash :: Images Vibrate So Much Making The Animation To Look Bad?

Jul 28, 2009

I am doing an animation for a web site with Flash CS3. I need to make images (.jpg) that I converted in graphic symbols, to pass along the screen continuously. I know, for many of you this must be very basic question, but I don't know how to solve it. My problem is that the images vibrate so much making the animation to look bad.

View 3 Replies

ActionScript 2.0 :: Set A Mouse-controlled Scrolling Animation To Ease When It Starts And Stops

Feb 3, 2009

I need to set a mouse-controlled scrolling animation to ease when it starts and when it stops in AS2. Here's my current onEnterFrame script. Might be a little crude, but it succeeds in starting and stopping the animation when the mouse rolls off the movie. Moves left on one side and right on the other. I just want the starting and stopping to be eased a bit.

[Code]....

View 3 Replies

ActionScript 2.0 :: When The Mouse Cursor Is Over It A Drop Down List Animation Starts Revealing More Buttons

Oct 19, 2005

What I'm wanting to do for my web site is do a animation on a button so that when the mouse cursor is over it a drop down list animation starts revealing more buttons. How would I go about doing this using Action script in the noobiest terms possible?

View 4 Replies

Professional :: Existing Animation Play Within The Final Flash Animation?

Jan 15, 2012

I have a certain set of motion twains that I've successfuly completed, they constantly loop right now (default), and is saved in the SWF file.I'd like to take that finished looping animation, and insert it within another animation (a) that can be played with a play button, and stopped/resetted with a stop button.How do I insert the completed looping animation into the main animation? And is there something special I have to do in the actionscript of the start and stop buttons so that the "inner" looping animation will start and stop with the "outer" main animation?

View 1 Replies

Flash :: Professional - Video On Webpage Takes Very Long Time To Load Before It Starts Playback

Nov 21, 2011

I just created a basic flash file to play a video on my web page and it's taking several minutes to load before it starts playback. I'm using progressive downlaod and the file is in *.mov format and is 84MB in size. At first that seemed large to me for web play back, but I thought it could handle it since I thought the way progressive download works is that it would start playing the first frame right away and progressively play other frames as they download. However, this seems to be downloading the whole file first (or a major part of it) before starting any playback at all.

Is there some kind of setting I'm missing or is my understanding of the download incorrect and the file size is too large? Some vitals: I'm using Flash Pro CS5 - To create my flash file, I used the standard import video wizard and selected the a file that is "on my computer" and "load external video with playback component" and then, I selected one of the standard skins.- To deploy the vidoe on my webiste I have three files:

1) swf file containing the FLV component

2) the swf file related to skin

3) the actual video (84MB, mov file) - Web page includes/embeds reference to swf file

View 12 Replies

ActionScript 3.0 :: Making Game And Objects Would Spawn At Random And Be Able To Click But When De Game Starts Itself

Jul 4, 2010

currently i making this game and objects would spawn at random and be able to click but when de game starts itself, the spawn is correct but i am unable to make it stop when time goes to 0seconds.

View 1 Replies

Show Word Doc Or Pdf In Flash Paper?

Dec 10, 2009

i need to convert word or html file to PDF and show that pdf file as flashpaper [the PDF file should not be editable and downloadable].

View 1 Replies

Actionscript 3 :: Sheet Music In Flash?

Jan 15, 2012

I would like to know how much it would cost to create sheet input in flash like in this site [URL]..what knowledge do I need to have, to create it on my own.

I haven't worked with flash yet, that's bad, but language itself is not problem for me. The methods I need to know is the problem for this. My goal is so that user can input notes with his keyboard, and after he presses button in page, I get inputed string as letters, not as notes.

View 1 Replies

ActionScript 2.0 :: Change The Value Of A Xml Sheet From Flash?

Aug 3, 2009

I am developing a small application, where the user can change the color of a box from a radio button(a-red or b-green). as soon as he changes the color, the respective color value(0xFF0000 or 0x5CBC32) should be updated in an xml sheet which is kept in a server.

i would prefer asp because the xml file will be placed in a windows server.

xml sheet:

<?xml version="1.0" encoding="iso-8859-1"?>
<colors>
<boxes>
<box1>"here only i want to udpate the color value chosen by the user"</box1>
</boxes>
</colors>

View 0 Replies

ActionScript 2.0 :: LoadSound Starts Fine, Then A Second Starts Replaying Again?

Apr 8, 2006

I've got a site that is using loadSound to play some mp3s and it works fine. however, the sound starts to stream, and then replays itself like a second later. my guess is that its playing faster than the load is going and when it gets to the point where it hasn't loaded enough, it starts to replay it, but i'm not sure that that is the exact problem. my code:

[Code]...

now, i tried making a playTrack function that i can call with setTimeout and i put that in the onLoad in place of track.start(), but that didn't work either (i was hoping to not start playing the track for 3 seconds to give it some time to buffer).

View 1 Replies

Actionscript 3 :: Flash Print To Photo Paper?

Feb 1, 2012

I have a image that I create using PHP and I want my end user to be able to print it off on photo paper.

How can I do this using flash? I looked at the print job class and was unsure of where to begin?

View 2 Replies

ActionScript 2.0 :: Pulling A Blog Into Flash Through An XML Sheet?

Jun 15, 2008

I am pulling a blog into flash through an XML sheet. I have a clip in the library that gets attached per blog entry. The issue I am having right now is not all the posts are the same length so I am trying to adjust the clips background to the height of the post text box, but they are all reading as the same height so they aren't properly adjusting. I even have the text boxes set to autoSize = true;

Here is my code..the resizeBlog function is where I am trying to resize it and then I want to adjust its y property accordingly.

[code]...

View 13 Replies

ActionScript 3.0 :: Shooting Multiple Bullets - Press The Space Bar The First Bullet Disappears And The Bullet Animation Starts Again

Nov 24, 2008

I'm trying to make my platform game character shoot a gun, my character and gun are one movieclip and the bullet is another. The bullet mc starts on a blank frame with a stop() function, when I press the space bar the bullet mc plays from frame 2 which is a motion tween of the bullet quickly moving across the page. I've set the bullet's y and x values relative to the character mc so that the bullet always comes from the gun.

My issue is that if I press the space bar a bullet will fly out of the gun (great!) but if I press the space bar again, the first bullet disappears and the bullet animation starts again. I want to be able to shoot a new bullet every time I press the space bar without effecting the bullets that have already been shot.

[Code]....

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved