road0001 / tweener

Automatically exported from code.google.com/p/tweener
0 stars 0 forks source link

Picture get pixelate when time is big (more than4- 6secs) for scale and _x or _y #72

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi, I want to get a virual tour as in www.locogringo.com wich is in js but 
with flash. Using tweener for a scale and/or _x _y moves if time is big (> 
4 or 6  seconds)  the image (is a jpg) looks like pixelate with noise. It 
happend the same for scale or _x _y in speciall in short distances doesn't 
matter the transitions.

I got the same with mc_tween2 so I tried with tweener.  Same result.

And example: http://www.gmbroker.com/prueba/

The code is very simple:
*********
import flash.filters.DisplacementMapFilter;
import flash.display.BitmapData;
import flash.geom.Matrix;
import flash.geom.Point;

import caurina.transitions.Tweener;
import caurina.transitions.properties.*;

caurina.transitions.properties.FilterShortcuts.init(); // _Displacement_*
caurina.transitions.properties.DisplayShortcuts.init(); // _scale

Tweener.addTween(this.speaker, {_x:75, _y:56, time:9, 
transition:"linear"});

Tweener.addTween(this.speaker, {_xScale:107, _yScale:98, time:8, 
transition:"easeOutBack"});
********

Is there a way to fix this issue and get smoth effects with flash or 
better use js?

thanks
j

Original issue reported on code.google.com by jlsam...@yahoo.es on 2 Dec 2009 at 1:46

Attachments: