Learning to Use Macromedia Flash20 March 2006 |
<Shift> and select allows you to add to the selection. The pencil tool draws a line, but the brush tool draws a fill area. Also notice that text floats on top of lines and fills. Also notice that you can pull lines around to create smooth filled shapes. Start with an ellipse and pull its border around a bit. Draw a lstraight line across the ellipse and notice that at the junctions the select tool selects the junction with a rightangle hint instead of the curve hint.
It is important to understand this behaviour because later you will be selecting objects which are invisible like button hit areas, and you need to know how to accurately select the right thing and not select some other thing by mistake.
/* set a default url */
var myTxt:String = 'page?page=logo'
if (_level0.myURL != undefined) {
myTxt = _level0.myURL;
}
inv_btn.onRelease = function(){
getURL(myTxt, '_self');
};
<param name='movie' value='specials1url.swf?myURL=http://video.co.nz/page?page=dvdclassics' /> . . . <embed src='specials1url.swf?myURL=http://video.co.nz/page?page=dvdclassics' . . .
<object . . .>
. . .
<param name='myURL' value='http://video.co.nz/page?page=dvdclassics' />
. . .
<embed . . . myURL='http://video.co.nz/page?page=dvdclassics' . . .