<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Flash Tutorial: Quick and Easy Zoom Effect on Mouse Over</title>
	<atom:link href="http://mikestickney.com/wordpress/flash-tutorial-quick-and-easy-zoom-effect-on-mouse-over/feed/" rel="self" type="application/rss+xml" />
	<link>http://mikestickney.com/wordpress/flash-tutorial-quick-and-easy-zoom-effect-on-mouse-over/</link>
	<description></description>
	<lastBuildDate>Sun, 20 Jun 2010 11:04:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mike</title>
		<link>http://mikestickney.com/wordpress/flash-tutorial-quick-and-easy-zoom-effect-on-mouse-over/comment-page-3/#comment-987</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sat, 16 Jan 2010 18:17:14 +0000</pubDate>
		<guid isPermaLink="false">http://mikestickney.com/wordpress/flash-tutorial-quick-and-easy-zoom-effect-on-mouse-over/#comment-987</guid>
		<description>Due to overwhelming response to this tutorial, comments for this post are closed. If you are having problems, please refer to other users comments above, as the issue may already have been addressed.

Thanks for reading,
Mike</description>
		<content:encoded><![CDATA[<p>Due to overwhelming response to this tutorial, comments for this post are closed. If you are having problems, please refer to other users comments above, as the issue may already have been addressed.</p>
<p>Thanks for reading,<br />
Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wc</title>
		<link>http://mikestickney.com/wordpress/flash-tutorial-quick-and-easy-zoom-effect-on-mouse-over/comment-page-3/#comment-977</link>
		<dc:creator>wc</dc:creator>
		<pubDate>Thu, 24 Dec 2009 22:16:24 +0000</pubDate>
		<guid isPermaLink="false">http://mikestickney.com/wordpress/flash-tutorial-quick-and-easy-zoom-effect-on-mouse-over/#comment-977</guid>
		<description>Great tutorial. 

I&#039;m struggling to make the swapDepth work. I finally got the objects to layer correctly, after I added the first line to the code for each of my objects (see below) that would bring each item back to the base level.

What is happening now is that the zoomed items remain on the stage (in their unzoomed states), even after I switch to another movie clip (the zoom function is one image in a gallery).

 this.swapDepths(1);
stop();
    this.onEnterFrame = function(){
    if(zoom == true){
    prevFrame();
    }
    }

    this.onRollOver = function(){
    zoom = false;
    play();
     this.swapDepths(2);
	}

    this.onRollOut = function(){
    zoom = true;
    }</description>
		<content:encoded><![CDATA[<p>Great tutorial. </p>
<p>I&#8217;m struggling to make the swapDepth work. I finally got the objects to layer correctly, after I added the first line to the code for each of my objects (see below) that would bring each item back to the base level.</p>
<p>What is happening now is that the zoomed items remain on the stage (in their unzoomed states), even after I switch to another movie clip (the zoom function is one image in a gallery).</p>
<p> this.swapDepths(1);<br />
stop();<br />
    this.onEnterFrame = function(){<br />
    if(zoom == true){<br />
    prevFrame();<br />
    }<br />
    }</p>
<p>    this.onRollOver = function(){<br />
    zoom = false;<br />
    play();<br />
     this.swapDepths(2);<br />
	}</p>
<p>    this.onRollOut = function(){<br />
    zoom = true;<br />
    }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marco</title>
		<link>http://mikestickney.com/wordpress/flash-tutorial-quick-and-easy-zoom-effect-on-mouse-over/comment-page-3/#comment-976</link>
		<dc:creator>marco</dc:creator>
		<pubDate>Wed, 23 Dec 2009 20:13:04 +0000</pubDate>
		<guid isPermaLink="false">http://mikestickney.com/wordpress/flash-tutorial-quick-and-easy-zoom-effect-on-mouse-over/#comment-976</guid>
		<description>hi mike. thanks for this great tutorials. so...i have a question. 
if you have a look at: http://cdr.webhat.it    in the index page....there is a gallery almost like you have done. you can see it in &quot;prodotti&quot; section. how can i obtain that effect? thanks a lot.</description>
		<content:encoded><![CDATA[<p>hi mike. thanks for this great tutorials. so&#8230;i have a question.<br />
if you have a look at: <a href="http://cdr.webhat.it" onclick="javascript:pageTracker._trackPageview('/outbound/comment/cdr.webhat.it');" rel="nofollow">http://cdr.webhat.it</a>    in the index page&#8230;.there is a gallery almost like you have done. you can see it in &#8220;prodotti&#8221; section. how can i obtain that effect? thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Appie</title>
		<link>http://mikestickney.com/wordpress/flash-tutorial-quick-and-easy-zoom-effect-on-mouse-over/comment-page-3/#comment-966</link>
		<dc:creator>Appie</dc:creator>
		<pubDate>Thu, 10 Dec 2009 22:16:10 +0000</pubDate>
		<guid isPermaLink="false">http://mikestickney.com/wordpress/flash-tutorial-quick-and-easy-zoom-effect-on-mouse-over/#comment-966</guid>
		<description>Hi Mike,

Thank you very much, also for everyone else who has published a comment or question! My banner turns out great, still working on it though :)

Regards, Appie</description>
		<content:encoded><![CDATA[<p>Hi Mike,</p>
<p>Thank you very much, also for everyone else who has published a comment or question! My banner turns out great, still working on it though <img src='http://mikestickney.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Regards, Appie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lisa</title>
		<link>http://mikestickney.com/wordpress/flash-tutorial-quick-and-easy-zoom-effect-on-mouse-over/comment-page-3/#comment-824</link>
		<dc:creator>Lisa</dc:creator>
		<pubDate>Fri, 21 Aug 2009 14:50:07 +0000</pubDate>
		<guid isPermaLink="false">http://mikestickney.com/wordpress/flash-tutorial-quick-and-easy-zoom-effect-on-mouse-over/#comment-824</guid>
		<description>hello, I&#039;m very new to Flash but learning as I go... I finished my project and I have made ads flow in and out for our website.... now  want to add links to some of those ads and it would be nice too for it to stop when the user puts his cursor over it.... can someone help me?  I&#039;m not good with action script writing....</description>
		<content:encoded><![CDATA[<p>hello, I&#8217;m very new to Flash but learning as I go&#8230; I finished my project and I have made ads flow in and out for our website&#8230;. now  want to add links to some of those ads and it would be nice too for it to stop when the user puts his cursor over it&#8230;. can someone help me?  I&#8217;m not good with action script writing&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://mikestickney.com/wordpress/flash-tutorial-quick-and-easy-zoom-effect-on-mouse-over/comment-page-3/#comment-823</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Thu, 20 Aug 2009 17:45:15 +0000</pubDate>
		<guid isPermaLink="false">http://mikestickney.com/wordpress/flash-tutorial-quick-and-easy-zoom-effect-on-mouse-over/#comment-823</guid>
		<description>Mike

it is possible to change the &quot;zoom&quot; code to others which suite the CS3 without changing the publish setting? as im try to perform an action with  code that only suite for CS3, i cant change the publish setting to CS2. 

thank you</description>
		<content:encoded><![CDATA[<p>Mike</p>
<p>it is possible to change the &#8220;zoom&#8221; code to others which suite the CS3 without changing the publish setting? as im try to perform an action with  code that only suite for CS3, i cant change the publish setting to CS2. </p>
<p>thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bernadette</title>
		<link>http://mikestickney.com/wordpress/flash-tutorial-quick-and-easy-zoom-effect-on-mouse-over/comment-page-3/#comment-822</link>
		<dc:creator>bernadette</dc:creator>
		<pubDate>Tue, 11 Aug 2009 10:39:04 +0000</pubDate>
		<guid isPermaLink="false">http://mikestickney.com/wordpress/flash-tutorial-quick-and-easy-zoom-effect-on-mouse-over/#comment-822</guid>
		<description>Hey Mike,
I was also very happy to have found your tutorial and I&#039;m amazed by the effort and time you put in to help people like me (flash-beginners ...very much so..)..
I scanned the questions that have been asked already but nobody seemed to have my problem....
when I want to choose insert&gt;timeline&gt;motion tween....it&#039;s just not available to choose...basically.....I tried choosing the classic tween but then it just moves the picture and showing it bigger at the end instead of zooming like it does in your example ...I did however choose motion tween without the timeline....then I get a lightblue but nothing happens....no arrow appearing...
any thoughts on that?
Hope you still receive and answer questions....
Thanks a lot in advance!!! Bernadette</description>
		<content:encoded><![CDATA[<p>Hey Mike,<br />
I was also very happy to have found your tutorial and I&#8217;m amazed by the effort and time you put in to help people like me (flash-beginners &#8230;very much so..)..<br />
I scanned the questions that have been asked already but nobody seemed to have my problem&#8230;.<br />
when I want to choose insert&gt;timeline&gt;motion tween&#8230;.it&#8217;s just not available to choose&#8230;basically&#8230;..I tried choosing the classic tween but then it just moves the picture and showing it bigger at the end instead of zooming like it does in your example &#8230;I did however choose motion tween without the timeline&#8230;.then I get a lightblue but nothing happens&#8230;.no arrow appearing&#8230;<br />
any thoughts on that?<br />
Hope you still receive and answer questions&#8230;.<br />
Thanks a lot in advance!!! Bernadette</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>http://mikestickney.com/wordpress/flash-tutorial-quick-and-easy-zoom-effect-on-mouse-over/comment-page-3/#comment-819</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Fri, 17 Jul 2009 19:19:09 +0000</pubDate>
		<guid isPermaLink="false">http://mikestickney.com/wordpress/flash-tutorial-quick-and-easy-zoom-effect-on-mouse-over/#comment-819</guid>
		<description>Hi Mike
I&#039;m a bit late to the party here, but I only recently found your excellent tutorial. I&#039;m fairly new to web design,  but have recently completed some exams and have found a few clients for my services. 
I just  have one small problem with the zoom technique: Is it possible to have multiple instances of the zoom within the same movie clip?
I am trying to build a page which shows thumbnail images of other sites I have built, and I want each one to zoom up on rollover (or on cllick would be better!). The problem is that when I rollover any image, they all zoom up together! 
I have so far set up two layers in Flash 8, both the same length of 15 frames, and a third layer containing your actionscript code. The Zoom function works exactly as it should (except that it judders when the mouse hovers over the image border!); however, my problem is that I can&#039;t get only one image to zoom up, its all or nothing!
Any thoughts?

Thanks
Sarah
x</description>
		<content:encoded><![CDATA[<p>Hi Mike<br />
I&#8217;m a bit late to the party here, but I only recently found your excellent tutorial. I&#8217;m fairly new to web design,  but have recently completed some exams and have found a few clients for my services.<br />
I just  have one small problem with the zoom technique: Is it possible to have multiple instances of the zoom within the same movie clip?<br />
I am trying to build a page which shows thumbnail images of other sites I have built, and I want each one to zoom up on rollover (or on cllick would be better!). The problem is that when I rollover any image, they all zoom up together!<br />
I have so far set up two layers in Flash 8, both the same length of 15 frames, and a third layer containing your actionscript code. The Zoom function works exactly as it should (except that it judders when the mouse hovers over the image border!); however, my problem is that I can&#8217;t get only one image to zoom up, its all or nothing!<br />
Any thoughts?</p>
<p>Thanks<br />
Sarah<br />
x</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eddcase</title>
		<link>http://mikestickney.com/wordpress/flash-tutorial-quick-and-easy-zoom-effect-on-mouse-over/comment-page-3/#comment-765</link>
		<dc:creator>eddcase</dc:creator>
		<pubDate>Tue, 31 Mar 2009 21:52:22 +0000</pubDate>
		<guid isPermaLink="false">http://mikestickney.com/wordpress/flash-tutorial-quick-and-easy-zoom-effect-on-mouse-over/#comment-765</guid>
		<description>Great tute thanks Mike. Just one point, and I think it&#039;s an issue that&#039;s given rise to several &quot;it&#039;s not working&quot; comments is that in the tute you don&#039;t say that in the actions layer frame 15 should be made a keyframe before you add the stop() action. You could change the tute to something like: 

In the movie clip, right click on frame 15 of the “actions” layer, and select &#039;insert keyframe&#039; then add the following code to that frame in the Actions Panel:

stop();

I know you cover this in a post and it&#039;s shown in the source file but if it&#039;s not mentioned in the tute, beginners will get confused!
All the best Mike and thanks for a great tutorial.
Ed</description>
		<content:encoded><![CDATA[<p>Great tute thanks Mike. Just one point, and I think it&#8217;s an issue that&#8217;s given rise to several &#8220;it&#8217;s not working&#8221; comments is that in the tute you don&#8217;t say that in the actions layer frame 15 should be made a keyframe before you add the stop() action. You could change the tute to something like: </p>
<p>In the movie clip, right click on frame 15 of the “actions” layer, and select &#8216;insert keyframe&#8217; then add the following code to that frame in the Actions Panel:</p>
<p>stop();</p>
<p>I know you cover this in a post and it&#8217;s shown in the source file but if it&#8217;s not mentioned in the tute, beginners will get confused!<br />
All the best Mike and thanks for a great tutorial.<br />
Ed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://mikestickney.com/wordpress/flash-tutorial-quick-and-easy-zoom-effect-on-mouse-over/comment-page-3/#comment-749</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 27 Feb 2009 01:31:31 +0000</pubDate>
		<guid isPermaLink="false">http://mikestickney.com/wordpress/flash-tutorial-quick-and-easy-zoom-effect-on-mouse-over/#comment-749</guid>
		<description>Hi Hinsel,

Not sure if I understand it correctly, but I think the code ou would need to use would be this:

_root.menuLeft.btnOne.onRelease function = ()
{
getURL (”http://www.google.com”);
}

_root.menuLeft.btnTwo.onRelease function = ()
{
getURL (”http://www.yahoo.com”);
}

Hopefully that helps. Thanks for reading!

- Mike</description>
		<content:encoded><![CDATA[<p>Hi Hinsel,</p>
<p>Not sure if I understand it correctly, but I think the code ou would need to use would be this:</p>
<p>_root.menuLeft.btnOne.onRelease function = ()<br />
{<br />
getURL (”http://www.google.com”);<br />
}</p>
<p>_root.menuLeft.btnTwo.onRelease function = ()<br />
{<br />
getURL (”http://www.yahoo.com”);<br />
}</p>
<p>Hopefully that helps. Thanks for reading!</p>
<p>- Mike</p>
]]></content:encoded>
	</item>
</channel>
</rss>
