Animating A Movie File Using Vectors
Hey,I'm trying to do what i do with a bitmap image to a movie file. I just go to modify/bitmap/trace and it traces my bitmap into vectors and makes it look all animated and such. I would like to do the same thing for a movie file that i have. Is there a possibility to do that in flash, if not, what program should i be using? thank you for your help.
Adobe > Flash General Discussion
Posted on: 03/20/2007 10:54:10 AM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Animating A Movie File Using Vectors
Hey,
I'm trying to do what i do with a bitmap image to a movie file. I just go to modify/bitmap/trace and it traces my bitmap into vectors and makes it look all animated and such. I would like to do the same thing for a movie file that i have. Is there a possibility to do that in flash, if not, what program should i be using? thank you for your help.
Avi Movie And Vectors
i shot a movie in Avi, and would like to make a vector anim, what's the easiest way doing a contrast in adobe premiere and exporting image by image or drawing directly in flash or something else?
thx
Inserting/animating A Pre-existing SWF File
We don't have After Effects yet on our new computers, so I'm sort of stumped on how to do this with Flash...
I animated a butterfly that flaps his wings without moving on a path or changing size. I now have to insert this animated butterfly into another scene where he'll fly into frame and land on a logo.
How do I do this?
(Flash Pro 8 on a Mac)
Animating/Envelope/Distort Imported Illustrator File
Hey guys,
This problem has had me scratching my head for a while now. I'm trying to make a 'page turn' animation, where a small booklets front cover opens about halfway then closes etc.
I can get it to look right, using the tools in Flash MX2004 to make a simple 1 colour front cover with black border 'open' and look realistic -using envelope to simulate a slight page curl, and distort to change perspective-; but when I try to do it (even frame by frame) with this file (Illutsrator 10, exported as a .swf for you to get an example of the complexity of the 'image' I've traced) the images become extremely distorted. I've tried angular, distributive and both with different levels of positive and negative ease; and what it comes down to is that neither do d**k all
Any ideas??
Heres a link to the image ... http://www.efluxdesign.com/welcome_home_cards.swf
Movie Not Animating?
hey guys, havent used flash for a while but im having a bit of a weird occurance
made some text > converted to graphic
then made a 30 frame movie.
in the first frame i distorted the text roated and skewed etc
last frame the text is fine..
now its all been motion tweened.
so far so good
if i hit enter and watch in the flash mx the effect is correct.
If i ctrl enter i see no animation, the text just appears. same if i export the file..
any ideas? cheers
vamps
Animating A Movie Using _x A Set Distance?
I want to move a movie using the _x axis for a set distance and then for it to stop, I guess I should be able to do this using a for or do while loop.
At the moment on mouse release I am tageting a movie which contains the following code but this just shifts it:
for (i=0; i<378; i+1) {
_root.home.pannel003.panel.portfolio.asp.host._x -= 1;
}
Change ot to this and I cannot control when it stops!!
for (i=0; i<10; i+1) {
_root.home.pannel003.panel.portfolio.asp.host._x -= 1;
}
I want to be able to stop the movement after it has moved across 378... any sugestions???
Animating Movie Clip
Im using Flash 5.
And....
I have a Movie Clip of a dancing person at the end of his routine I put
gotoAndPlay(1);
Because after it I have some more amimations for him that he will do on an event but the animation dosnt even play!
Is there anything im doing or could be doing wrong?
Thanks, Plog.
Animating Loaded Movie
I have loaded a jpg with the loadMovie command into a target movieclip. I then attempt to use this movie clip in different animations throughout my movie. However, as soon as the original instance of the movie clip has been removed off the timeline, the jpg disappears as well.
So my question is, how do I use a jpg that I loaded into container_MC in multiple movie clips?
Is there a way to call upon the loaded jpg as if it were treated like a graphic in the library?
Animating A Movie Clip
I am trying to get a movie clip to animate across the stage when I push a button.But it only moves ten pixels each time I push the button.I wanted to push the button once and have it continue to move constantly.I thought this code would do it.But I'm wrong.This should be simple I think.
ActionScript Code:
go.onPress = function(){
myMC._x += 10;
myMC._x ++ //I thought by updating it would continue to move ten
//pixels at a time
}
Animating A Section Of A Movie Only...how?
Hi there,
Still getting my feet wet in Flash, but enjoying it. I have a project where I have a graphic with 3 separate areas. When you mouse over area A, the client wants a piece of animation to happen based on the static image there.
So example, there's a tall rectangle on the left side that says "sources" on it. When you mouse over it, it should break up into 9 boxes (that stacked make up this rectangle or pillar) and animate in some fashion with data going to the center part of the movie itself.
When you mouse out, it should return to how it was in the beginning. (with some kind of exit animation)
What is the best strategy for this type of thing? Would I load a movie clip into that part of the flash file (if I can even do that?) on mouse over? Or would that section itself be a movie clip that only plays on mouseover? Or is there another way altogether?
As I said, there are 3 sections of this graphic and they all do similar things. Any help is appreciated! Thanks!
Tom
Animating A Movie Clip On The Y Axis-HELP
I have a MC that is 4450 pixels high.
I need to scroll it up and down from a control button.
I cannot get the images in the movie clip to show after it passes 1400 +/- on the Y axis.
Is it possible to move images that far?
HELP!!!!
Thanks...
Animating A Variable Movie Clip
HI y'all..i am making a game where i have to generate a random card and when the user clicks on it, it is to be animated to a certain position, it used to be like taking candy from a baby when using tweening, but now the card is variable, and tweening is not possible. I thought of a way, possible or not i don't know..here it goes...
in the actions of the movie clip button (the card that is clicked) i put that when the card is clicked a loop happens, in the loop where i is increasing by 1, every turn, i move the card a position by using the
setProperty("card",_x,20*i) all i need now is something to pause for like .5 secs and then repaet the loop where the i will be incremented and a new position drawn...this (in my mind) should give an animated effect.
the problem...NO delay command in flash...i tried to make a delay of my own but it seems that it's not working. please please help me oh mighty Flash Masters!!!!
Thanx
Animating A Movie Clip In Time
Hi,
if i introduce a .swf as a movie clip instance in my flash animation, how can i make that movie clip starts say at frame 10 and stop at frame 25?
Thanx
Jo
Help Animating Movie Out On Button Click
I am having trouble finding a tutorial on unloading movies. I want to be able animate a currently loaded movie, on a button click, off the stage before the next movie is loaded. Do I use the laodmovie unload movie actionscript or is there another way of doing this.
Animating Movie Clip With Actionscript
Ill try my best to explain my situtaion. On the root timline I have a series of different sections. Each section has a MC on it with a series of buttons inside the MC that control the different frames on the root. When clicking on a button from the controls in a movieclip I need it to go to the specific frame in the root timeline and target the MC in that next frame and have it move up. So far, I have got it to move up upon clicking the button, but the problem im having is when referencing back to that frame where the MC animation occurs, it starts over again, when it should stay in place where it moved to. Basically its repeating that animation, and I need to write some sort of code saying that if the MC is in the position where its supposed to be, dont do anything, but if it isnt, move to where it needs to be. Here is the code I have so far:
This is on the "nextButton" in one of the MC's which are on the root:
on (release) {
_parent.gotoAndPlay ("home_3")
ypos=46.8;
}
This is the code thats on the MC that resides on the _root at frame "home_3":
onClipEvent (load) {
_root.ypos = 560.6;
}
onClipEvent (enterFrame) {
speed = 5;
this._y += (_root.ypos-this._y)/speed;
}
Movie Clips Not Animating In Scene
Sup,
I am working on a webpage right now and have it set up so that my animations are all movie clips in the library. I compose these together on my scene, but the scene will only display the first frame of the animation, which makes it really hard to compose multiple movie clips together. When I publish everything is animated exactly like it should, but I expect it to be that way in flash mx too. Is there a setting to allow for movie clips to show all their frames in a scene instead of just the first?
Thanks!
Animating Sparkle Movie Clip
Hi All! Hope this is in the right place...
For starters, I know just enough flash to be dangerous (using MX 2004). What I'm shooting for here is a sparkle/glitter effect that "swoops" around the frame a la Disney's Tinkerbell glitter trail. I have a pre-made movie clip (found on the net somewhere, google has led me to all corners of the net, so I don't even remember where it came from!) although this clip is scripted to follow mouse movement. I've not half a clue where to even start -- is there a way to "modify" mouse follow scripting to do what I want(?) -- or I should ditch this movie clip and try to make "my own" sparkle(?), but thought I'd start with something already made so I can reverse engineer and learn from it Any ideas, suggestions, etc greatly appreciated!!!
Scott
1 Button Animating More Than One Movie Clip?
Hi,
Brand new to flash, but I can't figure this out.
I have two buttons that I want to animate several different movie clip objects.
I figured out how to have them work with one, but can't figure out how to switch from one to another.
How do I select movie clips for the buttons to animate onclick?
Thank you.
Animating A Movie Clip With Actionscript
Can someone point me in the direction of a tutorial to accomplish the following.
I have an image gallery, which is a horizontal group of images in a movie clip. I want to put back and next buttons in place that when clicked the movie clip will fluidly move across _x to the next image, preferably with a springy sort of motion as it stops at each image.
Any help appreciated.
Dynamic Text + Animating Movie Clips
Hello,
Im working on a childrens story where someone can enter their name and have their name appear throughout the story.
Im doing this with a dynamic text box. Problem is is that the text box appears in numerous movie clips wich hold the text of the story.
These clips animate, but the text box will not. Can anyone suggest a way to accomplish this?
Thanks in advance.
Animating Dynamic Text Within A Movie Clip
I've read several requests for this and tried everything suggested but I still cannot get my text to appear after it's converted to a movie clip. If I edit the movie clip and test it, it works but as soon as I'm on the main timeline, it will not work, and yes, I've embedded my fonts. I need this soon so please can somebody help. I'm attaching a link to my file.
http://www.creativecommunications.ca...namic_text.zip
Animating A Dynamically Generated Movie Clip?
Hi. I've been reading alot about Flash MX drawing API's and I think that it's very interesting how you can draw the contents of these dynamicly genreated movieclips using actionscript. My question is whether there is a way to do any moving or animation of the contents of these clips without actually altering the movieclip itself, obviously it would have to be done with actionscipt. For example. I code a new movieclip to be generated and I draw a rectangle in it, and on a button press I want that dynamically generated rectangle to change size over a certain number of frames. Is that even possible to code without actually creating the movie clip and then animating the size change. I'd really appreciate the help, I've been hard pressed to find any info on this subject. If you know of any places with information, links would be good as well. Thanks again.
-Dranore
Animating Movie Clip Made With Actionscript
I draw a cogwheel into a movieclip using actionscript.
I want it to start rotate when I click on certain button.
How can I do it?
I tried with
_root.cogwheel.onEnterFrame = function() {
_root.cogwheel._rotation += 10;
}
but it doesn't work.
Please, help!
Tomica
Advice On Animating Lots Of Small Movie Clips
Hi,
I have a performance problem that may be best demonstrated with an example.
http://www.b3ta.cr3ation.co.uk/data/swf/game1.swf
If you look at the animation and watch it for a while you will see the
number of balls growing.
Initially the performance is so-so but eventually it becomes totally
unacceptable. So I was wondering if anyone could impart advice about any
optimizations.
Every tile is a movie clip and every ball is a movie clip that tweens from
one tile to the next. I also need to read the frame the clips are on but
when I bound a class to the balls clip it immediatly ran unacceptably slow.
I have a plan B which involves creating tile animations of each of the ball
animations, which I know would create a huge performance gain but would mean
creating 510 tile animations and thus make the animations unmaintainable.
TIA
Wil
Text Animating And Zoom Animating
Hey im a beginner at animating and i need advise on how to animate text. Like when the viewer is watching my movie I don't want a whole paragraph to come out of no where I want it like word by word or letter by letter like someone was typing it right then and there. I tried figuring out a way but the only thing was adding a key frame for each individual letter. any tips? and also any advise on how to make the text come in with flare? like fading in or coming in from the top?
Also another thing. Let's say I make a city from far away on the stage. I want to zoom in on a person (a stick figure) for a couple seconds and then zoom back out to it's original position. Is there a way I can do this without having to disassemble the city and make the person zoomed in and then make it look zoomed out construct the city from scratch again?
I would like any help please.
Thanks in advance.
Animating Text With Actionscript And Several Effects Using Load Movie Problem.
Hi everybody. Hope you're all ok.
I have this code I use for animating text with actioscript, and it works wonderfully. But I have found a problem.
First, this is the code which duplicates the movie clip that contains the animation AND the text box which contains the letter to be changed:
duplicateMovieClip ("letteranimation", "letteranimation" + x, x);
setProperty ("letteranimation" + x, _x, Number(StartXPosition)+Number(characterInLine*kern ing));
setProperty ("letteranimation" + x, _y, Number(StartYPosition)+Number(linenumber*linespace ));
setProperty ("letteranimation" + x, _visible, True);
set ("letteranimation" + x + ".letter.letter", substring(MyTextDragMovie.MyText,x, 1));
x = Number(x+1);
This works with no problems for me.
Now, since I want to let anybody to load different text effects, I load another movie (later will be able to load any movie which contain each a different letter animation).
I load another movie called Text1.swf on Target=letteranimation (as you can tell, letteranimation is the movieclip that is duplicated).
I made this Text1.swf on the main timeline of the Text1.fla.
Since after many experiments, I could see that if I loaded anything on a target, the target itself (the movieclip) still remained, it wasn't removed, but what was removed was the content, replaced with the loaded one. That's why I made the Text1.swf on the main timeline of its fla.
Now, I made also more experiments, trying to detect the communication and the paths I needed to describe for the functions of the loaded movie with my main movie.
I found that, according me of course, although I loaded an external movie (Text1.swf) the behaviours and paths of the functions remain the same, as if I didn't load an external movie. BUT also, it seemed that when loading this content on the target, only respected me the objects and their animations (of Text1.swf), and NOT the Idnames of the movieclips contained on the Text1.swf !!!
I experimented a lot, and only I could use, for example, tell target=letteranimation, but if I wanted to still use tell target=letteranimation.letter.letter of just letteranimation.letter, no way it would work. I tried to use "_level1" and stuff, but nothing worked !!!
So, if anyone can help me about this LITTLE issue, that would be more than great.
P.S. Also, the Text1.swf is EXACTLY the same as my letteranimation that I have on my main movie.
Again, I still can use telltarget=letteranimation, but not telltarget=letteranimation.letter. It's like letter doesn't exist.
Is it a bug? If it's a bug, then what a DRAG.
.Png Vs .Jpg Vs Vectors
what would be better for keeping my framerate consistant using .png's for everyframe, .jpg's for everyframe, or using the vector drawing in flash for everyframe. I always thought it would be better in flash. But then someone told me to use bitmap based because they take less time to calculate a few move dots, but it takes longer to recalculate and redraw a whole new vector. If i could use .png's or.jpg's and have great frame rate but a few jagged lines that would be fine with me.
GIS Vectors
Hi,
Has anyone imported vector data from a GIS? I want to import some maps I'm making in ArcView into my Flash movie, but I can't find a compatible vector format that I can export from the GIS and then import in to Flash MX.
thanks!
Vectors
i saw alot of flash animations done with vectors..
and i think they had a video of a man or a woman , then they converted it into vectors...so i want to know how can i convert a video of a man dancing into video...
i would be pleased if you told me..
thank you alot
Vectors Help
Hello, hello.
Now I've started to learn actionscript 3.0 and vectors(finally), but I need some help. Its about the vectors, that are a pain in the arse for me. I managed to project bullets to the "walls". But the thing is that the walls arent vectors, they're just x coordinates for vertical walls, and ycoords for horizontal walls. Now I want to make the walls vectorized, and do so the man also can hit the walls, or see if it hits it.
This is what it looks like at the moment: http://www.swfcabin.com/open/1224452714
..did someone understand?
Too Many Vectors?
Hi All
Im making an illustration and Im having a few problems in Flash. I've made quite an elaborate vector drawing of a figure in Photoshop which has been exported to Illustrator and then copy and pasted into Flash. My problem is that selecting the lines or filling any of the shapes takes up to 30 seconds which is ridiculous. I have done this before without this problem. Opening up previous files proves this.
Any ideas on how to speed things up?
Radial Vectors
Hi
I'm trying to make a movie where I've got arrows pointing radially inwards. I've got one movieclip which I want to duplicate many times (say 15) and then place it radially. I've tried doing this by using the equation of the circle, but it's just not working!
Screwed Up Vectors On Mac
Lately when I cut and past from Illustrator 10 to Flash MX my smooth round vectors get choppy or even missing pieces. What give?!?!?!?
Screwed Up Vectors In Mac
Lately when I cut and past from Illustrator 10 to Flash MX my smooth round vectors get choppy or even missing pieces. What gives?!?!?!?
Vectors And Bitmaps
Hi
I want more information on why one would prefer, and in which circumstances, Vectors over bitmaps, or otherwise. Is there any way to convert bitmaps into vectors in FLash? If we have to use another program, which one? Thanks
<B>Qasim<B>
Nice Vectors
i've given up trying to draw any shapes with angles or perspective in flash or photoshop, so the alternative - sadly - is buying one
the bg image on this site (enter) is the kind of thing i'm looking for
http://www.neotix.com.br/
anyone know any decent stock flash animation sites?
Vectors Into Flash
Hello,
I have a photoshop file with vectors in it and I want to put it into flash. I need to keep it vectors or else the image looks horrible, when resized. Can anyone help me out? I have Adobe Photoshop, Flash MX and Freehand 10. What do I need to convert the .psd to?
Thanks,
lieb39
Ideas For Some Vectors.... Help?
Sup Flashkit,
I am designing a cd-rom family picture presentation. It will contain pictures from the spring and summer. I want to include some vectors for each of the categories.
I have started brainstorming.
Spring
- Flowers
- Rain
- Blue Sky with some rain clouds.
Summer
- Shiny sun with sunglasses
- a lake
- boat
Fall
- withered tree
- dreawery clouds
- something cold
- ice
What do you guys think.
Later
PNG Transparency > Vectors
hi
how can i get the png-mask in vectors without having to draw it out manually or trace bitmap...
is there such option?
for example:
i have a illustration from photoshop with transparency and exported it as png. now i'd also like to have a plain 1-solid color vector graphic of it in flash with perfect smooth curves and still remain the transparency around it.
hope you know what i mean (excuse my english)
Vectors To Points Set?
How to convert vector graphic from Flash to points set? Need to draw them later dynamically. I know this feature in the Burak's ASV4 but I'm looking for more simple and customizable solution. Is somebody know the right way?
Vectors Vs. Pics
Which one--Flash created vectors, or other-software-created graphics--for preventing the problem of too many mcs causing your movie to slow down?
Thanks,
-ap
Vectors Vs Dir And Speed
i've always used dir and speed to control objects. but i'm reading about AI. and they're always talking about vectors.
whats better about vectors than just speed and dir?
Bitamp Vs Vectors
I have a project with a complex background image. I need this project to be able to scale. So I trace the bitmap. Now the question is: Which is more processor friendly (best performance)? Bitmap or Vectors.
Thank you,
Adrian
Comparing 2 Vectors
I have 2 vectors, one representing a lines base-angle, and one representing the lines current angle.
i want the current-vector to rotate towards the base-vector on each frame, with easing effect.
What I do now is converting the base-vector to angle once, and the current-vector on every frame using atan2.
then i compare the 2 angles and make the second ease towards the first.
I'm just wondering if there's a faster and better way of doing this?
Thanks
Vectors And BitmapData?
is there a way to push in any vector drawn sprites into a bitmapData object and display is that way... hence being able to do pixel effects on your sprites..
if this was possible, i'd like to do something where a window i have everything behind the window is blurred, kind of like how vista does it.
thanks in advnace!
Turn A Jpg Into Vectors?
I have a jpg file that I would like to turn into a vector-based image, so that it will better integrate in flash. Is there a simple way to do this, or do I have to create shapes from scratch by outlining everything?
|