Answer to Question #917 in Action Script | Flash | Flex | ColdFusion for Nicole

Question #917
I need help with how to set the height of the viewing area to one pixel less
than the y-position of our dividing line and how to position the thumbCanvas thumbnail container movie clip as shown in the .swf setting its x and y properties??



Code:
import fl.transitions.Tween;
import fl.transitions.easing.*;
import fl.transitions.TweenEvent;

var numPics:Number;
var thumbIndex:Number = 0;
var thumbRowCount:Number = 6;

var numThumbsX:Number = 0;
var numThumbsY:Number = 0;

var xSpacing:Number = 115;
var ySpacing:Number = 110;

var largePics:Array = new Array();
var thumbPics:Array = new Array();

var thumbCanvas:MovieClip = new MovieClip();
addChild(thumbCanvas);

var picCanvas:MovieClip = new MovieClip();
addChild(picCanvas);


// set the height of our viewing area to one pixel less
// than the y-position of our dividing line


// position the thumbCanvas thumbnail container movie clip as shown in the .swf
// setting its x and y properties
1
Expert's answer
2010-11-05T06:28:36-0400
Your question requires to be specified. Submit it to our site with all accompanying files to our site and our programmers will be able to help you.

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS