Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




Flash Move Judders - Not Smooth At All



See here it's not very smooth...

anyone know the cause for this?



ActionScript.org Forums > Flash General Questions > Other Flash General Questions
Posted on: 10-30-2007, 12:31 PM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

Ever Get The Judders?
I wonder if anyone can help with what is a tiny bug. it is smewhere in the few lines below but I've been hunting all night and cant find it.

Essentially I have a layer that runs the length of my main time line.
It contain four keyframes "keyframe1", "keyframe2", "keyframe3", "keyframe4".
I have one movie clip on each of the last three of these keyframes, they are:
moveUP_mc, moveLEFT_mc, moveDOWN_mc.
each movieclip contains a slimilar piece of code to move the main screen around the stage.


Code:
///////////// this on "moveUP_mc" in "keyframe2" ////////////
moveUp = function() {
if (_root.mainScreen01._y >= -180) {
_root.mainScreen01._y -= 1;
_root.mainScreen01.hello._y += 1;
}
}
canvasMoveUp = setInterval(moveUp,1);

///////////// this on "moveLEFT_mc" in "keyframe3" //////////
moveLeft = function() {
if (_root.mainScreen01._x >= -55) {
_root.mainScreen01._x -= 10;
}
}
canvasMoveLeft = setInterval(moveLeft,20);

///////////// this on "moveDOWN_mc" in "keyframe4" /////////
moveDown = function() {
if (_root.mainScreen01._y <= 100) {
_root.mainScreen01._y += 1;
_root.mainScreen01.hello._y -= 1;
}
}
canvasMoveDown = setInterval(moveDown,1);
When I play the movie, "moveUP_mc" and "moveLEFT_mc" do exactly what they should do. "moveDOWN_mc" however is causing problems. It moves down to its new position as it should and then judders up and down by a pixel or so.

Can you see what is going wrong here?:yes:
Thank you
Tim.

PNG Smooth Move
Hello,

I'm wondering how to make SMOOTH movement of some object that contains PNG file. My PNG object is about 100x100pxl size.

The problem is that when PNG moves in the scene it's blinking. It doesn't look smoothly.
I have tried different FPS and different speed of motion but can't make smooth motion.

http://img388.imageshack.us/my.php?i...iontestai4.swf

Thanx for all help.

Smooth Scale And Move
hey, i have a question about letting a MC move or scale with actionscript. but without pushing a button. i want a movie that when it starts a MC move's using actionscript.
thanx

grafx

Smooth Move Using Keypress
Is there an easy way to get an object to smoothly move on the stage via keypresses in AS3? When I set it up, the object moves slightly, then hesitates before moving again. Seems to be lagging a little as well. I've come across some scripts that resolve this but they seem to be quite lengthy and complex just to move an object. Any advice would be appreciated.

HOW They Make Things Move SO SMOOTH?
yes, right, i don't get it! For example, 2advanced.. Lines, buttons, splashscreens move very smooth there, but when i try to make something move (insert->motion tween), line or bground.. it moves like.. like i don't know what... I don't get it! Please, ppl, explain, I'm beggin you!

Smooth Horizontal Move From One Point To Another With AS
Smooth horizontal move from one point to another with AS

How do I script it to get a really smooth move intead of using motion tween.
I'm moving a movie clip

Is it easy? I use Flash 7

Thanks

Make A Smooth Mouse Move
I have this code but the mouse dont follow me in real time I want to have a little bit of ease but I dont now how yo do it
heres my code you cand find the page in http://mx.geocities.com/jediborre2001mx

ActionScript Code:
onClipEvent (Load) {
             Mouse.hide(); 
             this.startDrag(true, 25 ,75 , 635, 350);
}

Smooth Scrolling Background Mouse Move
Hi,

I have been stuck on this for ages, using laco tween I have been attempting to create a background image that scrolls like this site: http://www.kingbrownmag.com and many other use.

However I am only able to create something that is clunky and moves with the mouse, there is no inertia and the movement is not great. Any hints, tips, or ideas where to look for some code that might help me achieve this effect wouldbe much appreciated.

Thanks,

Dabush

