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
Original issue reported on code.google.com by
jlsam...@yahoo.es
on 2 Dec 2009 at 1:46Attachments: