<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Web Design-Web design blog, blog on website designing , blogging on web design and SEO related information</title>
	<atom:link href="http://www.searchenginegenie.com/web-design-blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.searchenginegenie.com/web-design-blog</link>
	<description></description>
	<lastBuildDate>Fri, 10 May 2013 10:12:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Best Useful Css Tips  (For beginners)</title>
		<link>http://www.searchenginegenie.com/web-design-blog/best-useful-css-tips-for-beginners/</link>
		<comments>http://www.searchenginegenie.com/web-design-blog/best-useful-css-tips-for-beginners/#comments</comments>
		<pubDate>Fri, 10 May 2013 10:12:32 +0000</pubDate>
		<dc:creator>Mars</dc:creator>
				<category><![CDATA[web design]]></category>
		<category><![CDATA[web design tips]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html5 with css]]></category>
		<category><![CDATA[Photoshop tips]]></category>
		<category><![CDATA[WEB DESIGNING]]></category>

		<guid isPermaLink="false">http://www.searchenginegenie.com/web-design-blog/?p=2341</guid>
		<description><![CDATA[<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://www.searchenginegenie.com/web-design-blog/best-useful-css-tips-for-beginners/"></g:plusone></div>
Use Shorthand Css Shorthand CSS gives you a shorter way of writing your CSS codes, and most important of all – it makes the code easier to understand. Instead of creating CSS like this It can be short-handed into the following: Understanding Class And ID These two selectors repeatedly confuse beginners. In CSS, class is [...]]]></description>
	<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://www.searchenginegenie.com/web-design-blog/best-useful-css-tips-for-beginners/"></g:plusone></div>
			<content:encoded><![CDATA[<h2><b>Use Shorthand Css</b></h2>
<p>Shorthand CSS gives you a shorter way of writing your CSS codes, and most important of all – it makes the code easier to understand.</p>
<p>Instead of creating CSS like this</p>
<p><a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2013/05/img1.jpg" rel="lightbox[2341]"><img alt="img1" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2013/05/img1.jpg" width="557" height="398" /></a></p>
<p>It can be short-handed into the following:</p>
<p><a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2013/05/img2.jpg" rel="lightbox[2341]"><img class="aligncenter size-full wp-image-2343" alt="img2" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2013/05/img2.jpg" width="502" height="250" /></a></p>
<h2><b>Understanding <span style="color: #ff0000;">Class</span> And<span style="color: #ff0000;"> ID</span></b></h2>
<p>These two selectors repeatedly confuse beginners. In CSS, class is represented by a <span style="color: #ff0000;">dot</span> &#8220;<span style="color: #ff0000;">.</span>&#8221; while id is a <span style="color: #ff0000;">hash</span> ‘<span style="color: #ff0000;">#</span>&#8220;. In a nutshell id is used on style that is distinctive and don’t repeat itself, class on the other side, can be re-use.</p>
<h2><b>Forget <span style="color: #ff0000;">&lt;Table&gt;</span>, Try <span style="color: #ff0000;">&lt;Div&gt;</span></b></h2>
<p>One of the greatest advantages of CSS is the use of <span style="color: #ff0000;">&lt;div&gt;</span> to attain total flexibility in terms of styling. <span style="color: #ff0000;">&lt;div&gt;</span> are unlike <span style="color: #ff0000;">&lt;table&gt;</span>, where substances are ‘locked’ within a <span style="color: #ff0000;">&lt;td&gt;</span>‘s cell. It’s safe to say most  <span style="color: #ff0000;">&lt;table&gt;</span> layouts are attainable with the use of <span style="color: #ff0000;">&lt;div&gt;</span> and proper styling, well maybe except considerable tabular contents.</p>
<h2><b>CSS <span style="color: #ff0000;">Padding</span></b></h2>
<p>Padding is the space between the border of an HTML element and the content within it.</p>
<p>Padding of an element in a single property as follows:</p>
<p><span style="color: #ff0000;">padding</span>: 10px 10px 10px 10px;</p>
<p>If you declare all four values as above, the order is as follows:</p>
<p><span style="color: #ff0000;">Top, right, bottom, left</span></p>
<p><a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2013/05/img1.jpg" rel="lightbox[2341]"> </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.searchenginegenie.com/web-design-blog/best-useful-css-tips-for-beginners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 20 Jquery Image Galleries</title>
		<link>http://www.searchenginegenie.com/web-design-blog/image-gallery/</link>
		<comments>http://www.searchenginegenie.com/web-design-blog/image-gallery/#comments</comments>
		<pubDate>Mon, 03 Dec 2012 09:45:11 +0000</pubDate>
		<dc:creator>Mars</dc:creator>
				<category><![CDATA[image gallery elements]]></category>

		<guid isPermaLink="false">http://www.searchenginegenie.com/web-design-blog/?p=2304</guid>
		<description><![CDATA[<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://www.searchenginegenie.com/web-design-blog/image-gallery/"></g:plusone></div>
Fancy Box Features: Can display images, HTML elements, SWF movies, Iframes and also Ajax requests Customizable through settings and CSS Groups related items and adds navigation. If the mouse wheel plugin is included in the page then FancyBox will respond to mouse wheel events as well Support fancy transitions by using easing plugin Adds a [...]]]></description>
	<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://www.searchenginegenie.com/web-design-blog/image-gallery/"></g:plusone></div>
			<content:encoded><![CDATA[<h3 align="left">Fancy Box</h3>
<p><strong>Features:</strong></p>
<ul>
<li>Can display images, HTML elements, SWF movies, Iframes and also Ajax requests</li>
<li>Customizable through settings and CSS</li>
<li>Groups related items and adds navigation.</li>
<li>If the mouse wheel plugin is included in the page then FancyBox will respond to mouse wheel events as well</li>
<li>Support fancy transitions by using easing plugin</li>
<li>Adds a nice drop shadow under the zoomed item</li>
</ul>
<p><strong><a title="fancybox" href="http://fancybox.net/">Demo</a></strong><br />
<a title="fancybox" href="http://fancybox.net/"><img class="alignleft size-full wp-image-2305" title="fancybox" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/12/fancybox.png" alt="fancybox" width="358" height="200" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h3>TN3 Gallery- Egyptian pyramid</h3>
<p><strong>Features:</strong></p>
<p>TN3 Gallery is a full fledged HTML based customizable image gallery with slideshow, transitions and multiple album options. Compatible with all modern desktop and mobile browsers. Powered by jQuery.<br />
<strong><a title="tn3 gallery" href="http://www.tn3gallery.com/">Demo</a></strong><br />
<a title="tn3 gallery" href="http://www.tn3gallery.com/"><img class="alignleft size-full wp-image-2306" title="tn3gallery" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/12/tn3gallery.png" alt="tn3gallery" width="358" height="200" /></a><br />
<a title="jquery plugin screencast" href="http://net.tutsplus.com/articles/news/using-the-wonderful-jflow-plugin-screencast/"><br />
</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h3>You are finished</h3>
<p><strong>Features:</strong></p>
<p>The only other thing that you’ll want to implement is some CSS styling. However, jFlow will work perfectly without it. That would obviously only be for aesthetic reasons. If you desire more information, I go over the styling a bit more in the screencast.<br />
<strong><a title="jquery plugin screencast" href="http://net.tutsplus.com/articles/news/using-the-wonderful-jflow-plugin-screencast/">Demo</a></strong><br />
<a title="jquery plugin screencast" href="http://net.tutsplus.com/articles/news/using-the-wonderful-jflow-plugin-screencast/"><img class="alignleft size-full wp-image-2307" title="you are finished" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/12/you-are-finished.png" alt="you are finished" width="358" height="200" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h3>Cross slide</h3>
<p><strong>Features:</strong></p>
<p>CrossSlide is a jQuery plugin that implements in Javascript some common slide-show animations, traditionally only available to the web developer via Adobe Flash or other proprietary plugins. CrossSlide builds upon jQuery’s animation facility, so it is as portable across browsers as jQuery itself (a lot.)<br />
<strong></strong></p>
<p><strong><a title="Cross slide" href="http://tobia.github.com/CrossSlide/">Demo</a></strong><br />
<a title="Cross slide" href="http://tobia.github.com/CrossSlide/"><img class="alignleft  wp-image-2308" title="cross slide" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/12/cross-slide.png" alt="cross slide" width="358" height="200" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h3>Space Gallery</h3>
<p><strong><a title="space gallery" href="http://www.eyecon.ro/spacegallery/#about">Demo</a></strong><br />
<a title="space gallery" href="http://www.eyecon.ro/spacegallery/#about"><img class="alignleft  wp-image-2309" title="space gallery" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/12/space-gallery.png" alt="space gallery" width="358" height="200" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h3>Sliding gallery</h3>
<p><strong>Features:</strong></p>
<p>The idea behind this plug-in is to display a varying number of images in an attractive and easy to use manner. The inspiration for this plug-in this iTunes album viewer. The SlidingGallery plug-in will take a group of images and turn them into a cyclical gallery of images which the user can click through.<br />
<strong><a title="sliding gallery" href="http://www.meadmiracle.com/SlidingGalleryDemo1.htm">Demo</a></strong><br />
<a title="sliding gallery" href="http://www.meadmiracle.com/SlidingGalleryDemo1.htm"><img class="alignleft size-full wp-image-2310" title="sliding gallery" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/12/sliding-gallery.png" alt="sliding gallery" width="358" height="200" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h3>Full screen image gallery</h3>
<p><strong>Features:</strong></p>
<p>Galleria is a JavaScript image gallery framework. The aim is to simplify the process of creating professional image galleries for the web and mobile devices.<br />
<strong><a title="galleria" href="http://galleria.io/">Demo</a></strong><br />
<a title="galleria" href="http://galleria.io/"><img class="alignleft size-full wp-image-2311" title="galleria" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/12/galleria.png" alt="galleria" width="358" height="200" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h3>Smooth div scroll</h3>
<p><strong>Features:</strong></p>
<ul>
<li>Works on touch devices like iPhone, iPad and Android smartphones.</li>
<li>Smooth scrolling &#8211; no distinct steps</li>
<li>Endless loops, if you want.</li>
<li>Many different scrolling methods: touch, hot spots, mouse wheel och auto scrolling. Or combinations of these!</li>
<li>Make any type of content scrollable, not just images.</li>
<li>Easing options for a smoother scrolling experience.</li>
</ul>
<p><strong><a title="smooth div scroll" href="http://www.smoothdivscroll.com/#quickdemo">Demo</a></strong><br />
<a title="smooth div scroll" href="http://www.smoothdivscroll.com/#quickdemo"><img class="alignleft size-full wp-image-2312" title="smooth div scroll" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/12/smooth-div-scroll.png" alt="smooth div scroll" width="358" height="200" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h3>Ego gallery</h3>
<p><strong>Features:</strong></p>
<p>EGOGallery is a web animated slideshow gallery maid with jQuery. It only uses basic jQuery functions and Cody Lindley’s Thickbox to display larger pictures.<br />
<strong></strong></p>
<p><strong><a title="ego gallery" href="http://www.eogallery.com/">Demo</a></strong><br />
<a title="ego gallery" href="http://www.eogallery.com/"><img class="alignleft size-full wp-image-2313" title="ego gallery" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/12/ego-gallery.png" alt="ego gallery" width="358" height="200" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h3>JQzoom</h3>
<p><strong>Features:</strong></p>
<p>JQZoom is a javascript image magnifier built at the top of the popular jQuery javascript framework.jQzoom is a great and a really easy to use script to magnify what you want.<br />
<strong></strong></p>
<p><strong><a title="mind projects" href="http://www.mind-projects.it/projects/jqzoom/demos.php#demo1">Demo</a></strong><br />
<a title="mind projects" href="http://www.mind-projects.it/projects/jqzoom/demos.php#demo1"><img class="alignleft size-full wp-image-2314" title="mind projects" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/12/mind-projects.png" alt="mind projects" width="358" height="200" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h3>Cycle</h3>
<p><strong>Features:</strong></p>
<p>The jQuery Cycle Plugin is a slideshow plugin that supports many different types of transition effects. It supports pause-on-hover, auto-stop, auto-fit, before/after callbacks, click triggers and much more.<br />
<strong><a title="jquery-cyle" href="http://malsup.com/jquery/cycle/">Demo</a></strong><br />
<a title="jquery-cyle" href="http://malsup.com/jquery/cycle/"><img class="alignleft size-full wp-image-2315" title="cycle plugin" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/12/cycle-plugin.png" alt="cycle plugin" width="358" height="200" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h3>House in human hands</h3>
<p><strong><a title="deposit photos" href="http://depositphotos.com/category/Concepts.html">Demo</a></strong><br />
<a title="deposit photos" href="http://depositphotos.com/category/Concepts.html"><img class="alignleft size-full wp-image-2316" title="house in human hand" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/12/house-in-human-hand.png" alt="house in human hand" width="358" height="200" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h3>WOW slider</h3>
<p><strong><a title="jquery-banner-rotator" href="http://wowslider.com/jquery-banner-rotator-catalyst-fade-demo.html">Demo</a></strong></p>
<p><a title="jquery-banner-rotator" href="http://wowslider.com/jquery-banner-rotator-catalyst-fade-demo.html"><img class="alignleft size-full wp-image-2317" title="wow slider" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/12/wow-slider.png" alt="wow slider" width="358" height="200" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h3>Nivo Gallery</h3>
<p><strong><a title="Nivo Gallery" href="http://nivogallery.dev7studios.com/">Demo</a></strong></p>
<p><a title="Nivo Gallery" href="http://nivogallery.dev7studios.com/"><img class="alignleft size-full wp-image-2318" title="nivo gallery" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/12/nivo-gallery.png" alt="nivo gallery" width="358" height="200" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h3>BX Gallery</h3>
<p><strong>Features:</strong></p>
<ul>
<li>automatic thumbnail generation</li>
<li>custom size / cropping methods for thumbnails</li>
<li>thumbnail placement option</li>
<li>maximum height and width options for main image</li>
<li>opacity hover settings</li>
</ul>
<p><strong><a title="BX Gallery" href="http://bxgalleryplugin.com/">Demo</a></strong><br />
<a title="BX Gallery" href="http://bxgalleryplugin.com/"><img class="alignleft size-full wp-image-2319" title="bxgallery" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/12/bxgallery.png" alt="bxgallery" width="358" height="200" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h3>A piggy in the middle</h3>
<p><strong>Features:</strong></p>
<p>Visual LightBox JS is a free wizard program that helps you easily generate web photo galleries with a nice Lightbox-style overlay effect, in a few clicks without writing a single line of code. Just drag&amp;drop your photos into Visual LightBox window, press &#8220;Publish&#8221; and your own web gallery with beautiful LightBox 2 effects will open in the browser instantly! No javascript,css,html coding, no image editing, just a click to get your gallery ready.<br />
<strong></strong></p>
<p><strong><a title="A piggy in the middle" href="http://visuallightbox.com/image-gallery-with-lightbox-no-frame-demo.html">Demo</a></strong><br />
<a title="A piggy in the middle" href="http://visuallightbox.com/image-gallery-with-lightbox-no-frame-demo.html"><img class="alignleft size-full wp-image-2320" title="a piggy in the middle" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/12/a-piggy-in-the-middle.png" alt="a piggy in the middle" width="358" height="250" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h3>3D gallery</h3>
<p><strong><a title="3d gallery" href="http://tympanus.net/codrops/2012/02/06/3d-gallery-with-css3-and-jquery/">Demo</a></strong></p>
<p><a title="3d gallery" href="http://tympanus.net/Development/3DGallery/index2.html"><img class="alignleft size-full wp-image-2321" title="3d gallery" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/12/3d-gallery.png" alt="3d gallery" width="358" height="200" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h3>Super sized</h3>
<p><strong>Features:</strong></p>
<p>Supersized is a fullscreen background slideshow built using the jQuery library.<br />
<strong> </strong></p>
<p><strong><a title="super sized" href="http://www.buildinternet.com/project/supersized/">Demo</a></strong><br />
<a title="super sized" href="http://buildinternet.com/project/supersized/slideshow/3.2/demo.html"><img class="alignleft size-full wp-image-2322" title="supersized" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/12/supersized.png" alt="supersized" width="358" height="250" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h3>Rotating image slider</h3>
<p><strong>Features:</strong></p>
<p>In the following tutorial we will create an asymmetrical image slider with a little twist: when sliding the pictures we will slightly rotate them and delay the sliding of each element. The unusual shape of the slider is created by some elements placement and the use of thick borders. We will &#8230;<br />
<strong></strong></p>
<p><strong><a title="Rotating image slider" href="http://tympanus.net/codrops/2011/04/28/rotating-image-slider/">Demo</a></strong><br />
<a title="Rotating image slider" href="http://tympanus.net/Tutorials/RotatingImageSlider/"><img class="alignleft size-full wp-image-2323" title="rotating image slider" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/12/rotating-image-slider.png" alt="rotating image slider" width="358" height="200" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h3>Simple scrollable images</h3>
<p><strong>Features:</strong></p>
<p>This demo continues from the minimal setup and adds a simple click action to the scrollable items which will open up a larger version of the thumbnail image.<br />
<strong></strong></p>
<p><strong><a title="Simple scrollable images" href="http://jquerytools.org/demos/scrollable/gallery.html">Demo</a></strong><br />
<a title="Simple scrollable images" href="http://jquerytools.org/demos/scrollable/gallery.html"><img class="alignleft size-full wp-image-2324" title="simple scrollable image" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/12/simple-scrollable-image.png" alt="simple scrollable image" width="358" height="275" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.searchenginegenie.com/web-design-blog/image-gallery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shooting the Missiles Using Action Script on Flash 3.0</title>
		<link>http://www.searchenginegenie.com/web-design-blog/shooting-the-missiles-using-action-script-on-flash-3-0/</link>
		<comments>http://www.searchenginegenie.com/web-design-blog/shooting-the-missiles-using-action-script-on-flash-3-0/#comments</comments>
		<pubDate>Mon, 26 Nov 2012 17:00:35 +0000</pubDate>
		<dc:creator>Mars</dc:creator>
				<category><![CDATA[flash]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web design tips]]></category>
		<category><![CDATA[Animation in flash]]></category>
		<category><![CDATA[flash action script]]></category>
		<category><![CDATA[Flash Actionscript]]></category>
		<category><![CDATA[Flash actionscript gallery]]></category>
		<category><![CDATA[Photo gallery in flash]]></category>

		<guid isPermaLink="false">http://www.searchenginegenie.com/web-design-blog/?p=2284</guid>
		<description><![CDATA[<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://www.searchenginegenie.com/web-design-blog/shooting-the-missiles-using-action-script-on-flash-3-0/"></g:plusone></div>
Step 1: Open a new document in flash. Set the stage color as black. Step 2: Choose Window &#62; Properties from the main menu bar to open the PROPERTIES panel. Step 3: Expand the Properties section in the panel and choose the Edit button to enlarge the Document Settings window. Next, set the width to [...]]]></description>
	<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://www.searchenginegenie.com/web-design-blog/shooting-the-missiles-using-action-script-on-flash-3-0/"></g:plusone></div>
			<content:encoded><![CDATA[<p><object width="550" height="300" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="quality" value="high" /><param name="src" value="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/game-shooting-missiles-rockets-torpedoes.swf" /><param name="pluginspage" value="http://www.macromedia.com/go/getflashplayer" /><embed width="550" height="300" type="application/x-shockwave-flash" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/game-shooting-missiles-rockets-torpedoes.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object><br />
Step 1: Open a new document in flash. Set the stage color as black.<br />
Step 2: Choose Window &gt; Properties from the main menu bar to open the PROPERTIES panel.<br />
Step 3: Expand the Properties section in the panel and choose the Edit button to enlarge the Document Settings window. Next, set the width to 550 px and height to 450 px in the PROPERTIES panel, as shown in Figure below. Choose the Ok button.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/113.jpg" rel="lightbox[2284]"><img class="alignleft size-full wp-image-2287" title="1" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/113.jpg" alt="" width="478" height="273" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 4: import an image to perform the action script. Choose File &gt; Import &gt; Import to stage from the main menu bar and Import the unzipped images file. The three files will be imported to the stage, as shown in Figure below.</p>
<p><a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/211.jpg" rel="lightbox[2284]"><img class="alignleft size-full wp-image-2288" title="2" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/211.jpg" alt="" width="121" height="107" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 5: Perform some actions to this image. From the timeline create new layer to the name them as figure follows</p>
<p><a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/38.jpg" rel="lightbox[2284]"><img class="alignleft size-full wp-image-2290" title="3" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/38.jpg" alt="" width="228" height="133" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;<br />
Step 6: Now we will use some action script. To make the thumbnails function and to rotate them around the main image.<br />
Code 1:</p>
<p><a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/43.jpg" rel="lightbox[2284]"><img class="alignleft size-full wp-image-2291" title="4" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/43.jpg" alt="" width="995" height="647" /></a><br />
Code 2:</p>
<p><a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/53.jpg" rel="lightbox[2284]"><img class="alignleft size-full wp-image-2292" title="5" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/53.jpg" alt="" width="998" height="706" /></a><br />
Code 3:</p>
<p><a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/63.jpg" rel="lightbox[2284]"><img class="alignleft size-full wp-image-2293" title="6" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/63.jpg" alt="" width="1052" height="708" /></a><br />
Code 4:</p>
<p><a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/73.jpg" rel="lightbox[2284]"><img class="alignleft size-full wp-image-2294" title="7" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/73.jpg" alt="" width="1043" height="701" /></a><br />
Code 5:</p>
<p><a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/83.jpg" rel="lightbox[2284]"><img class="alignleft size-full wp-image-2295" title="8" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/83.jpg" alt="" width="1051" height="704" /></a><br />
Code 6:</p>
<p><a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/92.jpg" rel="lightbox[2284]"><img class="alignleft size-full wp-image-2296" title="9" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/92.jpg" alt="" width="1056" height="707" /></a><br />
Code 7:</p>
<p><a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/102.jpg" rel="lightbox[2284]"><img class="alignleft size-full wp-image-2297" title="10" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/102.jpg" alt="" width="1041" height="685" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.searchenginegenie.com/web-design-blog/shooting-the-missiles-using-action-script-on-flash-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shake Effect on Action Script Using Flash 3.0</title>
		<link>http://www.searchenginegenie.com/web-design-blog/shake-effect-on-action-script-using-flash-3-0/</link>
		<comments>http://www.searchenginegenie.com/web-design-blog/shake-effect-on-action-script-using-flash-3-0/#comments</comments>
		<pubDate>Mon, 19 Nov 2012 17:00:59 +0000</pubDate>
		<dc:creator>Mars</dc:creator>
				<category><![CDATA[flash]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[Animation in flash]]></category>
		<category><![CDATA[Clock using actionscript]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash Actionscript]]></category>
		<category><![CDATA[Photo gallery in flash]]></category>
		<category><![CDATA[WEB DESIGNING]]></category>

		<guid isPermaLink="false">http://www.searchenginegenie.com/web-design-blog/?p=2265</guid>
		<description><![CDATA[<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://www.searchenginegenie.com/web-design-blog/shake-effect-on-action-script-using-flash-3-0/"></g:plusone></div>
Step 1: Open a new flash file. Choose Window &#62; Properties from the main menu bar to open the PROPERTIES panel. Step 2: Expand the Properties section in the panel and choose the Edit button to enlarge the Document Settings window. Next, set the width to 550 pixels and height to 300 pixels in the [...]]]></description>
	<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://www.searchenginegenie.com/web-design-blog/shake-effect-on-action-script-using-flash-3-0/"></g:plusone></div>
			<content:encoded><![CDATA[<p><object width="550" height="300" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="quality" value="high" /><param name="src" value="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/shake-effect-script.swf" /><param name="pluginspage" value="http://www.macromedia.com/go/getflashplayer" /><embed width="550" height="300" type="application/x-shockwave-flash" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/shake-effect-script.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object></p>
<p>Step 1: Open a new flash file. Choose <strong>Window &gt; Properties</strong> from the main menu bar to open the PROPERTIES panel.<br />
Step 2: Expand the Properties section in the panel and choose the <strong>Edit</strong> button to enlarge the Document Settings window. Next, set the width to 550 pixels and height to 300 pixels in the<br />
<strong>PROPERTIES</strong> panel, as shown in Figure below. Choose the Ok button.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/210.jpg" rel="lightbox[2265]"><img class="alignleft size-full wp-image-2269" title="2" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/210.jpg" alt="" width="342" height="183" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 3: Now we need to draw an oval for masking. Select the Oval tool from tools. Draw an circle in the document.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/112.jpg" rel="lightbox[2265]"><img class="alignleft size-full wp-image-2266" title="1" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/112.jpg" alt="" width="442" height="253" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 4: Fill the color (#99FFFF) inside the oval. And name the document on left-top as shake effect on Action Script.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/36.jpg" rel="lightbox[2265]"><img class="alignleft size-full wp-image-2267" title="3" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/36.jpg" alt="" width="557" height="305" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 5: Place the button on the document and give instance name it <strong>Reset</strong> as figure shown below.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/42.jpg" rel="lightbox[2265]"><img class="alignleft size-full wp-image-2268" title="4" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/42.jpg" alt="" width="551" height="300" /></a><br />
&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 6: Create a timeline for layer 1 and name it as player.</p>
<p><a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/52.jpg" rel="lightbox[2265]"><img class="alignleft size-full wp-image-2270" title="5" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/52.jpg" alt="" width="255" height="123" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 7: Create another layer for controlling effects and named it as controls. And for frame select the rectangle tool from toolbar.</p>
<p><a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/62.jpg" rel="lightbox[2265]"><img class="alignleft size-full wp-image-2272" title="6" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/62.jpg" alt="" width="233" height="96" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 8: Create a fourth layer for Performing Action Script.</p>
<p><a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/72.jpg" rel="lightbox[2265]"><img class="alignleft size-full wp-image-2273" title="7" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/72.jpg" alt="" width="234" height="115" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 9: Type the following Action Script in Layer-4(Action Script).</p>
<p><a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/82.jpg" rel="lightbox[2265]"><img class="alignleft size-full wp-image-2274" title="8" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/82.jpg" alt="" width="481" height="527" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 10: Import shake effect images to library. Images name should be same as in library and script. Go to library panel and right click on each image. Choose Properties à Linkage. Check the “Export for Action script” option. And run the program.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.searchenginegenie.com/web-design-blog/shake-effect-on-action-script-using-flash-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Various Color changing on Single Object Using Flash 3.0</title>
		<link>http://www.searchenginegenie.com/web-design-blog/various-color-changing-on-single-object-using-flash-3-0/</link>
		<comments>http://www.searchenginegenie.com/web-design-blog/various-color-changing-on-single-object-using-flash-3-0/#comments</comments>
		<pubDate>Mon, 12 Nov 2012 17:00:50 +0000</pubDate>
		<dc:creator>Mars</dc:creator>
				<category><![CDATA[flash]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash actionscript gallery]]></category>
		<category><![CDATA[WEB DESIGNING]]></category>

		<guid isPermaLink="false">http://www.searchenginegenie.com/web-design-blog/?p=2233</guid>
		<description><![CDATA[<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://www.searchenginegenie.com/web-design-blog/various-color-changing-on-single-object-using-flash-3-0/"></g:plusone></div>
Step 1: Open a new flash file. Choose Window &#62; Properties from the main menu bar to open the PROPERTIES panel. Step 2: Expand the Properties section in the panel and choose the Edit button to enlarge the Document Settings window. Next, set the width to 500 pixels and height to 358 pixels in the [...]]]></description>
	<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://www.searchenginegenie.com/web-design-blog/various-color-changing-on-single-object-using-flash-3-0/"></g:plusone></div>
			<content:encoded><![CDATA[<p><object width="550" height="300" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="quality" value="high" /><param name="src" value="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/4_color.swf" /><param name="pluginspage" value="http://www.macromedia.com/go/getflashplayer" /><embed width="550" height="300" type="application/x-shockwave-flash" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/4_color.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object><br />
Step 1: Open a new flash file. Choose Window &gt; Properties from the main menu bar to open the PROPERTIES panel.<br />
Step 2: Expand the Properties section in the panel and choose the Edit button to enlarge the Document Settings window. Next, set the width to 500 pixels and height to 358 pixels in the<br />
PROPERTIES panel, as shown in Figure below. Choose the Ok button.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/110.jpg" rel="lightbox[2233]"><img class="alignleft size-full wp-image-2235" title="1" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/110.jpg" alt="" width="442" height="253" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 3: Draw or import an object from the file. Then select the car and press F8(To convert into symbol) to convert into movie clip.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/28.jpg" rel="lightbox[2233]"><img class="alignleft size-full wp-image-2236" title="2" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/28.jpg" alt="" width="412" height="162" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 4: While the object is still selected, go to the Properties Panel (Ctrl+F3) below the stage. On the left side, You will find the Instance name input field there. Call this Movie Clip as whatever you like. For this example, I will call my movie clip object1. See the picture below.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/35.jpg" rel="lightbox[2233]"><img class="alignleft size-full wp-image-2237" title="3" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/35.jpg" alt="" width="178" height="64" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 5: Create a new layer above the objects layer and name it button.<br />
Step 6: After that, create a four buttons (red, blue, brown and yellow, etc&#8230;). See the picture below.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/41.jpg" rel="lightbox[2233]"><img class="alignleft  wp-image-2238" title="4" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/41.jpg" alt="" width="428" height="307" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 7: Take the selection tool (V) and click on the red button. Then, go again to the Properties Panel (Ctrl+F3) below the stage. On the left side, You will find the Instance name input field there. Call this button swatch1_btn. See the picture below.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/51.jpg" rel="lightbox[2233]"><img class="alignleft size-full wp-image-2239" title="5" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/51.jpg" alt="" width="251" height="91" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 8: Do this also for every other button, but for red, type blue, brown&#8230;.<br />
Step 9: Create a new layer above the buttons layer and name it action.<br />
Step 10: Click on the first frame of layer action and go to the action script panel (F9). Then, enter this code inside the actions panel:<br />
Code 1: this code is for purple color button<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/61.jpg" rel="lightbox[2233]"><img class="alignleft  wp-image-2240" title="6" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/61.jpg" alt="" width="238" height="85" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Code 2: this code is for red color button<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/71.jpg" rel="lightbox[2233]"><img class="alignleft  wp-image-2241" title="7" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/71.jpg" alt="" width="297" height="106" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Code 3: this code is for green color button<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/81.jpg" rel="lightbox[2233]"><img class="alignleft  wp-image-2242" title="8" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/81.jpg" alt="" width="331" height="116" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Code 4: this code is for blue color button<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/91.jpg" rel="lightbox[2233]"><img class="alignleft  wp-image-2243" title="9" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/91.jpg" alt="" width="363" height="125" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Code 5: this code is for dark blue color button<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/101.jpg" rel="lightbox[2233]"><img class="alignleft  wp-image-2244" title="10" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/101.jpg" alt="" width="356" height="119" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Code 6: this code is for grey color button<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/111.jpg" rel="lightbox[2233]"><img class="alignleft  wp-image-2245" title="11" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/111.jpg" alt="" width="306" height="108" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 11: This main button is for applying color to the car.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/121.jpg" rel="lightbox[2233]"><img class="alignleft  wp-image-2246" title="12" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/121.jpg" alt="" width="275" height="103" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 12: This measurement is used to mix the color with the main color for displaying clear look.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/131.jpg" rel="lightbox[2233]"><img class="alignleft size-full wp-image-2247" title="13" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/131.jpg" alt="" width="117" height="286" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Code:<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/161.jpg" rel="lightbox[2233]"><img class="alignleft  wp-image-2248" title="16" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/161.jpg" alt="" width="386" height="173" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 13: This scale is used to pin point the color value and range value<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/141.jpg" rel="lightbox[2233]"><img class="alignleft  wp-image-2249" title="14" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/141.jpg" alt="" width="232" height="56" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>code:<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/171.jpg" rel="lightbox[2233]"><img class="alignleft  wp-image-2250" title="17" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/171.jpg" alt="" width="397" height="79" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Test your Movie (Ctrl+Enter).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.searchenginegenie.com/web-design-blog/various-color-changing-on-single-object-using-flash-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Floating Gallery Using Flash Cs4</title>
		<link>http://www.searchenginegenie.com/web-design-blog/floating-gallery-using-flash-cs4/</link>
		<comments>http://www.searchenginegenie.com/web-design-blog/floating-gallery-using-flash-cs4/#comments</comments>
		<pubDate>Mon, 05 Nov 2012 10:02:59 +0000</pubDate>
		<dc:creator>Mars</dc:creator>
				<category><![CDATA[flash]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Animation in flash]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash Actionscript]]></category>
		<category><![CDATA[Flash actionscript gallery]]></category>
		<category><![CDATA[Photo album flash]]></category>
		<category><![CDATA[Photo gallery in flash]]></category>
		<category><![CDATA[slider in flash]]></category>
		<category><![CDATA[spining of earth in flash]]></category>
		<category><![CDATA[Zooming effect in flash]]></category>

		<guid isPermaLink="false">http://www.searchenginegenie.com/web-design-blog/?p=2171</guid>
		<description><![CDATA[<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://www.searchenginegenie.com/web-design-blog/floating-gallery-using-flash-cs4/"></g:plusone></div>
Step 1: open a new flash file. Set the width to 600 pixels and the height to 540 pixels. For this pictorial we need 8 images. We have to resize them with 330*330 for the main image and 75*75 thumbnail images. Name the images image-0 to image-7 and thumb-0 to thumb-7 and then import them [...]]]></description>
	<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://www.searchenginegenie.com/web-design-blog/floating-gallery-using-flash-cs4/"></g:plusone></div>
			<content:encoded><![CDATA[<p><object width="600" height="540" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="quality" value="high" /><param name="src" value="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/rotating-gallery2.swf" /><param name="pluginspage" value="http://www.macromedia.com/go/getflashplayer" /><embed width="600" height="540" type="application/x-shockwave-flash" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/rotating-gallery2.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object><br />
Step 1: open a new flash file. Set the width to 600 pixels and the height to 540 pixels. For this pictorial we need 8 images. We have to resize them with 330*330 for the main image and 75*75 thumbnail images. Name the images image-0 to image-7 and thumb-0 to thumb-7 and then import them into the library (File-&gt; import-&gt;import to library).<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/1.jpg" rel="lightbox[2171]"><img class="alignleft size-full wp-image-2173" title="1" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/1.jpg" alt="" width="474" height="269" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 2: By using oval tool (O) to creating a dark grey circle (#323232) circle, without an outline by using dimensions and positions below. I have reduced the magnification in Flash to 50%, so that it&#8217;s easier to see.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/2.jpg" rel="lightbox[2171]"><img class="alignleft size-full wp-image-2174" title="2" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/2.jpg" alt="" width="358" height="344" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 3: To convert the oval into an MOVIE CLIP (Movie Clip Symbol) called &#8220;background&#8221;, by pressing F8.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/3.jpg" rel="lightbox[2171]"><img class="alignleft size-full wp-image-2175" title="3" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/3.jpg" alt="" width="496" height="275" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 4: Convert this Movie Clip into another one called &#8220;gallery&#8221; and then, from the properties panel, give it the instance name &#8220;gallery&#8221;. After that action script will be used to give the gallery some functionality and the instance names given to the MOVIE CLIP&#8217;s will be used to reference them.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/4.jpg" rel="lightbox[2171]"><img class="alignleft  wp-image-2176" title="4" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/4.jpg" alt="" width="548" height="249" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 5: Double click on the “gallery” movie clip and then on the “background” movie clip. Name the layer with the dark oval “background 1”. Create the second layer called “background” and with the lighter grey (#505050) oval on this layer.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/5.jpg" rel="lightbox[2171]"><img class="alignleft size-full wp-image-2177" title="5" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/5.jpg" alt="" width="307" height="387" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 6: From the properties panel, set the dimensions and positions, as shown below.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/6.jpg" rel="lightbox[2171]"><img class="alignleft size-full wp-image-2178" title="6" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/6.jpg" alt="" width="229" height="413" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 7: Next, drag image 0 onto the &#8220;images&#8221; layer as shown below. Convert the image to a Movie Clip (F8) called &#8220;image0&#8243;, selection &#8220;export for action script&#8221;. This will allow the image to be attached with action script, using the &#8220;identifier&#8221; as a reference.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/7.jpg" rel="lightbox[2171]"><img class="alignleft size-full wp-image-2179" title="7" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/7.jpg" alt="" width="413" height="537" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 8: Convert the Movie Clip again (F8) into another Movie Clip called &#8220;image Holder&#8221;.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/8.jpg" rel="lightbox[2171]"><img class="alignleft size-full wp-image-2180" title="8" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/8.jpg" alt="" width="402" height="304" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 9: Use the Oval Tool to create an oval on the mask layer, setting it to have the dimensions and positions as shown below. Right click on the mask layer and choose &#8220;mask&#8221;.<br />
Fig (a):<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/9.jpg" rel="lightbox[2171]"><img class="alignleft size-full wp-image-2181" title="9" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/9.jpg" alt="" width="267" height="473" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Fig (b):<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/9b.jpg" rel="lightbox[2171]"><img class="alignleft size-full wp-image-2182" title="9b" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/9b.jpg" alt="" width="243" height="395" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 10: The circle should now be masking the image, as shown below.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/10.jpg" rel="lightbox[2171]"><img class="alignleft size-full wp-image-2183" title="10" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/10.jpg" alt="" width="307" height="373" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 11: Now we are going to create a temporary guide which will be used to place the thumbnails. Create a new layer called &#8220;guide&#8221; and see the Oval Tool to create a circle with just the stroke color and no fill. Set the dimensions and positions as figure shown below.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/11.jpg" rel="lightbox[2171]"><img class="alignleft size-full wp-image-2184" title="11" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/11.jpg" alt="" width="313" height="535" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 12: Convert the ring into a Movie Clip (F8) called &#8220;guide&#8221;.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/12.jpg" rel="lightbox[2171]"><img class="alignleft size-full wp-image-2185" title="12" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/12.jpg" alt="" width="431" height="287" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 13: Double click on the MOVIE CLIP, create a new layer and draw a line, using the dimensions and positions as figure shown below.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/13.jpg" rel="lightbox[2171]"><img class="alignleft size-full wp-image-2186" title="13" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/13.jpg" alt="" width="303" height="541" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 14: Create a vertical line on another new layer as figure shown below.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/14.jpg" rel="lightbox[2171]"><img class="alignleft size-full wp-image-2187" title="14" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/14.jpg" alt="" width="303" height="541" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 15: Now copy the 2 lines onto a single new layer.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/15.jpg" rel="lightbox[2171]"><img class="alignleft size-full wp-image-2188" title="15" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/15.jpg" alt="" width="301" height="407" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 16: Open the transform panel and set &#8220;rotate&#8221; to 45 degrees.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/16.jpg" rel="lightbox[2171]"><img class="alignleft size-full wp-image-2189" title="16" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/16.jpg" alt="" width="537" height="273" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 17: Now, create a new MOVIE CLIP (Insert &gt; New Symbol) called &#8220;thumb0&#8243; and create 2 layers called &#8220;image&#8221; and &#8220;mask&#8221;. Drag the thumbnail thumb_0 on to the &#8220;image&#8221; layer, placing it at the position shown below.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/17.jpg" rel="lightbox[2171]"><img class="alignleft size-full wp-image-2190" title="17" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/17.jpg" alt="" width="315" height="361" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 18: Create a circle on the &#8220;mask layer&#8221;<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/18.jpg" rel="lightbox[2171]"><img class="alignleft size-full wp-image-2192" title="18" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/18.jpg" alt="" width="279" height="383" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 19: Right click on the &#8220;mask&#8221; layer and chose &#8220;mask&#8221;.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/19.jpg" rel="lightbox[2171]"><img class="alignleft size-full wp-image-2193" title="19" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/19.jpg" alt="" width="303" height="307" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 20: Convert the mask into an MC (F8) called thumbMask. You can reuse this MC for the other thumbnails.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/20.jpg" rel="lightbox[2171]"><img class="alignleft size-full wp-image-2194" title="20" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/20.jpg" alt="" width="373" height="337" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 21: Create a dark grey (#404040) circle on a layer below the image and mask, using the positions and dimensions shown below.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/21.jpg" rel="lightbox[2171]"><img class="alignleft size-full wp-image-2195" title="21" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/21.jpg" alt="" width="265" height="407" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 22: This will also be reused for the other thumbnails, so convert it to an MC called &#8220;thumbBG&#8221;. So, that&#8217;s the 1st thumbnails created, now create the other 7, using steps 18 &#8211; 23.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/22.jpg" rel="lightbox[2171]"><img class="alignleft size-full wp-image-2196" title="22" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/22.jpg" alt="" width="309" height="165" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 23: Next, create a layer called &#8220;thumbs&#8221; and drag thumb0 MC onto the stage, positioning it at the top over the guide. From the properties panel, give it the instance name &#8220;thumb0&#8243;.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/23.jpg" rel="lightbox[2171]"><img class="alignleft size-full wp-image-2197" title="23" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/23.jpg" alt="" width="507" height="461" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 24: Convert thumb0mc into another MC called thumb Holder. Set the registration point (circled in red) to the center. To rotate the thumbnails with action script, the thumb Holder MC will be rotate so that each thumbnail doesn&#8217;t have to be rotated individually. Setting the registration point to the center makes sure the MC will rotate from the center.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/24.jpg" rel="lightbox[2171]"><img class="alignleft size-full wp-image-2198" title="24" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/24.jpg" alt="" width="571" height="367" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 25: Add all 8 of the thumbnails where the lines intersect with the ring. Place thumb1 at the second point, thumb2 at the 3rd, and so on.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/25.jpg" rel="lightbox[2171]"><img class="alignleft size-full wp-image-2199" title="25" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/25.jpg" alt="" width="349" height="353" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 26: When all the thumbnails have been added, go back to the Gallery Movie Clip and give the thumb Holder MC the instance name &#8220;thumb Holder&#8221;.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/26.jpg" rel="lightbox[2171]"><img class="alignleft size-full wp-image-2200" title="26" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/26.jpg" alt="" width="305" height="373" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 27: Then the image Holder MC and delete the image MC inside of it. This is because we will be adding the image dynamically with action script.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/27.jpg" rel="lightbox[2171]"><img class="alignleft size-full wp-image-2201" title="27" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/27.jpg" alt="" width="347" height="385" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 28: Now we are going to create a gallery with rotating thumbnails. We will now use some action script. To make the thumbnails function and to rotate them around the main image.<br />
Step 29: Code Explanation:<br />
Line 1: A stop() function to stop it from looping<br />
Line 2: A variable to hold the number of images in the gallery<br />
Line 3: A boolean variable which is used to pause / unpause the gallery<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/29.jpg" rel="lightbox[2171]"><img class="alignleft size-full wp-image-2202" title="29" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/29.jpg" alt="" width="221" height="64" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 30: Code Explanation:<br />
Line 6 &#8211; 7: A for loop is created to assign each thumbnail a property containing the name of it&#8217;s corresponding image. The &#8220;i&#8221; in the loop will start off at 0 and increment by 1 (i++), while i is below 8 (i Line 8: Now that we are storing &#8220;thumb4&#8243; in &#8220;t&#8221;, we give it the property &#8220;image&#8221; and assign it to hold image4 (&#8220;image&#8221;+i)<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/30.jpg" rel="lightbox[2171]"><img class="alignleft size-full wp-image-2203" title="30" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/30.jpg" alt="" width="431" height="53" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 31: Code Explanation:<br />
Line 9: An onPress function is create for each thumbnail<br />
Line 10: The last displayed image will be held in current, so we use this function to remove it before the new one is attached (line11), upon pressing the thumbnail<br />
Line 11: We use the t.image property to attach the image to &#8220;imageHolder&#8221; MC. t.image is refered to as this.image because it&#8217;s being called from withing an onPress function.<br />
Line 12: When a thumbnail is rolled over with the mouse, the gallery will be pause (see next step), but when the thumbnail is pressed, we want them to start rotating again, so we set &#8220;pauseGallery&#8221; to equal false.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/31.jpg" rel="lightbox[2171]"><img class="alignleft size-full wp-image-2204" title="31" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/31.jpg" alt="" width="567" height="87" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 32: Code Explanation:<br />
Line 14 &#8211; 16: &#8220;pauseGallery&#8221; is set to equal true when the thumbnail is rolled over.<br />
Line 17 &#8211; 20: &#8220;pauseGallery&#8221; is set to equal false when the thumbnail is rolled out.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/32.jpg" rel="lightbox[2171]"><img class="alignleft size-full wp-image-2206" title="32" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/32.jpg" alt="" width="283" height="125" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 33: Code Explanation:<br />
Line 21: When the gallery start image0 is attached to be displayed.<br />
Line 22: An onEnterFrame function is created which will execute any code inbetween the braces {} repeatedly, at the frame rate (30) of the movie.<br />
Line 23: Another loop is used to rotate each thumb counter clockwise with 0.5 degrees. This needs to be done because when the thumbnail holder is spinning round (line 27) the thumbnails will stop being upright.<br />
Line 25: Last we rotate the thumbHolder by 0.5 degreess. You can change the value of this and line 27 to increase or decrease the speed of the rotation.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/33.jpg" rel="lightbox[2171]"><img class="alignleft size-full wp-image-2207" title="33" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/33.jpg" alt="" width="521" height="165" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 34: the final code is<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/34.jpg" rel="lightbox[2171]"><img class="alignleft size-full wp-image-2208" title="34" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/11/34.jpg" alt="" width="567" height="525" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.searchenginegenie.com/web-design-blog/floating-gallery-using-flash-cs4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Masking The Images On Action Script Using Flash cs4</title>
		<link>http://www.searchenginegenie.com/web-design-blog/masking-the-images-on-action-script-using-flash-cs4/</link>
		<comments>http://www.searchenginegenie.com/web-design-blog/masking-the-images-on-action-script-using-flash-cs4/#comments</comments>
		<pubDate>Fri, 26 Oct 2012 07:33:51 +0000</pubDate>
		<dc:creator>Mars</dc:creator>
				<category><![CDATA[flash]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[Animation in flash]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[flash action script]]></category>
		<category><![CDATA[Flash Actionscript]]></category>
		<category><![CDATA[Flash actionscript gallery]]></category>
		<category><![CDATA[Zooming effect in flash]]></category>

		<guid isPermaLink="false">http://www.searchenginegenie.com/web-design-blog/?p=2129</guid>
		<description><![CDATA[<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://www.searchenginegenie.com/web-design-blog/masking-the-images-on-action-script-using-flash-cs4/"></g:plusone></div>
Step1: open a new flash file. Set the width to 465 pixels and the height to 232 pixels. And set frame rate to 24fps. &#160; &#160; &#160; &#160; &#160; &#160; &#160; Step 2: By using the rectangle tool draw a rectangle. And import the image for background (file -&#62;import -&#62; import to stage) set as [...]]]></description>
	<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://www.searchenginegenie.com/web-design-blog/masking-the-images-on-action-script-using-flash-cs4/"></g:plusone></div>
			<content:encoded><![CDATA[<p><object width="465" height="232" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="quality" value="high" /><param name="src" value="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/imagemasking.swf" /><param name="pluginspage" value="http://www.macromedia.com/go/getflashplayer" /><embed width="465" height="232" type="application/x-shockwave-flash" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/imagemasking.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object></p>
<p>Step1: open a new flash file. Set the width to 465 pixels and the height to 232 pixels. And set frame rate to 24fps.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/34.jpg" rel="lightbox[2129]"><img class="alignleft size-full wp-image-2131" title="34" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/34.jpg" alt="" width="413" height="236" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 2: By using the rectangle tool draw a rectangle. And import the image for background (file -&gt;import -&gt; import to stage) set as background image.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/110.jpg" rel="lightbox[2129]"><img class="alignleft size-full wp-image-2132" title="1" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/110.jpg" alt="" width="481" height="253" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 3: Now, we need to place the buttons on left-side of the background image to perform action controls. Import the images from file menu. Place 4 buttons as figure shown below<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/21.jpg" rel="lightbox[2129]"><img class="alignleft size-full wp-image-2133" title="2" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/21.jpg" alt="" width="482" height="251" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 4: Name the buttons for its relevant actions as shown below<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/3.jpg" rel="lightbox[2129]"><img class="alignleft size-full wp-image-2134" title="3" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/3.jpg" alt="" width="482" height="249" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 5: To convert the image into a MOVIE CLIP (Movie Clip Symbol) called &#8220;background&#8221;, by pressing F8.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/35.jpg" rel="lightbox[2129]"><img class="alignleft size-full wp-image-2136" title="35" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/35.jpg" alt="" width="414" height="398" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 6: Now we need to mask the feature for visually cropping display objects within a shape as image shown below.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/51.jpg" rel="lightbox[2129]"><img class="alignleft  wp-image-2137" title="5" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/51.jpg" alt="" width="285" height="281" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 7: To convert the image into a MOVIE CLIP (Movie Clip Symbol) called &#8220;background&#8221;, by pressing F8.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/41.jpg" rel="lightbox[2129]"><img class="alignleft  wp-image-2138" title="4" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/41.jpg" alt="" width="283" height="266" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 8: From the cropping image to mask the layer and perform some actionscript towards the masking as image shown below<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/81.jpg" rel="lightbox[2129]"><img class="alignleft size-full wp-image-2139" title="8" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/81.jpg" alt="" width="120" height="131" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 9: The image should now be masking the image, as shown below.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/91.jpg" rel="lightbox[2129]"><img class="alignleft size-full wp-image-2140" title="9" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/91.jpg" alt="" width="284" height="211" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 10: create a timeline to demonstrate the following function.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/33.jpg" rel="lightbox[2129]"><img class="alignleft size-full wp-image-2141" title="33" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/33.jpg" alt="" width="260" height="138" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 11: now we need to focus on second button i.e. mask. The process involves creating a shape and applying it to the &#8220;mask&#8221; property of another display object.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/111.jpg" rel="lightbox[2129]"><img class="alignleft size-full wp-image-2142" title="11" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/111.jpg" alt="" width="225" height="141" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 12: Masks can stay stationary while the object is being masked move or masks can animate above the object to create transitions and special effects as shown below<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/101.jpg" rel="lightbox[2129]"><img class="alignleft size-full wp-image-2143" title="10" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/101.jpg" alt="" width="250" height="162" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 13: Now, create a new MOVIE CLIP (Insert &gt; New Symbol) called &#8220;thumb0&#8243; and create 2 layers called &#8220;image&#8221; and &#8220;mask&#8221;. Drag the thumbnail thumb_0 on to the &#8220;image&#8221; layer, placing it at the position shown below.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/121.jpg" rel="lightbox[2129]"><img class="alignleft size-full wp-image-2144" title="12" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/121.jpg" alt="" width="262" height="246" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 14: then the image will mask the two layers with the movie clip that has been shown in the following image.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/131.jpg" rel="lightbox[2129]"><img class="alignleft size-full wp-image-2145" title="13" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/131.jpg" alt="" width="101" height="101" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 15: Right click on the &#8220;mask&#8221; layer and chose &#8220;mask&#8221;.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/36.jpg" rel="lightbox[2129]"><img class="alignleft size-full wp-image-2146" title="36" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/36.jpg" alt="" width="183" height="295" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 16: On the mask layer two layers have combined to perform the mask function as figure shown below.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/141.jpg" rel="lightbox[2129]"><img class="alignleft size-full wp-image-2147" title="14" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/141.jpg" alt="" width="351" height="220" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 17: Then the image Holder MC and delete the image Movie Clip inside of it. This is because we will be adding the image dynamically with action script.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/151.jpg" rel="lightbox[2129]"><img class="alignleft size-full wp-image-2148" title="15" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/151.jpg" alt="" width="350" height="219" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 18: Then the image Holder MC and delete the image MC inside of it. This is because we will be adding the image dynamically with action script as shown below.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/161.jpg" rel="lightbox[2129]"><img class="alignleft size-full wp-image-2149" title="16" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/161.jpg" alt="" width="351" height="219" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 19: When all the thumbnails have been added, go back to the Movie Clip and give the thumb Holder Movie Clip the instance name &#8220;background&#8221;.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/171.jpg" rel="lightbox[2129]"><img class="alignleft size-full wp-image-2150" title="17" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/171.jpg" alt="" width="556" height="254" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 20: Now we need to drag the mask on the right window. By using this drag mask we can able to drag the mouse cursor on the screen as figure shown below.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/181.jpg" rel="lightbox[2129]"><img class="alignleft size-full wp-image-2151" title="18" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/181.jpg" alt="" width="297" height="97" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 21: Now we need to make spiral movie clip on the right window to mask the two given layer as the figure shown below.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/191.jpg" rel="lightbox[2129]"><img class="alignleft size-full wp-image-2152" title="19" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/191.jpg" alt="" width="251" height="233" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 22: To create the mask frame to function the mask frame on the layer style as figure shown below.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/201.jpg" rel="lightbox[2129]"><img class="alignleft size-full wp-image-2153" title="20" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/201.jpg" alt="" width="360" height="225" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 23: To rotate the thumbnails with action script, the thumb Holder MC will be rotate so that each thumbnail doesn&#8217;t have to be rotated individually. Setting the registration point to the center makes sure the MC will rotate from the center. Press F8 to perform the action as figure shown below.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/211.jpg" rel="lightbox[2129]"><img class="alignleft size-full wp-image-2154" title="21" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/211.jpg" alt="" width="342" height="215" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 24: Setting the registration point to the center makes sure the MC will rotate from the center. Press F8 to perform the action as figure shown below.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/22.jpg" rel="lightbox[2129]"><img class="alignleft size-full wp-image-2155" title="22" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/22.jpg" alt="" width="341" height="210" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 25: Last layer to perform no function to be done to make the screen idle.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/23.jpg" rel="lightbox[2129]"><img class="alignleft size-full wp-image-2156" title="23" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/23.jpg" alt="" width="569" height="246" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 26: Now we will use some action script. To make the thumbnails function and to rotate them around the main image.<br />
Code 1:<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/28.jpg" rel="lightbox[2129]"><img class="alignleft  wp-image-2157" title="28" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/28.jpg" alt="" width="401" height="369" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>code 2:<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/29.jpg" rel="lightbox[2129]"><img class="alignleft  wp-image-2158" title="29" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/29.jpg" alt="" width="380" height="431" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Code 3:<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/30.jpg" rel="lightbox[2129]"><img class="alignleft  wp-image-2159" title="30" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/30.jpg" alt="" width="379" height="319" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Code 4:<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/31.jpg" rel="lightbox[2129]"><img class="alignleft  wp-image-2160" title="31" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/31.jpg" alt="" width="409" height="415" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Code 5:<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/32.jpg" rel="lightbox[2129]"><img class="alignleft  wp-image-2161" title="32" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/32.jpg" alt="" width="454" height="270" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>There are three types of masks which is displayed above flash file. Click the buttons to see the different effects.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.searchenginegenie.com/web-design-blog/masking-the-images-on-action-script-using-flash-cs4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lightening And Masking Techniques Using Flash</title>
		<link>http://www.searchenginegenie.com/web-design-blog/lightening-and-masking-techniques-using-flash/</link>
		<comments>http://www.searchenginegenie.com/web-design-blog/lightening-and-masking-techniques-using-flash/#comments</comments>
		<pubDate>Fri, 12 Oct 2012 11:56:36 +0000</pubDate>
		<dc:creator>Mars</dc:creator>
				<category><![CDATA[flash]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[Animation in flash]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Web Design Blog Back Again]]></category>

		<guid isPermaLink="false">http://www.searchenginegenie.com/web-design-blog/?p=2098</guid>
		<description><![CDATA[<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://www.searchenginegenie.com/web-design-blog/lightening-and-masking-techniques-using-flash/"></g:plusone></div>
Step 1: open a new flash file. Set the width to 500 pixels and height to 300 pixels. Choose window -&#62; properties from main menu bar, the properties panel is displayed. Step 2: choose the Edit button under the properties tab to display the document settings window. Set the width to 500px and height to [...]]]></description>
	<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://www.searchenginegenie.com/web-design-blog/lightening-and-masking-techniques-using-flash/"></g:plusone></div>
			<content:encoded><![CDATA[<p><object width="500" height="300" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="quality" value="high" /><param name="src" value="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/lightning+masking.swf" /><param name="pluginspage" value="http://www.macromedia.com/go/getflashplayer" /><embed width="500" height="300" type="application/x-shockwave-flash" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/lightning+masking.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object><br />
Step 1: open a new flash file. Set the width to 500 pixels and height to 300 pixels. Choose window -&gt; properties from main menu bar, the properties panel is displayed.<br />
Step 2: choose the Edit button under the properties tab to display the document settings window. Set the width to 500px and height to 300px and click ok button to set the stage size.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/1.jpg" rel="lightbox[2098]"><img class="alignleft size-full wp-image-2100" title="1" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/1.jpg" alt="" width="478" height="273" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>step 3: Choose file -&gt; import -&gt; import to stage from the main menu, the ALIGN panel will be appear as like the figure below.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/2.jpg" rel="lightbox[2098]"><img class="alignleft size-full wp-image-2101" title="2" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/2.jpg" alt="" width="218" height="256" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 4: select the image and then select the Align to stage checkbox from the ALIGN panel. And select the second button from left under the ALIGN and the distribute area. Image will be displayed to stage.<br />
Step 5: Then convert the images into symbol, choose Modify -&gt; Convert to Symbol from the main menu bar, the Convert to Symbol window is displayed; as shown in Figure below. Rename the movie clip as car and choose the OK button.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/2a.jpg" rel="lightbox[2098]"><img class="alignleft size-full wp-image-2102" title="2a" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/2a.jpg" alt="" width="412" height="162" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 6: select the car movie clip, and then choose Window -&gt; Properties from the main menu bar to display the PROPERTIES window. Maximize the COLOR effect tab and select Advanced from the Style drop-down list. Enter the values as shown in the figure below.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/2b.jpg" rel="lightbox[2098]"><img class="alignleft size-full wp-image-2103" title="2b" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/2b.jpg" alt="" width="311" height="265" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 7: Now select the movie clip and expand the FILTERS tab from the PROPERTIES window and add Blur filter to it with the values as shown below.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/4.jpg" rel="lightbox[2098]"><img class="alignleft size-full wp-image-2104" title="4" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/4.jpg" alt="" width="319" height="139" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 8: After adding the properties, the car movie clip will appear as shown in Figure below. Now set the background effect for the car, and then rename the layer as background effect.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/5.jpg" rel="lightbox[2098]"><img class="alignleft size-full wp-image-2105" title="5" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/5.jpg" alt="" width="457" height="275" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 9: Create a new layer and name it as blending, and then drag the car image from the library, place it exactly over the stage area. Make it as a movie clip symbol with the name car-blending.<br />
Step 10: Maximize the DISPLAY tab to select Hard Light blending option from the Blending drop down list. Before that make sure, whether PROPERTIES panel is displayed and the car-blending movie clip is selected.<br />
Step 11: maximize the FILTERS tab and add the Glow filter to the car-blending movie clip. To get the desired effect set the parameters in the FILTER tab.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/6.jpg" rel="lightbox[2098]"><img class="alignleft size-full wp-image-2106" title="6" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/6.jpg" alt="" width="319" height="229" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 12: For the Color parameter in the Glow filter type use the hex value as #462953.<br />
Step 13: On adding the glow filter to the car-blending movie clip the car on the stage area will be displayed as<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/7.jpg" rel="lightbox[2098]"><img class="alignleft size-full wp-image-2107" title="7" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/7.jpg" alt="" width="500" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 14: Create a new layer with the name lightening, and then choose Insert -&gt; New Symbol from the main menu bar to create a new symbol. And then rename the new symbol to lightning and set the symbol type to Movie clip and choose the OK button. Now a blank new movie clip is created.<br />
Step 15: Choose the Brush Tool from the toolbar and create some brush strokes in the stage area as shown below<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/8.jpg" rel="lightbox[2098]"><img class="alignleft size-full wp-image-2108" title="8" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/8.jpg" alt="" width="375" height="235" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 16: Now, set a new keyframe on frame 7 and create some brush strokes as like the figure shown below.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/9.jpg" rel="lightbox[2098]"><img class="alignleft size-full wp-image-2109" title="9" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/9.jpg" alt="" width="430" height="239" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 17: Now, set a new keyframe on frame 15 and create some brush strokes as like the figure shown below.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/10.jpg" rel="lightbox[2098]"><img class="alignleft size-full wp-image-2110" title="10" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/10.jpg" alt="" width="431" height="234" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 18: Now, set a new keyframe on frame 22 and create some brush strokes as like the figure shown below.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/11.jpg" rel="lightbox[2098]"><img class="alignleft size-full wp-image-2111" title="11" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/11.jpg" alt="" width="528" height="288" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 19: Now, set a new keyframe on frame 29 and create some brush strokes as like the figure shown below.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/12.jpg" rel="lightbox[2098]"><img class="alignleft size-full wp-image-2112" title="12" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/12.jpg" alt="" width="532" height="278" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 20: Now, set a new keyframe on frame 29 and create some brush strokes as like the figure shown below. We can also add yellow color as the stroke color.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/13.jpg" rel="lightbox[2098]"><img class="alignleft size-full wp-image-2113" title="13" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/13.jpg" alt="" width="591" height="256" /></a></p>
<p>S</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>tep 21: Now, set the shape tweening between the all the keyframes. Then create a new layer, and then create random strokes which created on above with two colors with the position of the keyframes exactly at the same position and add shape tweening between the keyframes. The timeline is shown below.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/14.jpg" rel="lightbox[2098]"><img class="alignleft size-full wp-image-2114" title="14" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/14.jpg" alt="" width="422" height="80" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 22: Now, add Blur Filter to the movie clip in the PROPERTIES panel and set the Blur X and Y values to 10 and Strength to High. Go back to the main stage and create a new layer. Create a blank movie clip with the name white strokes.<br />
Step 23: Select the Rectangle Tool from the main menubar and create 5 rectangles randomly. Add linear gradient to it in the sequence transparent, white, and transparent, and then arrange them like a figure as shown below<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/15.jpg" rel="lightbox[2098]"><img class="alignleft size-full wp-image-2115" title="15" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/15.jpg" alt="" width="478" height="251" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 24: Press F6 to create keyframe. Rearrange the rectangle streaks as shown below<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/16.jpg" rel="lightbox[2098]"><img class="alignleft size-full wp-image-2116" title="16" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/16.jpg" alt="" width="550" height="243" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 25: Press F6 again to create keyframe. Rearrange the rectangle as shown below.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/17.jpg" rel="lightbox[2098]"><img class="alignleft size-full wp-image-2117" title="17" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/17.jpg" alt="" width="541" height="232" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 26: Now, Go back to the main stage area and press CTRL + T to activate the TRANSFORM tab. set the rotate value to 20 degrees.<br />
Step 27: Then, create a new layer and rename it as mask. Now create a sketch the image that is shown in the Figure below such that the car image can come exactly in between it.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/18.jpg" rel="lightbox[2098]"><img class="alignleft size-full wp-image-2118" title="18" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/18.jpg" alt="" width="502" height="303" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 28: Next, make sure that the layers are placed exactly in its position as shown below<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/19.jpg" rel="lightbox[2098]"><img class="alignleft size-full wp-image-2120" title="19" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/19.jpg" alt="" width="289" height="161" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 29: Next, select the layer named mask and right click over it and choose the Mask option from the flyout to mask the underneath layer. Publish the file by pressing CTRL + ENTER to get the animation effect as like below<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/20.jpg" rel="lightbox[2098]"><img class="alignleft size-full wp-image-2119" title="20" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/10/20.jpg" alt="" width="500" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 30: Finally we animate the car to get more life into the animation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.searchenginegenie.com/web-design-blog/lightening-and-masking-techniques-using-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flying Birds On Scenery Using Flash Motion Tweening</title>
		<link>http://www.searchenginegenie.com/web-design-blog/flying-birds-on-scenery-using-flash-motion-tweening-3/</link>
		<comments>http://www.searchenginegenie.com/web-design-blog/flying-birds-on-scenery-using-flash-motion-tweening-3/#comments</comments>
		<pubDate>Thu, 20 Sep 2012 06:07:40 +0000</pubDate>
		<dc:creator>Mars</dc:creator>
				<category><![CDATA[flash]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[Animation in flash]]></category>
		<category><![CDATA[Flash Motion Tweening]]></category>
		<category><![CDATA[WEB DESIGNING]]></category>

		<guid isPermaLink="false">http://www.searchenginegenie.com/web-design-blog/?p=2047</guid>
		<description><![CDATA[<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://www.searchenginegenie.com/web-design-blog/flying-birds-on-scenery-using-flash-motion-tweening-3/"></g:plusone></div>
Step 1: Open a new flash file. Set the width to 450 pixels and the height to 239 pixels, set movie’s frame rate as 34 from the properties panel and click ok. &#160; &#160; &#160; &#160; &#160; Step 2: Set any background color for the document. Step 3: To set the background image, choose File [...]]]></description>
	<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://www.searchenginegenie.com/web-design-blog/flying-birds-on-scenery-using-flash-motion-tweening-3/"></g:plusone></div>
			<content:encoded><![CDATA[<p><object width="450" height="239" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="quality" value="high" /><param name="src" value="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/bird.swf" /><param name="pluginspage" value="http://www.macromedia.com/go/getflashplayer" /><embed width="450" height="239" type="application/x-shockwave-flash" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/bird.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object></p>
<p>Step 1: Open a new flash file. Set the width to 450 pixels and the height to 239 pixels, set movie’s frame rate as 34 from the properties panel and click ok.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/1.jpg" rel="lightbox[2047]"><img class="alignleft size-medium wp-image-2050" title="1" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/1-300x172.jpg" alt="" width="300" height="172" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 2: Set any background color for the document.<br />
Step 3: To set the background image, choose <strong>File -&gt; Import -&gt; Import to stage</strong> (ctrl+R) and select the image. Call the current layer background, double click on it to change the layer name as Background.<br />
Step 4: While the image is still selected, goto Align panel (ctrl+K) and follow the steps below:<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/21.jpg" rel="lightbox[2047]"><img class="alignleft size-full wp-image-2052" title="2" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/21.jpg" alt="" width="264" height="182" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>1.Make sure that Align/Distribute to stage button is turned on,<br />
2.Click on the Align horizontal (Center)button and<br />
3.Click the Align vertical button.<br />
Step 5: Now click on Frame 100 and press F5 key.<br />
Step 6: Create a new layer above the background layer and named it as Bird. Now we need to draw an bird body without wings using<strong> Line Tool</strong> and<strong> Paint Bucket Tool</strong> as shown below,<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/3.jpg" rel="lightbox[2047]"><img class="alignleft size-full wp-image-2053" title="3" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/3.jpg" alt="" width="147" height="104" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>After creating the bird body, Select the layer and press<strong> F8</strong> key to convert it into Movie clip symbol.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/4.jpg" rel="lightbox[2047]"><img class="alignleft size-full wp-image-2054" title="4" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/4.jpg" alt="" width="412" height="162" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 7: Select the bird body layer and double click on it, specify the name as birdbody from the default name (layer 1).<br />
Step 8: Click on the frame 30 and press<strong> F5</strong> Key.<br />
Step 9: Now, we need to create feather animation, so create a new layer above the layer birdbody and named it as feather1.<br />
Step 10: Draw a feather of a bird using the Line tool and paint bucket tool.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/5.jpg" rel="lightbox[2047]"><img class="alignleft size-full wp-image-2055" title="5" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/5.jpg" alt="" width="158" height="124" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 11: Select the frame 2 and press F6 key. After pressing the F6 key set the<strong> feather shape</strong> as shown below.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/6.jpg" rel="lightbox[2047]"><img class="alignleft size-full wp-image-2056" title="6" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/6.jpg" alt="" width="158" height="124" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 12: Now select the frame 4 and press F6 key. Then set the feather shape on the position like this image as shown below.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/7.jpg" rel="lightbox[2047]"><img class="alignleft size-full wp-image-2057" title="7" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/7.jpg" alt="" width="148" height="106" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 13: Now click on frame 6 and press F6 key. And make the feather shape like this<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/8.jpg" rel="lightbox[2047]"><img class="alignleft size-full wp-image-2058" title="8" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/8.jpg" alt="" width="141" height="101" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 14: Now click on frame 8 and press F6 key. And make the feather shape like this<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/9.jpg" rel="lightbox[2047]"><img class="alignleft size-full wp-image-2059" title="9" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/9.jpg" alt="" width="144" height="86" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 15: Now click on frame 10 and press F6 key. And make the feather shape like this<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/10.jpg" rel="lightbox[2047]"><img class="alignleft size-full wp-image-2060" title="10" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/10.jpg" alt="" width="144" height="97" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 16: Now click on frame 12 and press F6 key. And make the feather shape like this<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/11.jpg" rel="lightbox[2047]"><img class="alignleft size-full wp-image-2061" title="11" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/11.jpg" alt="" width="144" height="96" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 17: Now click on frame 14 and press F6 key. And make the feather shape like this<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/12.jpg" rel="lightbox[2047]"><img class="alignleft size-full wp-image-2062" title="12" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/12.jpg" alt="" width="150" height="103" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 18: Now click on frame 16 and press F6 key. And make the feather shape like this<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/13.jpg" rel="lightbox[2047]"><img class="alignleft size-full wp-image-2063" title="13" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/13.jpg" alt="" width="156" height="106" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 19: Now click on frame 18 and press F6 key. And make the feather shape like this<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/14.jpg" rel="lightbox[2047]"><img class="alignleft size-full wp-image-2064" title="14" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/14.jpg" alt="" width="150" height="101" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 20: Now click on frame 20 and press F6 key. And make the feather shape like this<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/15.jpg" rel="lightbox[2047]"><img class="alignleft size-full wp-image-2065" title="15" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/15.jpg" alt="" width="157" height="114" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 21: Now click on frame 22 and press F6 key. And make the feather shape like this<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/16.jpg" rel="lightbox[2047]"><img class="alignleft size-full wp-image-2066" title="16" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/16.jpg" alt="" width="158" height="110" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 22: Now click on frame 24 and press F6 key. And make the feather shape like this<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/17.jpg" rel="lightbox[2047]"><img class="alignleft size-full wp-image-2067" title="17" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/17.jpg" alt="" width="162" height="113" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 23: Now click on frame 26 and press F6 key. And make the feather shape like this<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/18.jpg" rel="lightbox[2047]"><img class="alignleft size-full wp-image-2069" title="18" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/18.jpg" alt="" width="162" height="119" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 24: Now click on frame 28 and press F6 key. And make the feather shape like this<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/19.jpg" rel="lightbox[2047]"><img class="alignleft size-full wp-image-2070" title="19" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/19.jpg" alt="" width="180" height="127" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 25: Now click on frame 30 and press F6 key. And make the feather shape like this<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/20.jpg" rel="lightbox[2047]"><img class="alignleft size-full wp-image-2071" title="20" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/20.jpg" alt="" width="180" height="115" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 26: We finished the <strong>first feather</strong>. Now we need to create another feather<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/211.jpg" rel="lightbox[2047]"><img class="alignleft size-full wp-image-2072" title="21" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/211.jpg" alt="" width="275" height="109" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 27: Now select the feather 2 layer and draw another feather shape as below<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/22.jpg" rel="lightbox[2047]"><img class="alignleft size-full wp-image-2073" title="22" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/22.jpg" alt="" width="169" height="128" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 28: Now click on frame 2 and press F6 key. And make the feather shape like this<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/23.jpg" rel="lightbox[2047]"><img class="alignleft size-full wp-image-2074" title="23" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/23.jpg" alt="" width="174" height="120" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 29: Now click on frame 4 and press F6 key. And make the feather shape like this<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/24.jpg" rel="lightbox[2047]"><img class="alignleft size-full wp-image-2075" title="24" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/24.jpg" alt="" width="169" height="118" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 30: Now click on frame 6 and press F6 key. And make the feather shape like this<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/25.jpg" rel="lightbox[2047]"><img class="alignleft size-full wp-image-2076" title="25" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/25.jpg" alt="" width="175" height="116" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 31: Now click on frame 8 and press F6 key. And make the feather shape like this<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/26.jpg" rel="lightbox[2047]"><img class="alignleft size-full wp-image-2077" title="26" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/26.jpg" alt="" width="175" height="97" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 32: Now click on frame 10 and press F6 key. And make the feather shape like this<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/27.jpg" rel="lightbox[2047]"><img class="alignleft size-full wp-image-2078" title="27" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/27.jpg" alt="" width="179" height="97" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 33: Now click on frame 12 and press F6 key. And make the feather shape like this<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/28.jpg" rel="lightbox[2047]"><img class="alignleft size-full wp-image-2079" title="28" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/28.jpg" alt="" width="175" height="104" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 34: Now click on frame 14 and press F6 key. And make the feather shape like this<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/29.jpg" rel="lightbox[2047]"><img class="alignleft size-full wp-image-2080" title="29" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/29.jpg" alt="" width="146" height="94" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 35: Now click on frame 16 and press F6 key. And make the feather shape like this<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/30.jpg" rel="lightbox[2047]"><img class="alignleft size-full wp-image-2081" title="30" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/30.jpg" alt="" width="177" height="108" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 36: Now click on frame 18 and press F6 key. And make the feather shape like this<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/31.jpg" rel="lightbox[2047]"><img class="alignleft size-full wp-image-2082" title="31" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/31.jpg" alt="" width="177" height="103" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 37: Now click on frame 20 and press F6 key. And make the feather shape like this<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/32.jpg" rel="lightbox[2047]"><img class="alignleft size-full wp-image-2083" title="32" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/32.jpg" alt="" width="177" height="101" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 38: Now click on frame 22 and press F6 key. And make the feather shape like this<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/33.jpg" rel="lightbox[2047]"><img class="alignleft size-full wp-image-2084" title="33" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/33.jpg" alt="" width="177" height="102" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 39: Now click on frame 24 and press F6 key. And make the feather shape like this<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/34.jpg" rel="lightbox[2047]"><img class="alignleft size-full wp-image-2085" title="34" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/34.jpg" alt="" width="176" height="96" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 40: Now click on frame 26 and press F6 key. And make the feather shape like this<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/35.jpg" rel="lightbox[2047]"><img class="alignleft size-full wp-image-2086" title="35" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/35.jpg" alt="" width="177" height="109" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 41: Now click on frame 28 and press F6 key. And make the feather shape like this<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/36.jpg" rel="lightbox[2047]"><img class="alignleft size-full wp-image-2087" title="36" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/36.jpg" alt="" width="158" height="111" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 42: Now click on frame 30 and press F6 key. And make the feather shape like this<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/37.jpg" rel="lightbox[2047]"><img class="alignleft size-full wp-image-2088" title="37" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/37.jpg" alt="" width="166" height="109" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 43: Now we finished the feather animation and we’ll move on to bird animation.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/38.jpg" rel="lightbox[2047]"><img class="alignleft size-full wp-image-2089" title="38" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/38.jpg" alt="" width="380" height="195" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 44: Now come back to frame 70 and place on the position of the bird like below<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/39.jpg" rel="lightbox[2047]"><img class="alignleft size-full wp-image-2090" title="39" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/39.jpg" alt="" width="380" height="198" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 45: Go back to first frame and place the position of the bird like this<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/40.jpg" rel="lightbox[2047]"><img class="alignleft size-full wp-image-2091" title="40" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/40.jpg" alt="" width="399" height="191" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 46: Right-click anywhere on the gray area between frame<strong> 1</strong> and <strong>70</strong> and frame <strong>70</strong> and <strong>100</strong> on the timeline and choose Right click on the layer and select Create Motion Tween from the menu that appears.<br />
<a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/41.jpg" rel="lightbox[2047]"><img class="alignleft size-full wp-image-2092" title="41" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/09/41.jpg" alt="" width="240" height="101" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Step 47: Save and publish the file using <strong>ctrl+Enter key</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.searchenginegenie.com/web-design-blog/flying-birds-on-scenery-using-flash-motion-tweening-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bulle on Multi-transition Effect in Flash</title>
		<link>http://www.searchenginegenie.com/web-design-blog/bulle-on-multi-transition-effect-in-flash/</link>
		<comments>http://www.searchenginegenie.com/web-design-blog/bulle-on-multi-transition-effect-in-flash/#comments</comments>
		<pubDate>Wed, 29 Aug 2012 06:17:09 +0000</pubDate>
		<dc:creator>Mars</dc:creator>
				<category><![CDATA[flash]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[flash animation]]></category>
		<category><![CDATA[Zooming effect in flash]]></category>

		<guid isPermaLink="false">http://www.searchenginegenie.com/web-design-blog/?p=1974</guid>
		<description><![CDATA[<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://www.searchenginegenie.com/web-design-blog/bulle-on-multi-transition-effect-in-flash/"></g:plusone></div>
Follow the steps to complete the tutorial. 1. Open a new flash file. Choose Window -&#62;Properties from the main menu bar to open the PROPERTIES panel. 2. Expand the Properties section in the panel and choose the Edit… button to enlarge the Document Settings window. Next, set the width to 940px and height to 400px [...]]]></description>
	<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://www.searchenginegenie.com/web-design-blog/bulle-on-multi-transition-effect-in-flash/"></g:plusone></div>
			<content:encoded><![CDATA[<p><object width="650" height="302" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="quality" value="high" /><param name="src" value="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/08/bulle.swf" /><param name="pluginspage" value="http://www.macromedia.com/go/getflashplayer" /><embed width="650" height="302" type="application/x-shockwave-flash" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/08/bulle.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object></p>
<p><strong><br />
Follow the steps to complete the tutorial.</strong></p>
<p>1. Open a new flash file. Choose Window -&gt;Properties from the main menu bar to open the PROPERTIES panel.</p>
<p>2. Expand the Properties section in the panel and choose the Edit… button to enlarge the Document Settings window. Next, set the width to 940px and height to 400px in the<br />
PROPERTIES panel, as shown in Figure below. Choose the Ok button.</p>
<p><a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/08/17.jpg" rel="lightbox[1974]"><br />
<img class="alignleft size-full wp-image-1975" title="1" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/08/17.jpg" alt="" width="257" height="148" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>3. Now we will import the images to be used in this tutorial. Unzip the bulle.rar file that you downloaded.</p>
<p>4. Choose File &gt; Import &gt; Import to stage from the main menu bar and Import the images.</p>
<p>5. Now, let us distribute these images on different layers. To do so, right click on the images when they are selected and choose Distribute to Layers… from the fly out, the images are distributed in different layers.</p>
<p>6. Next, convert the images into symbols. Select img1.jpg and choose Modify &gt; Convert to Symbol from the main menu bar; the Convert to Symbol window is displayed; as shown in Figure below.</p>
<p><a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/08/23.jpg" rel="lightbox[1974]"><img class="alignleft size-medium wp-image-1978" title="2" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/08/23-300x118.jpg" alt="" width="300" height="118" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>7. Name the movie clip symbol as img1 and choose the OK button. The image is converted to movie clip symbol. Similarly, convert img2.jpg and so on into movie clip symbols.<br />
The movie clip helps to manage an image in a better way. Also, it will help us to apply filters and other effects to the mages in a better way.</p>
<p>8. Next, select the img1 movie clip and choose Modify -&gt; Convert to Symbol from the main menu bar and name the movie clip as masking1.</p>
<p>9. Double-click on the movie clip and next create a key frame on frame as much as possible in the timeline, as shown in Figure below.</p>
<p><a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/08/33.jpg" rel="lightbox[1974]"><img class="alignleft size-full wp-image-1979" title="3" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/08/33.jpg" alt="" width="268" height="151" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>10. Next set the motion twining between the frames. Select the key frame on zoom and place the movie clip on it and perform action.</p>
<p>11. Select all the frames and right click on them and choose Distribute to Layers to distribute them to different layers. Rename the layers as frame1, frame2, frame3, frame4, and frame5.</p>
<p><a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/08/42.jpg" rel="lightbox[1974]"><img class="alignleft size-medium wp-image-1980" title="4" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/08/42-300x144.jpg" alt="" width="300" height="144" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>12. Next layer is for creating avoid layer, select the frame and right click on it and choose distribute to layers.</p>
<p><a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/08/52.jpg" rel="lightbox[1974]"><img class="alignleft size-medium wp-image-1981" title="5" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/08/52-300x152.jpg" alt="" width="300" height="152" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>13. Next layer is for avoid 2, select the frame and right click on it and choose distribute to layers.</p>
<p><a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/08/62.jpg" rel="lightbox[1974]"><img class="alignleft size-full wp-image-1982" title="6" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/08/62.jpg" alt="" width="299" height="172" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>14. Next layer is for Ligne, select the frame and right click on it and choose distribute to layers.</p>
<p><a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/08/72.jpg" rel="lightbox[1974]"><img class="alignleft size-medium wp-image-1983" title="7" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/08/72-300x118.jpg" alt="" width="300" height="118" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>15. The last layer is for creating bubbles, Select the key frame on zoom and place the movie clip on it and perform action.</p>
<p><a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/08/82.jpg" rel="lightbox[1974]"><img class="alignleft size-medium wp-image-1984" title="8" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/08/82-300x131.jpg" alt="" width="300" height="131" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>16. Next, activate the layer named layer1 and rename it to anim1 and select the image movie clip at the first key frame and choose Window &gt; Properties from the main menu bar, the PROPERTIES panel will be displayed.</p>
<p>17. Set the alpha to zero for the movie clip on the first frame.</p>
<p>18. Now, right click on the frame1 layer and choose mask from the fly out. Similarly, set mask for frame2, frame3, frame4, and frame5 layers and align the frames in the timeline to as shown in Figure below.</p>
<p><a href="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/08/92.jpg" rel="lightbox[1974]"><img class="alignleft size-medium wp-image-1985" title="9" src="http://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/08/92-300x132.jpg" alt="" width="300" height="132" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>19. Press ENTER and have a look on the frame transition effect. You can tweak the animation as per your needs and requirements.</p>
<p>20. Next, go to the main stage and similar transition effect to the other layers and make a timeline animation to create a layer show transition effect.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.searchenginegenie.com/web-design-blog/bulle-on-multi-transition-effect-in-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