A Smooth Scroller, A Real SMOOTH One :O(
hi there

in a previous posting, one told me that the macromedia scroller component takes a lot of memory, wel i checked it and that is absolutely true...(!!)

but you have to be honoust, it's a damn good text scroller....

does anybody have a super simple but SMOOTH alternative, because sorry to say, but all the scrollers that i have seen on the flashkit site so far, are very jerky.... :O/

Greetz
melvin

How To Get My Flash Smooth Like This Example
How can I get my SWF to run smoothly, like this example:

http://www.jameshardie.com/

My crude file is at:

http://www.stoneycreekwebdesign.com/...ch/graphic.swf

The mask that flows across the screen is jumpy - how did Hardie make their's so smooth?

Thanks alot again....

Smooth Flash
Hi wondering if anyone can help... there are loads of sites around that seem to implement ultra smooth tweens and transitions.. usually most are found on the FWA.. I use actionscript to tween animations and set the fps to 60.. but it never seems to emulate the slickness that I am talking about... One nice example of flawless tweening is

http://www.arsthanea.com

There are many more, but this one jumps to mind for its lovely transitions..

Anyone know how this level of slickness is achieved?


Best

L

Images Move Left To Right, Fast And Slow On Mouse Move...
I'm looking for a tutorial or example of the effect when you have images all next to each other horizontally and when you roll the mouse oneway they move in the opposite direction and when the mouse is centerd on screen they slow down... Anyone have an example or tutorial of this?

Images Move Left To Right, Fast And Slow On Mouse Move...
I'm looking for a tutorial or example of the effect when you have images all next to each other horizontally and when you roll the mouse oneway they move in the opposite direction and when the mouse is centerd on screen they slow down... Anyone have an example or tutorial of this?

Images Move Left To Right, Fast And Slow On Mouse Move...
I'm looking for a tutorial or example of the effect when you have images all next to each other horizontally and when you roll the mouse oneway they move in the opposite direction and when the mouse is centerd on screen they slow down... Anyone have an example or tutorial of this?

Allowing The User To Move Move An Object (graphic Asset)
I'm working on a Flash presentation that will be an instructional tutorial. I'm teaching users how to navigate a map and I'd like to have them move a ruler or legend to measure distances between two points. Can anyone direct me to a reference source that can help me set this up?

I'm a fairly new Flash user but very eager to learn this technique.

Thanks,

Jerry Marino

Images Move Left To Right, Fast And Slow On Mouse Move...
I'm looking for a tutorial or example of the effect when you have images all next to each other horizontally and when you roll the mouse oneway they move in the opposite direction and when the mouse is centerd on screen they slow down... Anyone have an example or tutorial of this?

Smooth Scrolling Flash 5
Hey, i was wondering if anybody knew how to make somthing scroll smooth instead of really joulty. Here is the code i've used and i wondered if there was a better way to do this.


Quote:





onClipEvent (enterFrame) {
if (_root.Scrollingup == true) {
_root.Scroller._y = _root.Scroller._y-3;
}
if (_root.ScrollingDown == true) {
_root.Scroller._y = _root.Scroller._y+3;
}
}







I'd appreacate any sudgestions or comments. Thank you.

Smooth Play In Flash Mx
Hi, I saw the movie with the dancing girls

Now I wonder if I record something with my handycam, can I put it in a flash file like that? make it in shadows, and remove the background.

How should I Do this, once I saw somebody doing this for a dog commercial here on the flashkit, he told us how to do this, but I can't fint it anymore, pls help me

Smooth Fades In Flash
Greetings,

I am making a slide show and was wondering if it is possible to fade from one image to another using action scripting. How is it done?

I have tried fading using transparency (take a symbol, and fade it from 0% to 100%, hold for qa few frames and fade back down from 100% to 0%) but it doesn'l look as smooth as I would like, even at high frame rates like 24fps.

If anyone has seen http://anfyflash.com/gallery/imagefader/index.html they have applets that will produce a very smooth trasition between images, see url above.

I would like to do this in Flash but I don't think they are just using transparncy to fade between images, So, I'm wondering if there is a way to do it though action scripting.

Smooth Preloader & Flash 9...
Hi everyone,

I've done this tutorial (http://www.actionscript.org/resource...der/Page1.html) to build my preloader, which was working great on the older version of my website... I also used for its newer version (http://www.drduckling.com/) and worked perfectly offline but DOESN'T work online (???) !!! Does anybody know what's wrong ? Does it have to do with me recently using Flash 9 ? Some ActionScript compatibility issue or something ?

Help !

Smooth Images In Flash 8
Macromedia took away the "BEST" quality setting that made rotated and scaled images smooth.

I found a workaround and made a simple to use function so the rest of you guys don't spend as much time as I did banging your heads against the wall for this:

smoothImageLoad function

Hope it comes in handy

Flash Animation Not Smooth
The animation I am currently working on is at a rate of 30 fps and when I test the movie and export it out to test it my animation becomes jumpy and doesn't run at the specified frames per second. I would like to know what can be done to improve/ fix this situation.

Flash Not Smooth - Framerate?
hei,

take a look at this flash at the upper right corner
http://www.clubprive.ee - there is a series of them, press F5 to see others. As you can see, they're smooth

now look at my flash: http://www.jess.ee - 1 is a popup, 2nd one is the top banner on the opening site. You can see its not smooth. I use 30fps, what should i do? should i go higher? Wont that slow down other webelements? It often looks like my banners have a scroll in them, but pro-ones run smooth, even when played simultaneously.

what is the problem?
thnx

Flash Animation, Not Really Smooth
Hello everybody,

I am working on an application that allows the user to generate flash banners. The user includes his own images in the animation, and can change a few parameters. An example can be seen here: http://www.macgeneration.com/labo/voir/126992/test-du-iomega-ultramax-pro-1.5-to/3 (scroll down to the middle of the page, the banner is titled "Une petite galerie pour finir… " .)

As you can see on this example, the animation isn't really smooth. The images movemement isn't really regular. The animation framerate is 24 fps, so I expected it to move better.

At first, I thought the problem came from my actionscript code, or from the number of size of images. So I tried somethig much simpler: I opened Flash CS3, started a new animation at 24 fps. drew a 100*100px rectangle at (0,0) on the first frame. Added a keyframe at frame 60 and moved the rectangle to (450,0) added a motion tween.
I then tested the animation and could see the same fault: the flash animation isn't fluid.

I am a bit disappointed by Flash, shouldn't Flash do such a simple movement in a smoother way ?
On the other hand, I've seen wonderful things made with Flash - like papervision 3d for example - that seemed really smooth. So, have I missed something ? Is there an option to activate to improve animation or something like that ?

For the moment, the only parameter that improves my simple animation is to increase framerate, but I don't think this should be necessary: 24 fps is plenty for such a simple motion.


Anyway, I'm really confused right now, and I'd like to have your opinion about it.

Thanks

Smooth Text In Flash Mx Help
ok so when i type text in flash mx the letters looks all smooth but once i test the movie it look all pixelited. i dont know why.

i guess there is an option but i dont know what it is.

pra.
thanx.

Flash Don´t Run Smooth On All Comp...
I´m building a hompage i flash.
My problem is that when i prewiev it at my house and on many uptoodate computers it look´s great.

But when i look at some older computers ore Mac it is NOT running smooth.(or is it maby bad graphic cards in the computers?)

The entire movie only use 120KB.

My framerat is on 12

Is there anything to do, to be surten that all computers can see the page in a propper way?

Smooth Text In Flash Mx Help
ok so when i type text in flash mx the letters looks all smooth but once i test the movie it look all pixelited. i dont know why.

i guess there is an option but i dont know what it is.

pra.
thanx.

Smooth PreLoader In Flash 8
Hi!

I'm tying to get this preloader to work in Flash 8.

Can anyone please help me??

Thanks, James

http://www.actionscript.org/tutorial...er/index.shtml

Smooth Animation In Flash
Dear Friend,

I saw ur intro animation (www.ultrashock.com) and really surprised. Please tell me in which software have u developed it other than Flash. Its really wonderful. Kindly suggest me how to do these kind of animations and in which software to get these kind of smooth finish.

Regards,
Balaji. I

Move Movie Clips On Mouse Move (opposite)
Hi.

Does anybody have idea how this thing work (the cirlcles moves)?

http://www.templatemonster.com/flash...tes/15650.html

As well as the button gets closer to mouse when near the buttons.

I cant seem to find here .


Thanks very much.

Question About Smooth Animation In Flash
I am building my new site, I use some masking animation
but I have noticed that it runs choppy

http://www.sbdesigns.ca

Why is this so? Any ideas?

Does it have anything to do with frame rate?

I have seen so many other sites and the animations run much smoother
I have placed preloaders in all of the swf loaded into the main movie

Does it have to do with using pngs?

Please help thanks

Flash 8 Noob - Smooth Looping
Hi all,

I'm brand spanking new to Flash (Version 8), and trying to grasp the fundamentals - so this may sound like a pre-school question.

I made a spinning square with a circle/spiral rotating the other direction inside it (just to familiarize myself with the basics.)

It all spins smoothly, but when the spiral gets to the end, it stops before starting again on frame 1. How do you get it to continue without interruption?

How To Make An Image Smooth In Flash
Hey guys, I'm having a little problem .. I'm making a full flash site, everything is almost done. But for some reason when I import to stage an image it kinda get disorted only around the edges ? is there a option to change this ? or a perferrence that I have on that I dont know about ? lol Because the image is saved jpeg 100% and looks very sharp and crisp but only when i import into flash does it disort a couple of pixels around the image


some one please help me !!!!

FLASH WORLD MAP Smooth Zooming
Hey Guys,

I am going crazy here, I am trying to make a map of the world that zooms in. So I have most of it working fine but the only bit I cant get going is the part where you zoom in on an exact spot.

I want the user to click and drag the map around as much as they want and finish on a point (lets say a red dot) now when over the red with the cross hairs I want the zoom to zoom in on what ever is under the cross hairs and not move back to the center of the map.

I have uploaded a test map to http:www.davidbyrne.net.au/map/index.html
you can also download the construction file there if you want to have a go.

Cheers

Flash MX Smooth Preloader Question
Hello,

In this tutorial - http://www.actionscript.org/tutorial...er/index.shtml

Is there any way i could make the width of the load bar "Decrease" instead of increasing the width?


Much Appreciation

Smooth Photo Transition With Flash
Hello,

I am just starting using Flash 8.
I just succeeded to create a first simple Flash movie. This movie is located at the following url ( http://www.perros-guirec.eu/ ).
I just used the first training of the Flash help to create it.
Now my goal would be to create a movie where the pictures are progressively replaced one by the other without any left-right scrolling ( like at the following url : http://www.montbareil.com/).
I put a first photo on the timeline starting at 0, then a second photo at 80 going to 160.
I put a 'move' transition from 40 to 80. Then I tested the movie.
But the transition is not smooth. The second photo appears suddently. I think I missed something.
Can anybody help me to find a solution to do this?
Thanks a lot.

Smooth Color Change In Flash 8
Hi all,

I'm as of today a new user of this site.

I found a script on Kirupa to randomly change colors smoothly with actionscript. Problem is it doesn't work for Flash 8 as it was written for Flash 5. Here is the script:

http://www.kirupa.com/developer/flash5/randomcolor.htm

Does anyone know how to do this in Flash 8? I have been searching and can't find anything. It doesn't matter if it is changing randomly as it's the smooth changing I'm interested in.

Thanks a lot and thanks for the site.

dkgemini
London

Smooth Image Scroll In Flash
what's up forum...


many flash ads these days, incorporate an image...scrollling across the window....i'm trying to get this effect (which is quite simple), but it's not turning out very smooth...i have a frame rate of about 35 and have spanned the movement over about 250 frames, i'd rather not use this many frames...but i want the image to move across very slowly...but very smooth...right now..all i could get is a very jerky motion...hope my explanation was clear...

any ideas?

Smooth Text Scroll In Flash, How?
hi all:
i place the following code in the main timeline which there's a movieclip on the stage containing a text field, to let it scroll following the mouse:

ActionScript Code:
this.onEnterFrame = function() {
    this.txt.scroll += Math.round((_ymouse-136)/20);
};


it works fine but by default, the text scroll very fast even the scroll is +=1, how can i make it smoothly(the defult scroll is line by line, maybe i want it pixel by pixel?)

thx in advance and merry Christmas

Smooth Bar Preloader - Truly Smooth...
I have been making flash movies for a long time now, and have used many different preloader that claim to be smooth or whatever.

Unfortunatly I have yet to find a truly smooth preloader. They always end up stopping for a little bit or a choppy bar animation (skipping from say 40% to 50%)

2advanced and all the big namers all seem to have perfect preloader that go through each percent perfectly and no chopping of the bar at all.

Can anyone point me in the direction of maybe a good component or preloader source you have used and are satisfied with?


Thanks a bunch fellas

How Do I Make Flash Movies Super Smooth?
I've seen some really smooth animations on the web and I was wondering what I need to do to make my movies animate smoothly too. Do I only need to bump up the framerate? I know scene complexity is something to consider. I guess what I'm looking for are some guidelines to making animations smooth. I have flash MX by the way.

Here's an exampleAEM website

In Flash It Runs SMOOTH But In HTML It's SLOW ?
peepz,

i've created a flash movie (full browser window) that run's very smooth in my flash player when i published it with (the ctrl + enter command).

My problem is that when i view it in HTML (i tried a lot of different HTML codes) it is stuttering (i don't understand why).

im using macromedia flash mx 2004 (version 7.2) with the custom easing tool (http://laco.wz.cz/tween)

i also tried to let flash make the HTML code itself but whitout any result .

can somebody make it clear why flash publishes it very smooth and in HTML it's slow? (and maybe a solution?)

thanks already peepz!

added the FLA and HTML...

watch the menu buttons stuttering in HTML, but in FLASH its perfect!

Smooth Transition Of Flash Between HTML Pages
for the first time, i'm using the same Flash menu on different HTML pages... is there any way to stop the Flash movie from flicking on and off as the pages are selected?

the transition between images and text that are in the same position on two different HTML pages is fairly smooth, but there's quite a gap between the Flash media...

site: www.designfood.co.uk

cheers

Flash 6 Making Script Animation Smooth
flash 6 making script animation smooth


I made an animation with actionscript, but i does not play smoothly.
I can`t use "smooth" cause i have to use flash player 6.
i increased my frame rate, but it didn`t change much.



Code:
onEnterFrame = function(){
if(_rotation >= 13) {
_rotation -= 40;
} else {
_rotation += 0.22;
}
trace(_rotation);
}
}
help me please.
any idea is welcome.

In Flash It Runs SMOOTH But In HTML It's SLOW ?
peepz,

i've created a flash movie (full browser window) that run's very smooth in my flash player when i published it with (the ctrl + enter command).

My problem is that when i view it in HTML (i tried a lot of different HTML codes) it is stuttering (i don't understand why).

im using macromedia flash mx 2004 (version 7.2) with the custom easing tool (http://laco.wz.cz/tween)

i also tried to let flash make the HTML code itself but whitout any result .

can somebody make it clear why flash publishes it very smooth and in HTML it's slow? (and maybe a solution?)

thanks already peepz!

p.s. ADDED the FLA and HTML..

watch the menu buttons stuttering in HTML, but in FLASH its perfect!

The Secret Of Smooth Flash-database Communication
Looking to accelerate the pace of your business? You can save a lot of time by using this server component, called Emissary, which facilitates smooth Flash-Database connectivity.
Hurry up and get your free developer edition today.

Empower your flash application at:
www.flashlinksolutions.com
sales@flashlinksolutions.com

My Animation In Flash Dosen't Have A Smooth Movement
Hi there
I have a problem with flash
here is the link of my menu that I made with Flash
http://www.graphicday.com/moving%20menu.html

but I don't know for what reason the movement is not smooth.
how can I make something the same but with a smooth movement?
thanks

Smooth Transitions In Flash - Add Drop Down Menu
hi there

went through the tutorial: smooth transitions in flash at the following link
http://www.hed.swinburne.edu.au/design/tutorials/flash/smooth_transitions/index.php

however, i wanted to add a drop down menu on top of it, the problem is that the menu hides under the loaded content

any reason why?
you can get the files at this address:
http://www.evolve-communications.com/files/smooth.7z
kindly let me know, thanks
please help!!

Smooth Motion Tweening Flash MX 2004
Good day to all flashers i have done a rotating motion tweened animation but i am looking for a way to achive smoother loop cause everytime the animated image loops you can just see that it loops and i am sure there is a way i can get by this small glitch to achive perfect loops or can i do it with AS if so let me know what the AS code will be i am a bit new to AS all in all

thanks people anyone everyone

Copyright © 2005-08 www.BigResource.com, All rights reserved