extravaganza
June 12th, 2008, 01:13 AM
I have been making the Internet rounds trying to find someone who can help answer this question. I am so frustrated. I am having trouble getting forceSmoothing to work with a script I found and want to use. The script is at http://flash-creations.com/notes/dynamic_slidingviewer.php
I am publishing to scale and it my jpgs look jagged - I have tried to apply forcesmoothing in the init function in the script but it has no effect
function init() {
// create holder for pictures
createEmptyMovieClip("pic_mc", 1);
pic_mc._x = PICX;
pic_mc._y = PICY;
pic_mc.forceSmoothing = true;
Any help is appreciated!!!!!
I am publishing to scale and it my jpgs look jagged - I have tried to apply forcesmoothing in the init function in the script but it has no effect
function init() {
// create holder for pictures
createEmptyMovieClip("pic_mc", 1);
pic_mc._x = PICX;
pic_mc._y = PICY;
pic_mc.forceSmoothing = true;
Any help is appreciated!!!!!