<?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"
	>
<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>
	<pubDate>Sun, 05 Jul 2009 12:04:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: eddcase</title>
		<link>http://mikestickney.com/wordpress/flash-tutorial-quick-and-easy-zoom-effect-on-mouse-over/#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's an issue that's given rise to several "it's not working" comments is that in the tute you don'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 'insert keyframe' then add the following code to that frame in the Actions Panel:

stop();

I know you cover this in a post and it's shown in the source file but if it'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-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>
	<item>
		<title>By: hinsel</title>
		<link>http://mikestickney.com/wordpress/flash-tutorial-quick-and-easy-zoom-effect-on-mouse-over/#comment-748</link>
		<dc:creator>hinsel</dc:creator>
		<pubDate>Mon, 23 Feb 2009 21:49:56 +0000</pubDate>
		<guid isPermaLink="false">http://mikestickney.com/wordpress/flash-tutorial-quick-and-easy-zoom-effect-on-mouse-over/#comment-748</guid>
		<description>hello! nice tutorial - has good applications as a button for nav.
thats where i am stuck now...i have a movieclip that expands on mouseover (menuLeft) inside of which are intended to be several buttons (btnOne, btnTwo, etc) but when I click one it always opens the last buttons url, or depending on variation in code opens all the movieclips urls at once regardless of what is clicked...

i have all my actions in the main _root of the movie like thus:

_root.menuLeft.onRelease function = ()
{
        btnOne.getURL ("http://www.google.com");
}

_root.menuLeft.onRelease function = ()
{
        btnTwo.getURL ("http://www.yahoo.com");
}

