<?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 Style Press, Best Practices from all the Web, Build Better Websites &#187; Actionscript</title>
	<atom:link href="http://www.webstylepress.com/tag/actionscript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webstylepress.com</link>
	<description>Web VS Style</description>
	<lastBuildDate>Mon, 26 Dec 2011 10:35:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Create Flash Random 3D Text Animation</title>
		<link>http://www.webstylepress.com/flash-random-text-animation/</link>
		<comments>http://www.webstylepress.com/flash-random-text-animation/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 18:32:12 +0000</pubDate>
		<dc:creator>Hiroshi</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://www.webstylepress.com/?p=309</guid>
		<description><![CDATA[For random text animation consider following example. External AS (actionscript) files are used in this example. you can modify text as required. Download Flash 3D Random Text Animation Create Flash Random 3D Text Animation is a post from: Web Style Press, Best Practices from all the Web, Build Better Websites Related PostsCreate Random Bubble Animation [...]<p><a href="http://www.webstylepress.com/flash-random-text-animation/">Create Flash Random 3D Text Animation</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.webstylepress.com/wp-content/uploads/2008/10/flash-text-random.jpg" alt="" title="flash-text-random" width="300" height="224" class="alignnone size-full wp-image-310" /></p>
<p>For random text animation consider following example. External AS (actionscript) files are used in this example. you can modify text as required.</p>
<p><span id="more-309"></span></p>
<p><span class="downloadfile"><a href='http://www.webstylepress.com/wp-content/uploads/2008/10/flash-3d-text-random-animation.rar'>Download Flash 3D Random Text Animation</a></span></p>
<p><a href="http://www.webstylepress.com/flash-random-text-animation/">Create Flash Random 3D Text Animation</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.webstylepress.com/random-bubble-animation-in-flash/" title="Create Random Bubble Animation In Flash">Create Random Bubble Animation In Flash</a></li><li><a href="http://www.webstylepress.com/flash-mouse-effects/" title="Flash Mouse Effects">Flash Mouse Effects</a></li><li><a href="http://www.webstylepress.com/flash-slide-shows/" title="Create Flash Slide Shows Using ActionScript &#8211; Example Downloads">Create Flash Slide Shows Using ActionScript &#8211; Example Downloads</a></li><li><a href="http://www.webstylepress.com/flash-window-or-movie-move-dragable-content/" title="Flash Window or Movie Move &#8211; Dragable Content Using ActionScript">Flash Window or Movie Move &#8211; Dragable Content Using ActionScript</a></li><li><a href="http://www.webstylepress.com/flash-login-system/" title="Create Flash Login System using ActionScript">Create Flash Login System using ActionScript</a></li><li><a href="http://www.webstylepress.com/counting-in-flash-flash-counter/" title="Counting In Flash &#8211; Flash Counter">Counting In Flash &#8211; Flash Counter</a></li><li><a href="http://www.webstylepress.com/flash-go-to-frame-actionscript/" title="Flash &#8211; Go To Frame ActionScript">Flash &#8211; Go To Frame ActionScript</a></li><li><a href="http://www.webstylepress.com/date-and-time-in-flash/" title="Date and Time In Flash">Date and Time In Flash</a></li><li><a href="http://www.webstylepress.com/image-transitions-effects-and-particle-systems-in-adobe-flash/" title="Image Transitions &#8211; Effects and Particle Systems In Adobe Flash">Image Transitions &#8211; Effects and Particle Systems In Adobe Flash</a></li><li><a href="http://www.webstylepress.com/flash-tooltips/" title="Flash Tooltips &#8211; Tutorial and Example Download">Flash Tooltips &#8211; Tutorial and Example Download</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.webstylepress.com/flash-random-text-animation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Mouse Effects</title>
		<link>http://www.webstylepress.com/flash-mouse-effects/</link>
		<comments>http://www.webstylepress.com/flash-mouse-effects/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 16:39:39 +0000</pubDate>
		<dc:creator>Hiroshi</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[Control]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[duplicate]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[pointer]]></category>
		<category><![CDATA[trailers]]></category>

		<guid isPermaLink="false">http://www.webstylepress.com/?p=288</guid>
		<description><![CDATA[In this section lets play with mouse cursor in Flash. You can do the following: Mouse hide, show in Flash Mouse Trailers in Flash Creating Custom Mouse Pointer in Flash Mouse hide, show You can show or hide mouse by using following scripts. Mouse.show&#40;&#41;; Mouse.hide&#40;&#41;; Mouse Trailers Name Trailer At blank stage place this action [...]<p><a href="http://www.webstylepress.com/flash-mouse-effects/">Flash Mouse Effects</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
]]></description>
			<content:encoded><![CDATA[<p>In this section lets play with mouse cursor in Flash. You can do the following:</p>
<ul>
<li>Mouse hide, show in Flash</li>
<li>Mouse Trailers in Flash</li>
<li>Creating Custom Mouse Pointer in Flash</li>
</ul>
<p><span id="more-288"></span></p>
<h4>Mouse hide, show</h4>
<p>You can show or hide mouse by using following scripts.</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;"><span style="color: #0066CC;">Mouse</span>.<span style="color: #0066CC;">show</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;</pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;"><span style="color: #0066CC;">Mouse</span>.<span style="color: #0066CC;">hide</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;</pre></div></div>

<h4>Mouse Trailers</h4>
<h5>Name Trailer</h5>
<p>At blank stage place this action script.</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;"><span style="color: #0066CC;">Text</span> = <span style="color: #ff0000;">&quot;Javed Khalil Hiroshi&quot;</span>;
letters = <span style="color: #0066CC;">Text</span>.<span style="color: #0066CC;">split</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;&quot;</span><span style="color: #66cc66;">&#41;</span>;
letterformat = <span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">TextFormat</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;
letterformat.<span style="color: #0066CC;">font</span> = <span style="color: #ff0000;">&quot;Verdana&quot;</span>;
letterformat.<span style="color: #0066CC;">align</span> = <span style="color: #ff0000;">&quot;center&quot;</span>;
letterformat.<span style="color: #0066CC;">size</span> = <span style="color: #ff0000;">&quot;10&quot;</span>;
spacing = <span style="color: #cc66cc;">8</span>;
speed = <span style="color: #cc66cc;">3</span>;
<span style="color: #b1b100;">for</span> <span style="color: #66cc66;">&#40;</span><span style="color: #000000; font-weight: bold;">var</span> LTR = <span style="color: #cc66cc;">0</span>; LTR<span style="color: #66cc66;">&lt;</span>letters.<span style="color: #0066CC;">length</span>; LTR++<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
mc = <span style="color: #0066CC;">_root</span>.<span style="color: #0066CC;">createEmptyMovieClip</span><span style="color: #66cc66;">&#40;</span>LTR+<span style="color: #ff0000;">&quot;l&quot;</span>, LTR<span style="color: #66cc66;">&#41;</span>;
mc.<span style="color: #0066CC;">createTextField</span><span style="color: #66cc66;">&#40;</span>letters<span style="color: #66cc66;">&#91;</span>LTR<span style="color: #66cc66;">&#93;</span>+<span style="color: #ff0000;">&quot;t&quot;</span>, LTR, LTR<span style="color: #66cc66;">*</span>spacing, <span style="color: #cc66cc;">10</span>, <span style="color: #cc66cc;">20</span>, <span style="color: #cc66cc;">20</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #0066CC;">with</span> <span style="color: #66cc66;">&#40;</span>mc<span style="color: #66cc66;">&#91;</span>letters<span style="color: #66cc66;">&#91;</span>LTR<span style="color: #66cc66;">&#93;</span>+<span style="color: #ff0000;">&quot;t&quot;</span><span style="color: #66cc66;">&#93;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
<span style="color: #0066CC;">text</span> = letters<span style="color: #66cc66;">&#91;</span>LTR<span style="color: #66cc66;">&#93;</span>;
<span style="color: #0066CC;">setTextFormat</span><span style="color: #66cc66;">&#40;</span>letterformat<span style="color: #66cc66;">&#41;</span>;
<span style="color: #0066CC;">selectable</span> = <span style="color: #000000; font-weight: bold;">false</span>;
<span style="color: #66cc66;">&#125;</span>
<span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>LTR<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
mc.<span style="color: #006600;">prevClip</span> = <span style="color: #0066CC;">_root</span><span style="color: #66cc66;">&#91;</span><span style="color: #66cc66;">&#40;</span>LTR-<span style="color: #cc66cc;">1</span><span style="color: #66cc66;">&#41;</span>+<span style="color: #ff0000;">&quot;l&quot;</span><span style="color: #66cc66;">&#93;</span>;
mc.<span style="color: #0066CC;">onEnterFrame</span> = <span style="color: #000000; font-weight: bold;">function</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
<span style="color: #0066CC;">this</span>.<span style="color: #0066CC;">_x</span> += <span style="color: #66cc66;">&#40;</span><span style="color: #0066CC;">this</span>.<span style="color: #006600;">prevClip</span>._x-<span style="color: #0066CC;">this</span>.<span style="color: #0066CC;">_x</span>+<span style="color: #cc66cc;">5</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">/</span>speed;
<span style="color: #0066CC;">this</span>.<span style="color: #0066CC;">_y</span> += <span style="color: #66cc66;">&#40;</span><span style="color: #0066CC;">this</span>.<span style="color: #006600;">prevClip</span>._y-<span style="color: #0066CC;">this</span>.<span style="color: #0066CC;">_y</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">/</span>speed;
<span style="color: #66cc66;">&#125;</span>;
<span style="color: #66cc66;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #66cc66;">&#123;</span>
mc.<span style="color: #0066CC;">onEnterFrame</span> = <span style="color: #000000; font-weight: bold;">function</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
<span style="color: #0066CC;">this</span>.<span style="color: #0066CC;">_x</span> += <span style="color: #66cc66;">&#40;</span><span style="color: #0066CC;">_root</span>._xmouse-<span style="color: #0066CC;">this</span>.<span style="color: #0066CC;">_x</span>+<span style="color: #cc66cc;">10</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">/</span>speed;
<span style="color: #0066CC;">this</span>.<span style="color: #0066CC;">_y</span> += <span style="color: #66cc66;">&#40;</span><span style="color: #0066CC;">_root</span>._ymouse-<span style="color: #0066CC;">this</span>.<span style="color: #0066CC;">_y</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">/</span>speed;
<span style="color: #66cc66;">&#125;</span>;
<span style="color: #66cc66;">&#125;</span>
<span style="color: #66cc66;">&#125;</span></pre></div></div>

<h4>Creating Custom Mouse Pointer</h4>
<h6>Action on first frame</h6>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;"><span style="color: #0066CC;">startDrag</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;/my mouse&quot;</span>, <span style="color: #000000; font-weight: bold;">true</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #0066CC;">Mouse</span>.<span style="color: #0066CC;">hide</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;</pre></div></div>

<h6>Action on Mouse movieclip</h6>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;"><span style="color: #0066CC;">onClipEvent</span> <span style="color: #66cc66;">&#40;</span><span style="color: #0066CC;">load</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
<span style="color: #0066CC;">Mouse</span>.<span style="color: #0066CC;">hide</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #66cc66;">&#125;</span></pre></div></div>

<p>While my mouse is mouse pointer movieclip name.</p>
<p><span class="downloadfile"><a href='http://www.webstylepress.com/wp-content/uploads/2008/10/making-mouse-pointer.rar'>Download Custom Mouse Pointer Example</a></span></p>
<p><span class="downloadfile"><a href='http://www.webstylepress.com/wp-content/uploads/2008/10/trailers.rar'>Download Mouse Trailers</a></span></p>
<p><span class="downloadfile"><a href='http://www.webstylepress.com/wp-content/uploads/2008/10/mouse-follow.rar'>Mouse Following Objects &#8211; Download Examples</a></span></p>
<p><span class="downloadfile"><a href='http://www.webstylepress.com/wp-content/uploads/2008/10/duplicate-movieclip-example.rar'>Download Duplicate Movieclip Example</a></span></p>
<p><a href="http://www.webstylepress.com/flash-mouse-effects/">Flash Mouse Effects</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.webstylepress.com/flash-random-text-animation/" title="Create Flash Random 3D Text Animation">Create Flash Random 3D Text Animation</a></li><li><a href="http://www.webstylepress.com/flash-slide-shows/" title="Create Flash Slide Shows Using ActionScript &#8211; Example Downloads">Create Flash Slide Shows Using ActionScript &#8211; Example Downloads</a></li><li><a href="http://www.webstylepress.com/flash-window-or-movie-move-dragable-content/" title="Flash Window or Movie Move &#8211; Dragable Content Using ActionScript">Flash Window or Movie Move &#8211; Dragable Content Using ActionScript</a></li><li><a href="http://www.webstylepress.com/flash-login-system/" title="Create Flash Login System using ActionScript">Create Flash Login System using ActionScript</a></li><li><a href="http://www.webstylepress.com/counting-in-flash-flash-counter/" title="Counting In Flash &#8211; Flash Counter">Counting In Flash &#8211; Flash Counter</a></li><li><a href="http://www.webstylepress.com/flash-go-to-frame-actionscript/" title="Flash &#8211; Go To Frame ActionScript">Flash &#8211; Go To Frame ActionScript</a></li><li><a href="http://www.webstylepress.com/date-and-time-in-flash/" title="Date and Time In Flash">Date and Time In Flash</a></li><li><a href="http://www.webstylepress.com/image-transitions-effects-and-particle-systems-in-adobe-flash/" title="Image Transitions &#8211; Effects and Particle Systems In Adobe Flash">Image Transitions &#8211; Effects and Particle Systems In Adobe Flash</a></li><li><a href="http://www.webstylepress.com/flash-tooltips/" title="Flash Tooltips &#8211; Tutorial and Example Download">Flash Tooltips &#8211; Tutorial and Example Download</a></li><li><a href="http://www.webstylepress.com/buttons-control-in-flash/" title="Buttons Control In Flash">Buttons Control In Flash</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.webstylepress.com/flash-mouse-effects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Flash Slide Shows Using ActionScript &#8211; Example Downloads</title>
		<link>http://www.webstylepress.com/flash-slide-shows/</link>
		<comments>http://www.webstylepress.com/flash-slide-shows/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 11:01:18 +0000</pubDate>
		<dc:creator>Hiroshi</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[Control]]></category>
		<category><![CDATA[Slide Shows]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://www.webstylepress.com/?p=271</guid>
		<description><![CDATA[I have two very cool examples to share with you related to slide show in flash using ActionScript which offer smooth cross fading and sliding transition animations. Slide Show 1 (Cross Fade) Download Slide Show 1 Slide Show 2 (Sliding Effect) Download Scroller Slideshow Example Create Flash Slide Shows Using ActionScript &#8211; Example Downloads is [...]<p><a href="http://www.webstylepress.com/flash-slide-shows/">Create Flash Slide Shows Using ActionScript &#8211; Example Downloads</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I have two very cool examples to share with you related to slide show in flash using ActionScript which offer smooth cross fading and sliding transition animations. </p>
<p><span id="more-271"></span></p>
<h4>Slide Show 1 (Cross Fade)</h4>
<p><img src="http://www.webstylepress.com/wp-content/uploads/2008/10/s1.jpg" alt="" title="s1" width="213" height="253" class="alignnone size-full wp-image-272" /></p>
<p><span class="downloadfile"><a href='http://www.webstylepress.com/wp-content/uploads/2008/10/s1-slideshow-flash.rar'>Download Slide Show 1</a></span></p>
<h4>Slide Show 2 (Sliding Effect)</h4>
<p><img src="http://www.webstylepress.com/wp-content/uploads/2008/10/s2.jpg" alt="" title="s2" width="194" height="195" class="alignnone size-full wp-image-273" /></p>
<p><span class="downloadfile"><a href='http://www.webstylepress.com/wp-content/uploads/2008/10/scroller-flash-slideshow.rar'>Download Scroller Slideshow Example</a></span></p>
<p><a href="http://www.webstylepress.com/flash-slide-shows/">Create Flash Slide Shows Using ActionScript &#8211; Example Downloads</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.webstylepress.com/flash-random-text-animation/" title="Create Flash Random 3D Text Animation">Create Flash Random 3D Text Animation</a></li><li><a href="http://www.webstylepress.com/flash-mouse-effects/" title="Flash Mouse Effects">Flash Mouse Effects</a></li><li><a href="http://www.webstylepress.com/flash-window-or-movie-move-dragable-content/" title="Flash Window or Movie Move &#8211; Dragable Content Using ActionScript">Flash Window or Movie Move &#8211; Dragable Content Using ActionScript</a></li><li><a href="http://www.webstylepress.com/flash-login-system/" title="Create Flash Login System using ActionScript">Create Flash Login System using ActionScript</a></li><li><a href="http://www.webstylepress.com/counting-in-flash-flash-counter/" title="Counting In Flash &#8211; Flash Counter">Counting In Flash &#8211; Flash Counter</a></li><li><a href="http://www.webstylepress.com/flash-go-to-frame-actionscript/" title="Flash &#8211; Go To Frame ActionScript">Flash &#8211; Go To Frame ActionScript</a></li><li><a href="http://www.webstylepress.com/date-and-time-in-flash/" title="Date and Time In Flash">Date and Time In Flash</a></li><li><a href="http://www.webstylepress.com/image-transitions-effects-and-particle-systems-in-adobe-flash/" title="Image Transitions &#8211; Effects and Particle Systems In Adobe Flash">Image Transitions &#8211; Effects and Particle Systems In Adobe Flash</a></li><li><a href="http://www.webstylepress.com/flash-tooltips/" title="Flash Tooltips &#8211; Tutorial and Example Download">Flash Tooltips &#8211; Tutorial and Example Download</a></li><li><a href="http://www.webstylepress.com/buttons-control-in-flash/" title="Buttons Control In Flash">Buttons Control In Flash</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.webstylepress.com/flash-slide-shows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Window or Movie Move &#8211; Dragable Content Using ActionScript</title>
		<link>http://www.webstylepress.com/flash-window-or-movie-move-dragable-content/</link>
		<comments>http://www.webstylepress.com/flash-window-or-movie-move-dragable-content/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 10:53:39 +0000</pubDate>
		<dc:creator>Hiroshi</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[Control]]></category>
		<category><![CDATA[Drag]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://www.webstylepress.com/?p=265</guid>
		<description><![CDATA[Drag-able content is flash looks very sexy. Suppose you created a movie clip that had all the sound controls in it. You can enable it to drag freely across the main movie or within fixed parameters. I used it once at sound control panel. I had to create a movie clip that is able to [...]<p><a href="http://www.webstylepress.com/flash-window-or-movie-move-dragable-content/">Flash Window or Movie Move &#8211; Dragable Content Using ActionScript</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Drag-able content is flash looks very sexy. Suppose you created a movie clip that had all the sound controls in it. You can enable it to drag freely across the main movie or within fixed parameters. I used it once at sound control panel. I had to create a movie clip that is able to appear and disappear and also it was able to move within fixed parameters. Its so cool.</p>
<p><span id="more-265"></span></p>
<h4>Simple Movie Drag</h4>
<p>Create a movieclip and name it <strong>d</strong> or whatever you like. In movie clip create a button and put actionscript on it.</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;"><span style="color: #0066CC;">on</span> <span style="color: #66cc66;">&#40;</span>press<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
<span style="color: #0066CC;">startDrag</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;/d&quot;</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #66cc66;">&#125;</span>
<span style="color: #0066CC;">on</span> <span style="color: #66cc66;">&#40;</span>release<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
<span style="color: #0066CC;">stopDrag</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #66cc66;">&#125;</span></pre></div></div>

<p><span class="downloadfile"><a href='http://www.webstylepress.com/wp-content/uploads/2008/10/drag-and-stop.rar'>Download Drag Script</a></span></p>
<h4>Drag with Parameters and Control</h4>
<p>To apply restrictions for specific area in which movie clip is drag able consider this example.</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;"><span style="color: #0066CC;">on</span> <span style="color: #66cc66;">&#40;</span>press<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
<span style="color: #0066CC;">startDrag</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;_root.window&quot;</span>, <span style="color: #000000; font-weight: bold;">false</span>, <span style="color: #cc66cc;">92</span>, <span style="color: #cc66cc;">92</span>, <span style="color: #cc66cc;">458</span>, <span style="color: #cc66cc;">308</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #66cc66;">&#125;</span>
<span style="color: #0066CC;">on</span> <span style="color: #66cc66;">&#40;</span>release<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
<span style="color: #0066CC;">stopDrag</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #66cc66;">&#125;</span></pre></div></div>

<p>92, 92, 458, 308 are left, right, top and bottom parameters boundries window cant cross. Window is movie clip name which is concerned.</p>
<p><span class="downloadfile"><a href='http://www.webstylepress.com/wp-content/uploads/2008/10/menu-dragable.rar'>Download Script</a></span></p>
<p><span class="downloadfile"><a href='http://www.webstylepress.com/wp-content/uploads/2008/10/2drag2.rar'>Multiple Objects Drag Example</a></span></p>
<h4>Movie Properties Control</h4>
<p>Move movie clip right, left, up, down, resize, rotate, brightness, contrast etc</p>
<p><span class="downloadfile"><a href='http://www.webstylepress.com/wp-content/uploads/2008/10/movie_properties.rar'>Download Movie Properties Control Example</a></span></p>
<p><a href="http://www.webstylepress.com/flash-window-or-movie-move-dragable-content/">Flash Window or Movie Move &#8211; Dragable Content Using ActionScript</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.webstylepress.com/flash-random-text-animation/" title="Create Flash Random 3D Text Animation">Create Flash Random 3D Text Animation</a></li><li><a href="http://www.webstylepress.com/flash-mouse-effects/" title="Flash Mouse Effects">Flash Mouse Effects</a></li><li><a href="http://www.webstylepress.com/flash-slide-shows/" title="Create Flash Slide Shows Using ActionScript &#8211; Example Downloads">Create Flash Slide Shows Using ActionScript &#8211; Example Downloads</a></li><li><a href="http://www.webstylepress.com/flash-login-system/" title="Create Flash Login System using ActionScript">Create Flash Login System using ActionScript</a></li><li><a href="http://www.webstylepress.com/counting-in-flash-flash-counter/" title="Counting In Flash &#8211; Flash Counter">Counting In Flash &#8211; Flash Counter</a></li><li><a href="http://www.webstylepress.com/flash-go-to-frame-actionscript/" title="Flash &#8211; Go To Frame ActionScript">Flash &#8211; Go To Frame ActionScript</a></li><li><a href="http://www.webstylepress.com/date-and-time-in-flash/" title="Date and Time In Flash">Date and Time In Flash</a></li><li><a href="http://www.webstylepress.com/image-transitions-effects-and-particle-systems-in-adobe-flash/" title="Image Transitions &#8211; Effects and Particle Systems In Adobe Flash">Image Transitions &#8211; Effects and Particle Systems In Adobe Flash</a></li><li><a href="http://www.webstylepress.com/flash-tooltips/" title="Flash Tooltips &#8211; Tutorial and Example Download">Flash Tooltips &#8211; Tutorial and Example Download</a></li><li><a href="http://www.webstylepress.com/buttons-control-in-flash/" title="Buttons Control In Flash">Buttons Control In Flash</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.webstylepress.com/flash-window-or-movie-move-dragable-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Flash Login System using ActionScript</title>
		<link>http://www.webstylepress.com/flash-login-system/</link>
		<comments>http://www.webstylepress.com/flash-login-system/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 10:40:03 +0000</pubDate>
		<dc:creator>Hiroshi</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[Control]]></category>
		<category><![CDATA[Login Systems]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[login]]></category>

		<guid isPermaLink="false">http://www.webstylepress.com/?p=260</guid>
		<description><![CDATA[If you want some hidden part or admin section in your flash movie then you can just create a login system for Flash using ActionScript. Simple Flash File Login Method 1 &#8211; Two Users Take input fields user and pass. Create other two sections of login successful and login failed also. Create a Button and [...]<p><a href="http://www.webstylepress.com/flash-login-system/">Create Flash Login System using ActionScript</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
]]></description>
			<content:encoded><![CDATA[<p>If you want some hidden part or admin section in your flash movie then you can just create a login system for Flash using ActionScript. </p>
<p><span id="more-260"></span></p>
<h4>Simple Flash File Login</h4>
<h4>Method 1 &#8211; Two Users</h4>
<p>Take input fields user and pass. Create other two sections of <strong>login successful</strong> and <strong>login failed</strong> also. Create a Button and write following actionscript over it.</p>
<p><img src="http://www.webstylepress.com/wp-content/uploads/2008/10/loginpass.gif" alt="" title="loginpass" width="300" height="110" class="alignnone size-full wp-image-261" /></p>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;"><span style="color: #0066CC;">on</span> <span style="color: #66cc66;">&#40;</span>release, keyPress <span style="color: #ff0000;">&quot;&lt;Enter&gt;&quot;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
<span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#40;</span>user==<span style="color: #ff0000;">&quot;javed&quot;</span> <span style="color: #66cc66;">&amp;&amp;</span> pass==<span style="color: #ff0000;">&quot;letmein&quot;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">||</span> <span style="color: #66cc66;">&#40;</span>user==<span style="color: #ff0000;">&quot;admin&quot;</span> <span style="color: #66cc66;">&amp;&amp;</span> pass==<span style="color: #ff0000;">&quot;go&quot;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
<span style="color: #0066CC;">gotoAndStop</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;">10</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #66cc66;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #66cc66;">&#123;</span>
<span style="color: #0066CC;">gotoAndStop</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;">5</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #66cc66;">&#125;</span>
<span style="color: #66cc66;">&#125;</span></pre></div></div>

<p>This is simple condition example in flash actionscript. If provided login name and password will match with what are in the actionscript, the script will show success page, otherwise will return after showing login failed message.</p>
<p><span class="downloadfile"><a href='http://www.webstylepress.com/wp-content/uploads/2008/10/login-pass-flash.rar'>Download Files</a></span></p>
<h4>Method 2 &#8211; Single User, Different Actionscript</h4>
<p>Create input fields user and pass. Create other two sections of login successful and login failed also. Take a Button and write actionscript over it.</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;"><span style="color: #0066CC;">on</span> <span style="color: #66cc66;">&#40;</span>release, keyPress <span style="color: #ff0000;">&quot;&lt;Enter&gt;&quot;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
<span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>user <span style="color: #0066CC;">eq</span><span style="color: #ff0000;">&quot;user&quot;</span> <span style="color: #0066CC;">and</span> pass <span style="color: #0066CC;">eq</span><span style="color: #ff0000;">&quot;pass&quot;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
<span style="color: #0066CC;">gotoAndStop</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;">2</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #66cc66;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #66cc66;">&#123;</span>
<span style="color: #0066CC;">gotoAndStop</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;">3</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #66cc66;">&#125;</span>
<span style="color: #66cc66;">&#125;</span></pre></div></div>

<p><span class="downloadfile"><a href='http://www.webstylepress.com/wp-content/uploads/2008/10/password-protaction-flash.rar'>Download Files</a></span></p>
<p><a href="http://www.webstylepress.com/flash-login-system/">Create Flash Login System using ActionScript</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.webstylepress.com/flash-random-text-animation/" title="Create Flash Random 3D Text Animation">Create Flash Random 3D Text Animation</a></li><li><a href="http://www.webstylepress.com/flash-mouse-effects/" title="Flash Mouse Effects">Flash Mouse Effects</a></li><li><a href="http://www.webstylepress.com/flash-slide-shows/" title="Create Flash Slide Shows Using ActionScript &#8211; Example Downloads">Create Flash Slide Shows Using ActionScript &#8211; Example Downloads</a></li><li><a href="http://www.webstylepress.com/flash-window-or-movie-move-dragable-content/" title="Flash Window or Movie Move &#8211; Dragable Content Using ActionScript">Flash Window or Movie Move &#8211; Dragable Content Using ActionScript</a></li><li><a href="http://www.webstylepress.com/counting-in-flash-flash-counter/" title="Counting In Flash &#8211; Flash Counter">Counting In Flash &#8211; Flash Counter</a></li><li><a href="http://www.webstylepress.com/flash-go-to-frame-actionscript/" title="Flash &#8211; Go To Frame ActionScript">Flash &#8211; Go To Frame ActionScript</a></li><li><a href="http://www.webstylepress.com/date-and-time-in-flash/" title="Date and Time In Flash">Date and Time In Flash</a></li><li><a href="http://www.webstylepress.com/image-transitions-effects-and-particle-systems-in-adobe-flash/" title="Image Transitions &#8211; Effects and Particle Systems In Adobe Flash">Image Transitions &#8211; Effects and Particle Systems In Adobe Flash</a></li><li><a href="http://www.webstylepress.com/flash-tooltips/" title="Flash Tooltips &#8211; Tutorial and Example Download">Flash Tooltips &#8211; Tutorial and Example Download</a></li><li><a href="http://www.webstylepress.com/buttons-control-in-flash/" title="Buttons Control In Flash">Buttons Control In Flash</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.webstylepress.com/flash-login-system/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Counting In Flash &#8211; Flash Counter</title>
		<link>http://www.webstylepress.com/counting-in-flash-flash-counter/</link>
		<comments>http://www.webstylepress.com/counting-in-flash-flash-counter/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 10:28:39 +0000</pubDate>
		<dc:creator>Hiroshi</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[Basics]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[counting]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://www.webstylepress.com/?p=255</guid>
		<description><![CDATA[What is the point of counting in flash? Well if there is any point, then You can make count downs or count ups and then trigger some action on its completion. Following tutorials will guide you about how to create counters in flash using ActionScript. Counting Up Till 100 Take a dynamic text field and [...]<p><a href="http://www.webstylepress.com/counting-in-flash-flash-counter/">Counting In Flash &#8211; Flash Counter</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
]]></description>
			<content:encoded><![CDATA[<p>What is the point of counting in flash? Well if there is any point, then You can make count downs or count ups and then trigger some action on its completion. Following tutorials will guide you about how to create counters in flash using ActionScript.</p>
<p><span id="more-255"></span></p>
<h4>Counting Up Till 100</h4>
<p>Take a dynamic text field and name it a or txt etc.Here i took a. Its defining a variable. First frame must be empty. At second frame take that dynamic field and at another layer place actionscript sequence in frames as following:</p>
<h6>First Frame</h6>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;">a=<span style="color: #cc66cc;">1</span>;</pre></div></div>

<h6>Second Frame</h6>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;">a=a+<span style="color: #cc66cc;">1</span>;
<span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>a==<span style="color: #cc66cc;">100</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
<span style="color: #0066CC;">gotoAndStop</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;">4</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #66cc66;">&#125;</span></pre></div></div>

<h6>Third Frame</h6>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;"><span style="color: #0066CC;">gotoAndPlay</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;">2</span><span style="color: #66cc66;">&#41;</span>;</pre></div></div>

<h6>Fourth Frame</h6>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;">a=<span style="color: #cc66cc;">100</span>;</pre></div></div>

<p><span class="downloadfile"><a href='http://www.webstylepress.com/wp-content/uploads/2008/10/counting.rar'>Download Counting Script</a></span></p>
<h4>Unlimited Counting Up</h4>
<p>Same dynamic field but actionscript will be:</p>
<h6>First Frame</h6>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;">a=<span style="color: #cc66cc;">1</span>;</pre></div></div>

<h6>Second Frame</h6>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;">a=a+<span style="color: #cc66cc;">1</span>;</pre></div></div>

<h6>Third Frame</h6>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;"><span style="color: #0066CC;">gotoAndPlay</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;">2</span><span style="color: #66cc66;">&#41;</span>;</pre></div></div>

<p><span class="downloadfile"><a href='http://www.webstylepress.com/wp-content/uploads/2008/10/counting2.rar'>Download Script</a></span></p>
<h4>Counting Down 100 to 1</h4>
<p>Same dynamic field but actionscript will be:</p>
<h6>First Frame</h6>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;">a=<span style="color: #cc66cc;">100</span>;</pre></div></div>

<h6>Second Frame</h6>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;">a=a-<span style="color: #cc66cc;">1</span>;
<span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>a==<span style="color: #cc66cc;">1</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
<span style="color: #0066CC;">gotoAndStop</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;">4</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #66cc66;">&#125;</span></pre></div></div>

<h6>Third Frame</h6>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;"><span style="color: #0066CC;">gotoAndPlay</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;">2</span><span style="color: #66cc66;">&#41;</span>;</pre></div></div>

<h6>Fourth Frame</h6>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;">a=<span style="color: #cc66cc;">1</span>;</pre></div></div>

<p><a href='http://www.webstylepress.com/wp-content/uploads/2008/10/counting-down-flash.rar'>Download Counting Down In Flash</a></p>
<p><a href="http://www.webstylepress.com/counting-in-flash-flash-counter/">Counting In Flash &#8211; Flash Counter</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.webstylepress.com/flash-random-text-animation/" title="Create Flash Random 3D Text Animation">Create Flash Random 3D Text Animation</a></li><li><a href="http://www.webstylepress.com/flash-mouse-effects/" title="Flash Mouse Effects">Flash Mouse Effects</a></li><li><a href="http://www.webstylepress.com/flash-hit-counter/" title="Flash Hit Counter Using ActionScript and PHP">Flash Hit Counter Using ActionScript and PHP</a></li><li><a href="http://www.webstylepress.com/flash-slide-shows/" title="Create Flash Slide Shows Using ActionScript &#8211; Example Downloads">Create Flash Slide Shows Using ActionScript &#8211; Example Downloads</a></li><li><a href="http://www.webstylepress.com/flash-window-or-movie-move-dragable-content/" title="Flash Window or Movie Move &#8211; Dragable Content Using ActionScript">Flash Window or Movie Move &#8211; Dragable Content Using ActionScript</a></li><li><a href="http://www.webstylepress.com/flash-login-system/" title="Create Flash Login System using ActionScript">Create Flash Login System using ActionScript</a></li><li><a href="http://www.webstylepress.com/flash-go-to-frame-actionscript/" title="Flash &#8211; Go To Frame ActionScript">Flash &#8211; Go To Frame ActionScript</a></li><li><a href="http://www.webstylepress.com/date-and-time-in-flash/" title="Date and Time In Flash">Date and Time In Flash</a></li><li><a href="http://www.webstylepress.com/image-transitions-effects-and-particle-systems-in-adobe-flash/" title="Image Transitions &#8211; Effects and Particle Systems In Adobe Flash">Image Transitions &#8211; Effects and Particle Systems In Adobe Flash</a></li><li><a href="http://www.webstylepress.com/flash-tooltips/" title="Flash Tooltips &#8211; Tutorial and Example Download">Flash Tooltips &#8211; Tutorial and Example Download</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.webstylepress.com/counting-in-flash-flash-counter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flash &#8211; Go To Frame ActionScript</title>
		<link>http://www.webstylepress.com/flash-go-to-frame-actionscript/</link>
		<comments>http://www.webstylepress.com/flash-go-to-frame-actionscript/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 09:56:07 +0000</pubDate>
		<dc:creator>Hiroshi</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[Control]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flash go to frame]]></category>

		<guid isPermaLink="false">http://www.webstylepress.com/?p=251</guid>
		<description><![CDATA[When you have got a movie and you want to navigate it frame by frame then this script is handy. You can write frame number to jump at that frame. Add stop button on starting frame. Create new frames and add relevant contents on them. Create an input text and name it (assign variable) goto [...]<p><a href="http://www.webstylepress.com/flash-go-to-frame-actionscript/">Flash &#8211; Go To Frame ActionScript</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.webstylepress.com/wp-content/uploads/2008/10/jump-to-frame.gif" alt="" title="jump-to-frame" width="300" height="43" class="alignnone size-full wp-image-252" /></p>
<p>When you have got a movie and you want to navigate it frame by frame then this script is handy. You can write frame number to jump at that frame. Add stop button on starting frame. Create new frames and add relevant contents on them. Create an input text and name it (assign variable) <strong>goto</strong> and create a button and write following action script on that.</p>
<p><span id="more-251"></span></p>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;"><span style="color: #0066CC;">on</span> <span style="color: #66cc66;">&#40;</span>release<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
<span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span><span style="color: #0066CC;">Number</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">/</span>:<span style="color: #0066CC;">goto</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&gt;</span><span style="color: #cc66cc;">5</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
<span style="color: #0066CC;">gotoAndStop</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;">7</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #66cc66;">&#125;</span>
<span style="color: #66cc66;">&#125;</span>
<span style="color: #0066CC;">on</span> <span style="color: #66cc66;">&#40;</span>release<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
<span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span><span style="color: #0066CC;">Number</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">/</span>:<span style="color: #0066CC;">goto</span><span style="color: #66cc66;">&#41;</span> == <span style="color: #cc66cc;">1</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
<span style="color: #0066CC;">gotoAndStop</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;">2</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #66cc66;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span><span style="color: #0066CC;">Number</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">/</span>:<span style="color: #0066CC;">goto</span><span style="color: #66cc66;">&#41;</span> == <span style="color: #cc66cc;">2</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
<span style="color: #0066CC;">gotoAndStop</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;">3</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #66cc66;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span><span style="color: #0066CC;">Number</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">/</span>:<span style="color: #0066CC;">goto</span><span style="color: #66cc66;">&#41;</span> == <span style="color: #cc66cc;">3</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
<span style="color: #0066CC;">gotoAndStop</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;">4</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #66cc66;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span><span style="color: #0066CC;">Number</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">/</span>:<span style="color: #0066CC;">goto</span><span style="color: #66cc66;">&#41;</span> == <span style="color: #cc66cc;">4</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
<span style="color: #0066CC;">gotoAndStop</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;">5</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #66cc66;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span><span style="color: #0066CC;">Number</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">/</span>:<span style="color: #0066CC;">goto</span><span style="color: #66cc66;">&#41;</span> == <span style="color: #cc66cc;">4</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
<span style="color: #0066CC;">gotoAndStop</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;">5</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #66cc66;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #66cc66;">&#123;</span>
<span style="color: #0066CC;">gotoAndStop</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;">7</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #66cc66;">&#125;</span>
<span style="color: #66cc66;">&#125;</span></pre></div></div>

<p><span class="downloadfile"><a href='http://www.webstylepress.com/wp-content/uploads/2008/10/jump-to-frame.rar'>Download Script</a></span></p>
<p><a href="http://www.webstylepress.com/flash-go-to-frame-actionscript/">Flash &#8211; Go To Frame ActionScript</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.webstylepress.com/flash-random-text-animation/" title="Create Flash Random 3D Text Animation">Create Flash Random 3D Text Animation</a></li><li><a href="http://www.webstylepress.com/flash-mouse-effects/" title="Flash Mouse Effects">Flash Mouse Effects</a></li><li><a href="http://www.webstylepress.com/flash-slide-shows/" title="Create Flash Slide Shows Using ActionScript &#8211; Example Downloads">Create Flash Slide Shows Using ActionScript &#8211; Example Downloads</a></li><li><a href="http://www.webstylepress.com/flash-window-or-movie-move-dragable-content/" title="Flash Window or Movie Move &#8211; Dragable Content Using ActionScript">Flash Window or Movie Move &#8211; Dragable Content Using ActionScript</a></li><li><a href="http://www.webstylepress.com/flash-login-system/" title="Create Flash Login System using ActionScript">Create Flash Login System using ActionScript</a></li><li><a href="http://www.webstylepress.com/counting-in-flash-flash-counter/" title="Counting In Flash &#8211; Flash Counter">Counting In Flash &#8211; Flash Counter</a></li><li><a href="http://www.webstylepress.com/date-and-time-in-flash/" title="Date and Time In Flash">Date and Time In Flash</a></li><li><a href="http://www.webstylepress.com/image-transitions-effects-and-particle-systems-in-adobe-flash/" title="Image Transitions &#8211; Effects and Particle Systems In Adobe Flash">Image Transitions &#8211; Effects and Particle Systems In Adobe Flash</a></li><li><a href="http://www.webstylepress.com/flash-tooltips/" title="Flash Tooltips &#8211; Tutorial and Example Download">Flash Tooltips &#8211; Tutorial and Example Download</a></li><li><a href="http://www.webstylepress.com/buttons-control-in-flash/" title="Buttons Control In Flash">Buttons Control In Flash</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.webstylepress.com/flash-go-to-frame-actionscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Date and Time In Flash</title>
		<link>http://www.webstylepress.com/date-and-time-in-flash/</link>
		<comments>http://www.webstylepress.com/date-and-time-in-flash/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 14:06:20 +0000</pubDate>
		<dc:creator>Hiroshi</dc:creator>
				<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[time]]></category>

		<guid isPermaLink="false">http://www.webstylepress.com/?p=245</guid>
		<description><![CDATA[Following example will show you how to create date and time function in flash. Read tutorial and download example. Create a dynamic text field named as Mytime or whatever you like. Create a movie clip outside of movie area (canvas), and write the following script on that and you are done. onClipEvent &#40;enterFrame&#41; &#123; _root.Mytime [...]<p><a href="http://www.webstylepress.com/date-and-time-in-flash/">Date and Time In Flash</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Following example will show you how to create date and time function in flash. Read tutorial and download example. Create a <strong>dynamic text field</strong> named as Mytime or whatever you like. Create a movie clip outside of movie area (canvas), and write the following script on that and you are done.</p>
<p><span id="more-245"></span></p>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;"><span style="color: #0066CC;">onClipEvent</span> <span style="color: #66cc66;">&#40;</span>enterFrame<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
<span style="color: #0066CC;">_root</span>.<span style="color: #006600;">Mytime</span> = <span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>hour,<span style="color: #0066CC;">min</span>,sec,ms<span style="color: #66cc66;">&#41;</span>;
<span style="color: #66cc66;">&#125;</span></pre></div></div>

<p><img src="http://www.webstylepress.com/wp-content/uploads/2008/10/date-time-in-flash.gif" alt="" title="date-time-in-flash" width="130" height="58" class="alignnone size-full wp-image-246" /></p>
<p><span class="downloadfile"><a href='http://www.webstylepress.com/wp-content/uploads/2008/10/date-and-time-flash.rar'>Download Date and Time Adob Flash Example</a></span></p>
<p><a href="http://www.webstylepress.com/date-and-time-in-flash/">Date and Time In Flash</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.webstylepress.com/flash-random-text-animation/" title="Create Flash Random 3D Text Animation">Create Flash Random 3D Text Animation</a></li><li><a href="http://www.webstylepress.com/flash-mouse-effects/" title="Flash Mouse Effects">Flash Mouse Effects</a></li><li><a href="http://www.webstylepress.com/flash-slide-shows/" title="Create Flash Slide Shows Using ActionScript &#8211; Example Downloads">Create Flash Slide Shows Using ActionScript &#8211; Example Downloads</a></li><li><a href="http://www.webstylepress.com/flash-window-or-movie-move-dragable-content/" title="Flash Window or Movie Move &#8211; Dragable Content Using ActionScript">Flash Window or Movie Move &#8211; Dragable Content Using ActionScript</a></li><li><a href="http://www.webstylepress.com/flash-login-system/" title="Create Flash Login System using ActionScript">Create Flash Login System using ActionScript</a></li><li><a href="http://www.webstylepress.com/counting-in-flash-flash-counter/" title="Counting In Flash &#8211; Flash Counter">Counting In Flash &#8211; Flash Counter</a></li><li><a href="http://www.webstylepress.com/flash-go-to-frame-actionscript/" title="Flash &#8211; Go To Frame ActionScript">Flash &#8211; Go To Frame ActionScript</a></li><li><a href="http://www.webstylepress.com/image-transitions-effects-and-particle-systems-in-adobe-flash/" title="Image Transitions &#8211; Effects and Particle Systems In Adobe Flash">Image Transitions &#8211; Effects and Particle Systems In Adobe Flash</a></li><li><a href="http://www.webstylepress.com/flash-tooltips/" title="Flash Tooltips &#8211; Tutorial and Example Download">Flash Tooltips &#8211; Tutorial and Example Download</a></li><li><a href="http://www.webstylepress.com/buttons-control-in-flash/" title="Buttons Control In Flash">Buttons Control In Flash</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.webstylepress.com/date-and-time-in-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Image Transitions &#8211; Effects and Particle Systems In Adobe Flash</title>
		<link>http://www.webstylepress.com/image-transitions-effects-and-particle-systems-in-adobe-flash/</link>
		<comments>http://www.webstylepress.com/image-transitions-effects-and-particle-systems-in-adobe-flash/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 13:54:43 +0000</pubDate>
		<dc:creator>Hiroshi</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[Control]]></category>
		<category><![CDATA[Particle Systems]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://www.webstylepress.com/?p=219</guid>
		<description><![CDATA[Following are some particle systems made in flash using ActionScript. I have &#8216;Flash Fairies particle system&#8217;, &#8216;Flash Snow Effect&#8217;, &#8216;Flash Stars Field&#8217;, &#8216;Flash Smoke Effect&#8217;, &#8216;Flash Stars Effect&#8217;, &#8216;Flash Rain Effect&#8217;, &#8216;Flash Background Color Effect&#8217;, &#8216;Flash Leaves Particle System&#8217; and more&#8230;with examples to download. Snow &#8211; Fairies &#8211; Particle System Snow effect with flakes. You [...]<p><a href="http://www.webstylepress.com/image-transitions-effects-and-particle-systems-in-adobe-flash/">Image Transitions &#8211; Effects and Particle Systems In Adobe Flash</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Following are some particle systems made in flash using ActionScript. I have &#8216;Flash Fairies particle system&#8217;, &#8216;Flash Snow Effect&#8217;, &#8216;Flash Stars Field&#8217;, &#8216;Flash Smoke Effect&#8217;, &#8216;Flash Stars Effect&#8217;, &#8216;Flash Rain Effect&#8217;, &#8216;Flash Background Color Effect&#8217;, &#8216;Flash Leaves Particle System&#8217; and more&#8230;with examples to download.</p>
<p><span id="more-219"></span></p>
<h4>Snow &#8211; Fairies &#8211; Particle System</h4>
<p>Snow effect with flakes. You can modify flakes into fairies also or any other particle system.</p>
<p><img src="http://www.webstylepress.com/wp-content/uploads/2008/10/snow-fairies.gif" alt="" title="snow-fairies" width="300" height="178" class="alignnone size-full wp-image-222" /></p>
<p><span class="downloadfile"><a href='http://www.webstylepress.com/wp-content/uploads/2008/10/snow1.rar'>Download Snow Effect</a></span></p>
<h4>Realistic Snow Effect</h4>
<p>Realistic snow effect in adobe flash created with single movie clip.</p>
<p><img src="http://www.webstylepress.com/wp-content/uploads/2008/10/snow-realistic.gif" alt="" title="snow-realistic" width="286" height="188" class="alignnone size-full wp-image-224" /></p>
<p><span class="downloadfile"><a href='http://www.webstylepress.com/wp-content/uploads/2008/10/snowgreat.rar'>Download Realistic Snow Effect</a></span></p>
<h4>Stars Field Falling Back</h4>
<p>Beautiful stars field receding created with actionscript.</p>
<p><img src="http://www.webstylepress.com/wp-content/uploads/2008/10/stars-field.gif" alt="" title="stars-field" width="300" height="158" class="alignnone size-full wp-image-226" /></p>
<p><span class="downloadfile"><a href='http://www.webstylepress.com/wp-content/uploads/2008/10/stars.rar'>Downlaod Stars Field Effect</a></span></p>
<h4>Stars Field Lifting Up With Moon</h4>
<p>Star Field going up while moon appears.</p>
<p><img src="http://www.webstylepress.com/wp-content/uploads/2008/10/stars-moon.gif" alt="" title="stars-moon" width="300" height="150" class="alignnone size-full wp-image-228" /></p>
<p><span class="downloadfile"><a href='http://www.webstylepress.com/wp-content/uploads/2008/10/star-and-moon.rar'>Download Stars Field and Moon Effect</a></span></p>
<h4>Smoke</h4>
<p>Realistic smoke effect.</p>
<p><img src="http://www.webstylepress.com/wp-content/uploads/2008/10/realistic-smoke-effect.gif" alt="" title="realistic-smoke-effect" width="249" height="168" class="alignnone size-full wp-image-231" /></p>
<p><span class="downloadfile"><a href='http://www.webstylepress.com/wp-content/uploads/2008/10/smoke-effect-real.rar'>Download Smoke Effect</a></span></p>
<h4>Twinkle Twinkle Stars</h4>
<p>Stars Twinkling or little moths circling.</p>
<p><img src="http://www.webstylepress.com/wp-content/uploads/2008/10/stars-moths.gif" alt="" title="stars-moths" width="282" height="176" class="alignnone size-full wp-image-233" /></p>
<p><span class="downloadfile"><a href='http://www.webstylepress.com/wp-content/uploads/2008/10/stars-or-moths.rar'>Download Stars or Moths Particle System</a></span></p>
<h4>Adobe Flash Rain Effect</h4>
<p>Rain pouring down. Flash rain effect.</p>
<p><img src="http://www.webstylepress.com/wp-content/uploads/2008/10/rain-drops.gif" alt="" title="rain-drops" width="300" height="194" class="alignnone size-full wp-image-236" /></p>
<p><span class="downloadfile"><a href='http://www.webstylepress.com/wp-content/uploads/2008/10/rain-drops.rar'>Download Rain Drops Flash Effect</a></span></p>
<h4>Bg Color Changer</h4>
<p>Background changer with smooth transition using actionscript.</p>
<p><img src="http://www.webstylepress.com/wp-content/uploads/2008/10/bg-color-changer.gif" alt="" title="bg-color-changer" width="300" height="163" class="alignnone size-full wp-image-237" /></p>
<p><span class="downloadfile"><a href='http://www.webstylepress.com/wp-content/uploads/2008/10/bg-color-changer.rar'>Download Background Color Changer</a></span></p>
<h4>Leaves System In Flash</h4>
<p>Lots of leaves or hearts or any particles you can use which go upwards and on mouse over they one by one go disappear. great flash effect.</p>
<p><img src="http://www.webstylepress.com/wp-content/uploads/2008/10/leaves-hearts-particle-system.gif" alt="" title="leaves-hearts-particle-system" width="300" height="107" class="alignnone size-full wp-image-239" /></p>
<p><span class="downloadfile"><a href='http://www.webstylepress.com/wp-content/uploads/2008/10/leaves.rar'>Download Leaves System</a></span></p>
<h4>Bug Walks On MouseOver &#8211; Flash Actionscript</h4>
<p>When you place mouse over bug it walks and stops after some time and stay until you poke it again with mouse.</p>
<p><img src="http://www.webstylepress.com/wp-content/uploads/2008/10/bug-walks.gif" alt="" title="bug-walks" width="300" height="136" class="alignnone size-full wp-image-241" /></p>
<p><span class="downloadfile"><a href='http://www.webstylepress.com/wp-content/uploads/2008/10/bug-moves.rar'>Download Moving Bug Controlled Via Actionscript</a></span></p>
<p><a href="http://www.webstylepress.com/image-transitions-effects-and-particle-systems-in-adobe-flash/">Image Transitions &#8211; Effects and Particle Systems In Adobe Flash</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.webstylepress.com/flash-random-text-animation/" title="Create Flash Random 3D Text Animation">Create Flash Random 3D Text Animation</a></li><li><a href="http://www.webstylepress.com/flash-mouse-effects/" title="Flash Mouse Effects">Flash Mouse Effects</a></li><li><a href="http://www.webstylepress.com/flash-slide-shows/" title="Create Flash Slide Shows Using ActionScript &#8211; Example Downloads">Create Flash Slide Shows Using ActionScript &#8211; Example Downloads</a></li><li><a href="http://www.webstylepress.com/flash-window-or-movie-move-dragable-content/" title="Flash Window or Movie Move &#8211; Dragable Content Using ActionScript">Flash Window or Movie Move &#8211; Dragable Content Using ActionScript</a></li><li><a href="http://www.webstylepress.com/flash-login-system/" title="Create Flash Login System using ActionScript">Create Flash Login System using ActionScript</a></li><li><a href="http://www.webstylepress.com/counting-in-flash-flash-counter/" title="Counting In Flash &#8211; Flash Counter">Counting In Flash &#8211; Flash Counter</a></li><li><a href="http://www.webstylepress.com/flash-go-to-frame-actionscript/" title="Flash &#8211; Go To Frame ActionScript">Flash &#8211; Go To Frame ActionScript</a></li><li><a href="http://www.webstylepress.com/date-and-time-in-flash/" title="Date and Time In Flash">Date and Time In Flash</a></li><li><a href="http://www.webstylepress.com/flash-tooltips/" title="Flash Tooltips &#8211; Tutorial and Example Download">Flash Tooltips &#8211; Tutorial and Example Download</a></li><li><a href="http://www.webstylepress.com/buttons-control-in-flash/" title="Buttons Control In Flash">Buttons Control In Flash</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.webstylepress.com/image-transitions-effects-and-particle-systems-in-adobe-flash/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flash Tooltips &#8211; Tutorial and Example Download</title>
		<link>http://www.webstylepress.com/flash-tooltips/</link>
		<comments>http://www.webstylepress.com/flash-tooltips/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 04:37:20 +0000</pubDate>
		<dc:creator>Hiroshi</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[tooltip]]></category>

		<guid isPermaLink="false">http://www.webstylepress.com/?p=213</guid>
		<description><![CDATA[Tooltips or titles in flash movies are helpful for extra information about any page or section of movie. You might give user some information about the link before he is going to click at that. For this regard tool tips are very helpful. Single Tooltip (Title) on Movie Clip or Button Create a movie clip [...]<p><a href="http://www.webstylepress.com/flash-tooltips/">Flash Tooltips &#8211; Tutorial and Example Download</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Tooltips or titles in flash movies are helpful for extra information about any page or section of movie. You might give user some information about the link before he is going to click at that. For this regard tool tips are very helpful.</p>
<p><span id="more-213"></span></p>
<h4>Single Tooltip (Title) on Movie Clip or Button</h4>
<p>Create a movie clip named as <strong>js</strong> or whatever you like, with first frame stopped and on second frame in it tooltip movie with left bottom center. Create a button in main time line or where you want it and apply following actionscript.</p>
<p><img src="http://www.webstylepress.com/wp-content/uploads/2008/10/tooltip-single.gif" alt="" title="tooltip-single" width="200" height="97" class="alignnone size-full wp-image-214" /></p>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;"><span style="color: #0066CC;">on</span> <span style="color: #66cc66;">&#40;</span>rollOver<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
<span style="color: #0066CC;">tellTarget</span> <span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;/js&quot;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
<span style="color: #0066CC;">gotoAndStop</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;">2</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #66cc66;">&#125;</span>
<span style="color: #0066CC;">startDrag</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;js&quot;</span>, <span style="color: #000000; font-weight: bold;">true</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #66cc66;">&#125;</span>
<span style="color: #0066CC;">on</span> <span style="color: #66cc66;">&#40;</span>release, rollOut<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
<span style="color: #0066CC;">tellTarget</span> <span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;/js&quot;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
<span style="color: #0066CC;">gotoAndStop</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;">1</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #66cc66;">&#125;</span>
<span style="color: #66cc66;">&#125;</span></pre></div></div>

<p><span class="downloadfile"><a href='http://www.webstylepress.com/wp-content/uploads/2008/10/tooltip-single.rar'>Download Tooltip Single Files</a></span></p>
<h4>Multiple Tooltips (Titles) For More Than One Movie Clips or Buttons</h4>
<p>Create a movie clip named as <strong>m</strong> with first frame containing stop action and other frames with tool tips images or texts and assign every frame a label. *Again center of this tool tip movie must be left bottom*. Create buttons at main time line (Here I take example of four buttons). Add action script. You can use slash (relative path) or target (absolute path) for indicating tool tip movies in actionscript. </p>
<p><img src="http://www.webstylepress.com/wp-content/uploads/2008/10/tooltip-multiple.gif" alt="" title="tooltip-multiple" width="200" height="60" class="alignnone size-full wp-image-216" /></p>
<h5>For Button 1</h5>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;"><span style="color: #0066CC;">on</span> <span style="color: #66cc66;">&#40;</span>rollOver<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
<span style="color: #0066CC;">tellTarget</span> <span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;/m&quot;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
<span style="color: #0066CC;">gotoAndStop</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;home&quot;</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #66cc66;">&#125;</span>
<span style="color: #66cc66;">&#125;</span>
<span style="color: #0066CC;">on</span> <span style="color: #66cc66;">&#40;</span>rollOut<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
<span style="color: #0066CC;">tellTarget</span> <span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;/m&quot;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
<span style="color: #0066CC;">gotoAndStop</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;of&quot;</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #66cc66;">&#125;</span>
<span style="color: #66cc66;">&#125;</span></pre></div></div>

<h5>For Button 2</h5>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;"><span style="color: #0066CC;">on</span> <span style="color: #66cc66;">&#40;</span>rollOver<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
<span style="color: #0066CC;">tellTarget</span> <span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;/m&quot;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
<span style="color: #0066CC;">gotoAndStop</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;intro&quot;</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #66cc66;">&#125;</span>
<span style="color: #66cc66;">&#125;</span>
<span style="color: #0066CC;">on</span> <span style="color: #66cc66;">&#40;</span>release, rollOut<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
<span style="color: #0066CC;">tellTarget</span> <span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;/m&quot;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
<span style="color: #0066CC;">gotoAndStop</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;off&quot;</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #66cc66;">&#125;</span>
<span style="color: #66cc66;">&#125;</span></pre></div></div>

<p><strong>m</strong> is movieclip here and <strong>home</strong> and <strong>intro</strong> are frame labels in <strong>m</strong> movieclip containing texts for tooltip to appear.<br />
Here <strong>off</strong> is blank key frame in tooltip movie. When mouse is not over any button or movie or it rolls out from any movie or button movieclip m will point to off labelled keyframe which does not have any test or tooltip to display.</p>
<p>Add this script in the <strong>m</strong> movieclip (tooltips) first frame.</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;"><span style="color: #0066CC;">startDrag</span><span style="color: #66cc66;">&#40;</span><span style="color: #0066CC;">getProperty</span> <span style="color: #66cc66;">&#40;</span> <span style="color: #0066CC;">_x</span>, <span style="color: #0066CC;">_y</span> <span style="color: #66cc66;">&#41;</span>, <span style="color: #000000; font-weight: bold;">true</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #0066CC;">stop</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;</pre></div></div>

<p><span class="downloadfile"><a href='http://www.webstylepress.com/wp-content/uploads/2008/10/tooltip-multiple.rar'>Download Tooltip Multiple Files</a></span></p>
<p><a href="http://www.webstylepress.com/flash-tooltips/">Flash Tooltips &#8211; Tutorial and Example Download</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.webstylepress.com/flash-random-text-animation/" title="Create Flash Random 3D Text Animation">Create Flash Random 3D Text Animation</a></li><li><a href="http://www.webstylepress.com/flash-mouse-effects/" title="Flash Mouse Effects">Flash Mouse Effects</a></li><li><a href="http://www.webstylepress.com/flash-slide-shows/" title="Create Flash Slide Shows Using ActionScript &#8211; Example Downloads">Create Flash Slide Shows Using ActionScript &#8211; Example Downloads</a></li><li><a href="http://www.webstylepress.com/flash-window-or-movie-move-dragable-content/" title="Flash Window or Movie Move &#8211; Dragable Content Using ActionScript">Flash Window or Movie Move &#8211; Dragable Content Using ActionScript</a></li><li><a href="http://www.webstylepress.com/flash-login-system/" title="Create Flash Login System using ActionScript">Create Flash Login System using ActionScript</a></li><li><a href="http://www.webstylepress.com/counting-in-flash-flash-counter/" title="Counting In Flash &#8211; Flash Counter">Counting In Flash &#8211; Flash Counter</a></li><li><a href="http://www.webstylepress.com/flash-go-to-frame-actionscript/" title="Flash &#8211; Go To Frame ActionScript">Flash &#8211; Go To Frame ActionScript</a></li><li><a href="http://www.webstylepress.com/date-and-time-in-flash/" title="Date and Time In Flash">Date and Time In Flash</a></li><li><a href="http://www.webstylepress.com/image-transitions-effects-and-particle-systems-in-adobe-flash/" title="Image Transitions &#8211; Effects and Particle Systems In Adobe Flash">Image Transitions &#8211; Effects and Particle Systems In Adobe Flash</a></li><li><a href="http://www.webstylepress.com/buttons-control-in-flash/" title="Buttons Control In Flash">Buttons Control In Flash</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.webstylepress.com/flash-tooltips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