any ideas???</description>
		<content:encoded><![CDATA[<p>hello! nice tutorial - has good applications as a button for nav.<br />
thats where i am stuck now&#8230;i have a movieclip that expands on mouseover (menuLeft) inside of which are intended to be several buttons (btnOne, btnTwo, etc) but when I click one it always opens the last buttons url, or depending on variation in code opens all the movieclips urls at once regardless of what is clicked&#8230;</p>
<p>i have all my actions in the main _root of the movie like thus:</p>
<p>_root.menuLeft.onRelease function = ()<br />
{<br />
        btnOne.getURL (&#8221;http://www.google.com&#8221;);<br />
}</p>
<p>_root.menuLeft.onRelease function = ()<br />
{<br />
        btnTwo.getURL (&#8221;http://www.yahoo.com&#8221;);<br />
}</p>
<p>any ideas???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kritsana</title>
		<link>http://mikestickney.com/wordpress/flash-tutorial-quick-and-easy-zoom-effect-on-mouse-over/#comment-734</link>
		<dc:creator>kritsana</dc:creator>
		<pubDate>Wed, 28 Jan 2009 08:21:23 +0000</pubDate>
		<guid isPermaLink="false">http://mikestickney.com/wordpress/flash-tutorial-quick-and-easy-zoom-effect-on-mouse-over/#comment-734</guid>
		<description>hi Mike
my zoom effect on mouse over application have been used with thumbnail images but the problem is sompart of zoomed image is covered by the other thumbnail images. what can I do to make my zoomed image uncoverable. On the other hand, I want to solve this problem by do the same like this website "http://www.centerpoint.co.th/new/main.asp". what can I do</description>
		<content:encoded><![CDATA[<p>hi Mike<br />
my zoom effect on mouse over application have been used with thumbnail images but the problem is sompart of zoomed image is covered by the other thumbnail images. what can I do to make my zoomed image uncoverable. On the other hand, I want to solve this problem by do the same like this website &#8220;http://www.centerpoint.co.th/new/main.asp&#8221;. what can I do</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://mikestickney.com/wordpress/flash-tutorial-quick-and-easy-zoom-effect-on-mouse-over/#comment-731</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 16 Jan 2009 04:34:33 +0000</pubDate>
		<guid isPermaLink="false">http://mikestickney.com/wordpress/flash-tutorial-quick-and-easy-zoom-effect-on-mouse-over/#comment-731</guid>
		<description>Mike,
Thanks for posting this tutorial - it's really just what I was looking for. As a newb to flash, it seems the perfect thing.

However, I'm finding that your graphics links seem to be broken. Just thought you would want to know.

~Matt</description>
		<content:encoded><![CDATA[<p>Mike,<br />
Thanks for posting this tutorial - it&#8217;s really just what I was looking for. As a newb to flash, it seems the perfect thing.</p>
<p>However, I&#8217;m finding that your graphics links seem to be broken. Just thought you would want to know.</p>
<p>~Matt</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-686</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 20 Oct 2008 12:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://mikestickney.com/wordpress/flash-tutorial-quick-and-easy-zoom-effect-on-mouse-over/#comment-686</guid>
		<description>Hi BG,

It might be your version of Flash. I'm not sure which version AS 2.0 started (I'll have to do a little research), but you should be able to select AS 2.0 or 1.0. Try going to Edit &gt; Publish Settings and see if you can change it there. This tutorial is for AS 2.0, so that could be your problem. Sorry I couldn't be of more help, but I'll try and research the version thing.

Thanks for reading,
Mike</description>
		<content:encoded><![CDATA[<p>Hi BG,</p>
<p>It might be your version of Flash. I&#8217;m not sure which version AS 2.0 started (I&#8217;ll have to do a little research), but you should be able to select AS 2.0 or 1.0. Try going to Edit > Publish Settings and see if you can change it there. This tutorial is for AS 2.0, so that could be your problem. Sorry I couldn&#8217;t be of more help, but I&#8217;ll try and research the version thing.</p>
<p>Thanks for reading,<br />
Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BG</title>
		<link>http://mikestickney.com/wordpress/flash-tutorial-quick-and-easy-zoom-effect-on-mouse-over/#comment-685</link>
		<dc:creator>BG</dc:creator>
		<pubDate>Mon, 20 Oct 2008 00:39:28 +0000</pubDate>
		<guid isPermaLink="false">http://mikestickney.com/wordpress/flash-tutorial-quick-and-easy-zoom-effect-on-mouse-over/#comment-685</guid>
		<description>Hey Mike, 
I am using a very old version of flash (5) and I can't get the zoom affect to work. I've followed step by step 3 times and think it has something to do with my version. Any thoughts?  I don't have the ability to select ActionScripts 2.0 at the beginning, so I am wondering if that might have something to do with it?

Thanks!
Brendan</description>
		<content:encoded><![CDATA[<p>Hey Mike,<br />
I am using a very old version of flash (5) and I can&#8217;t get the zoom affect to work. I&#8217;ve followed step by step 3 times and think it has something to do with my version. Any thoughts?  I don&#8217;t have the ability to select ActionScripts 2.0 at the beginning, so I am wondering if that might have something to do with it?</p>
<p>Thanks!<br />
Brendan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MB</title>
		<link>http://mikestickney.com/wordpress/flash-tutorial-quick-and-easy-zoom-effect-on-mouse-over/#comment-669</link>
		<dc:creator>MB</dc:creator>
		<pubDate>Mon, 22 Sep 2008 22:55:25 +0000</pubDate>
		<guid isPermaLink="false">http://mikestickney.com/wordpress/flash-tutorial-quick-and-easy-zoom-effect-on-mouse-over/#comment-669</guid>
		<description>Hi Mike
thanks for the great tutorial. I can make it work (after switching to Actionscript 2.0) but the part i just cant get right is the nested graphic symbol. (I created mine without the text). When I try to create a symbol nested in another...my breadcrumb doesn't look like figure 1...it simply creates another in scene 1? I've tried everything, I am making sure i am in symbol editing mode before creating the new symbol, but no luck. help?!</description>
		<content:encoded><![CDATA[<p>Hi Mike<br />
thanks for the great tutorial. I can make it work (after switching to Actionscript 2.0) but the part i just cant get right is the nested graphic symbol. (I created mine without the text). When I try to create a symbol nested in another&#8230;my breadcrumb doesn&#8217;t look like figure 1&#8230;it simply creates another in scene 1? I&#8217;ve tried everything, I am making sure i am in symbol editing mode before creating the new symbol, but no luck. help?!</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-650</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sun, 07 Sep 2008 14:01:34 +0000</pubDate>
		<guid isPermaLink="false">http://mikestickney.com/wordpress/flash-tutorial-quick-and-easy-zoom-effect-on-mouse-over/#comment-650</guid>
		<description>Hi SuziQ,

A couple other readers have shown interest in the project that Lou was working on. Lou and I worked together on that quite a bit, and so I've come up with quite a few ideas of writing a similar tutorial. Unfortunately, I just haven't had the time lately to get it done... working full-time, new freelance projects, and moving into a new apartment... Things are starting to settle down a little now that summer is coming to an end, so hopefully get some new tutorials (including that one) up soon. Lou's project came out pretty good (a few glitches that needed some work...), so it's definitely something I plan to write a tutorial based on. However, Lou's project was a real-world project with copyrighted imagery and information so I am unable to share the actual project with my readers, but I am anxious to write a similar tutorial, so check back soon.

Thanks for reading,
Mike</description>
		<content:encoded><![CDATA[<p>Hi SuziQ,</p>
<p>A couple other readers have shown interest in the project that Lou was working on. Lou and I worked together on that quite a bit, and so I&#8217;ve come up with quite a few ideas of writing a similar tutorial. Unfortunately, I just haven&#8217;t had the time lately to get it done&#8230; working full-time, new freelance projects, and moving into a new apartment&#8230; Things are starting to settle down a little now that summer is coming to an end, so hopefully get some new tutorials (including that one) up soon. Lou&#8217;s project came out pretty good (a few glitches that needed some work&#8230;), so it&#8217;s definitely something I plan to write a tutorial based on. However, Lou&#8217;s project was a real-world project with copyrighted imagery and information so I am unable to share the actual project with my readers, but I am anxious to write a similar tutorial, so check back soon.</p>
<p>Thanks for reading,<br />
Mike</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-649</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sun, 07 Sep 2008 13:55:26 +0000</pubDate>
		<guid isPermaLink="false">http://mikestickney.com/wordpress/flash-tutorial-quick-and-easy-zoom-effect-on-mouse-over/#comment-649</guid>
		<description>Hi Gowri,

Unfortunately, I haven't had a lot of experience exporting for .exe, however I believe the .exe only compiles the Flash player assets. You would still need to include the other assets (.xml and as files) in the same folder as the .exe file. I apologize that I don't have much free time these days to try and look into a better answer for you, but hope this helps.

- Mike</description>
		<content:encoded><![CDATA[<p>Hi Gowri,</p>
<p>Unfortunately, I haven&#8217;t had a lot of experience exporting for .exe, however I believe the .exe only compiles the Flash player assets. You would still need to include the other assets (.xml and as files) in the same folder as the .exe file. I apologize that I don&#8217;t have much free time these days to try and look into a better answer for you, but hope this helps.</p>
<p>- Mike</p>
]]></content:encoded>
	</item>
</channel>
</rss>
