<?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: AS3 Group94 Menu</title>
	<atom:link href="http://blog.soulwire.co.uk/code/actionscript-3/as3-group94-style-scrolling-menu/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.soulwire.co.uk/code/actionscript-3/as3-group94-style-scrolling-menu</link>
	<description>Art + Technology</description>
	<lastBuildDate>Sun, 07 Mar 2010 20:16:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Arcelia Stidd</title>
		<link>http://blog.soulwire.co.uk/code/actionscript-3/as3-group94-style-scrolling-menu/comment-page-4#comment-7300</link>
		<dc:creator>Arcelia Stidd</dc:creator>
		<pubDate>Thu, 21 Jan 2010 23:42:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.soulwire.co.uk/?p=45#comment-7300</guid>
		<description>Hello and many thanks for a enlightening site. I am still thinking over what you posted.</description>
		<content:encoded><![CDATA[<p>Hello and many thanks for a enlightening site. I am still thinking over what you posted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flash is good for the Soul (wire?) &#124; Cool websites that do everything.</title>
		<link>http://blog.soulwire.co.uk/code/actionscript-3/as3-group94-style-scrolling-menu/comment-page-4#comment-365</link>
		<dc:creator>Flash is good for the Soul (wire?) &#124; Cool websites that do everything.</dc:creator>
		<pubDate>Fri, 11 Dec 2009 04:00:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.soulwire.co.uk/?p=45#comment-365</guid>
		<description>[...] G94 Animated Menu List [...]</description>
		<content:encoded><![CDATA[<p>[...] G94 Animated Menu List [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://blog.soulwire.co.uk/code/actionscript-3/as3-group94-style-scrolling-menu/comment-page-4#comment-364</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sun, 15 Nov 2009 15:57:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.soulwire.co.uk/?p=45#comment-364</guid>
		<description>Hey, great script! How would you go about modifying this into a grid with images, that when you scroll, shifts the row up or down? Thanks for any help!

M</description>
		<content:encoded><![CDATA[<p>Hey, great script! How would you go about modifying this into a grid with images, that when you scroll, shifts the row up or down? Thanks for any help!</p>
<p>M</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Praveen Ghatta</title>
		<link>http://blog.soulwire.co.uk/code/actionscript-3/as3-group94-style-scrolling-menu/comment-page-4#comment-363</link>
		<dc:creator>Praveen Ghatta</dc:creator>
		<pubDate>Tue, 16 Jun 2009 06:58:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.soulwire.co.uk/?p=45#comment-363</guid>
		<description>Cool Work, It feels awesome to read the code structure and the way its been implemented.</description>
		<content:encoded><![CDATA[<p>Cool Work, It feels awesome to read the code structure and the way its been implemented.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Soulwire</title>
		<link>http://blog.soulwire.co.uk/code/actionscript-3/as3-group94-style-scrolling-menu/comment-page-4#comment-362</link>
		<dc:creator>Soulwire</dc:creator>
		<pubDate>Wed, 03 Jun 2009 22:47:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.soulwire.co.uk/?p=45#comment-362</guid>
		<description>huh?</description>
		<content:encoded><![CDATA[<p>huh?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gustavo</title>
		<link>http://blog.soulwire.co.uk/code/actionscript-3/as3-group94-style-scrolling-menu/comment-page-4#comment-361</link>
		<dc:creator>gustavo</dc:creator>
		<pubDate>Wed, 03 Jun 2009 22:01:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.soulwire.co.uk/?p=45#comment-361</guid>
		<description>better animartec.com</description>
		<content:encoded><![CDATA[<p>better animartec.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Soulwire</title>
		<link>http://blog.soulwire.co.uk/code/actionscript-3/as3-group94-style-scrolling-menu/comment-page-4#comment-360</link>
		<dc:creator>Soulwire</dc:creator>
		<pubDate>Mon, 25 May 2009 06:36:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.soulwire.co.uk/?p=45#comment-360</guid>
		<description>Hi Kris,

The event you need to add to the stage is the resize event:

&lt;code&gt;&lt;pre lang=&quot;actionscript&quot;&gt;stage.addEventListener(Event.RESIZE, onStageResizeHandler);&lt;/pre&gt;&lt;/code&gt;

...though the 1046 error you&#039;re getting means that the compiler can&#039;t find the code for the Event class, meaning that you need to import it:

&lt;code&gt;&lt;pre lang=&quot;actionscript&quot;&gt;import flash.events.Event&lt;/pre&gt;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Hi Kris,</p>
<p>The event you need to add to the stage is the resize event:</p>
<p><code>
<pre lang="actionscript">stage.addEventListener(Event.RESIZE, onStageResizeHandler);</pre>
<p></code></p>
<p>&#8230;though the 1046 error you&#8217;re getting means that the compiler can&#8217;t find the code for the Event class, meaning that you need to import it:</p>
<p><code>
<pre lang="actionscript">import flash.events.Event</pre>
<p></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris</title>
		<link>http://blog.soulwire.co.uk/code/actionscript-3/as3-group94-style-scrolling-menu/comment-page-4#comment-359</link>
		<dc:creator>Kris</dc:creator>
		<pubDate>Sat, 23 May 2009 23:19:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.soulwire.co.uk/?p=45#comment-359</guid>
		<description>Justin,

I am trying to integrate an event handler for screen resize. I&#039;m not really sure where the most appropriate place would be to append my code.

in its own separate flash project, I am using the following code, and it works fine with no errors:


&lt;code&gt;&lt;pre lang=&quot;actionscript&quot;&gt; stage.scaleMode = StageScaleMode.NO_SCALE;
		stage.align = StageAlign.TOP_LEFT;

		stage.addEventListener(Event.RESIZE, scaleObject);
		function scaleObject(event:Event):void {
			// set image dimensions to match stage;
			image.width = stage.stageWidth;
			image.height = stage.stageHeight;

			// choose the larger scale property and match the other to it;
			( image.scaleX &gt; image.scaleY ) ? image.scaleY = image.scaleX : image.scaleX = image.scaleY;
			image.x = (stage.stageWidth/2) - (image.width/2);
			image.y = 0;
			trace(&quot;Stage Height: &quot;+stage.stageHeight+&quot; // Stage Width: &quot;+stage.stageWidth+&quot; // image X Pos: &quot;+image.x); &lt;/pre&gt;&lt;/code&gt;

However, when I place that in the Main.as file that goes with the g94scroller project, I get the following error:


&lt;code&gt;&lt;pre lang=&quot;actionscript&quot;&gt; 1046: Type was not found or was not a compile-time constant: Event.</description>
		<content:encoded><![CDATA[<p>Justin,</p>
<p>I am trying to integrate an event handler for screen resize. I&#8217;m not really sure where the most appropriate place would be to append my code.</p>
<p>in its own separate flash project, I am using the following code, and it works fine with no errors:</p>
<p><code>
<pre lang="actionscript"> stage.scaleMode = StageScaleMode.NO_SCALE;
		stage.align = StageAlign.TOP_LEFT;

		stage.addEventListener(Event.RESIZE, scaleObject);
		function scaleObject(event:Event):void {
			// set image dimensions to match stage;
			image.width = stage.stageWidth;
			image.height = stage.stageHeight;

			// choose the larger scale property and match the other to it;
			( image.scaleX &gt; image.scaleY ) ? image.scaleY = image.scaleX : image.scaleX = image.scaleY;
			image.x = (stage.stageWidth/2) - (image.width/2);
			image.y = 0;
			trace("Stage Height: "+stage.stageHeight+" // Stage Width: "+stage.stageWidth+" // image X Pos: "+image.x); </pre>
<p></code></p>
<p>However, when I place that in the Main.as file that goes with the g94scroller project, I get the following error:</p>
<p><code>
<pre lang="actionscript"> 1046: Type was not found or was not a compile-time constant: Event.</pre>
<p></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin van Emden</title>
		<link>http://blog.soulwire.co.uk/code/actionscript-3/as3-group94-style-scrolling-menu/comment-page-4#comment-358</link>
		<dc:creator>Robin van Emden</dc:creator>
		<pubDate>Sun, 19 Apr 2009 18:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.soulwire.co.uk/?p=45#comment-358</guid>
		<description>Hi!
I would like to thank you for making your source code available, saved me a lot of time while working on a &lt;a href=&quot;http://prlwytzkofsky.com/2009/04/kwizt/&quot; rel=&quot;nofollow&quot;&gt;project&lt;/a&gt; with a tight schedule :)
Robin</description>
		<content:encoded><![CDATA[<p>Hi!<br />
I would like to thank you for making your source code available, saved me a lot of time while working on a <a rel="nofollow" href="http://blog.soulwire.co.uk/goto/http://prlwytzkofsky.com/2009/04/kwizt/"  rel="nofollow">project</a> with a tight schedule :)<br />
Robin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arif</title>
		<link>http://blog.soulwire.co.uk/code/actionscript-3/as3-group94-style-scrolling-menu/comment-page-3#comment-357</link>
		<dc:creator>Arif</dc:creator>
		<pubDate>Sat, 11 Apr 2009 17:54:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.soulwire.co.uk/?p=45#comment-357</guid>
		<description>I love the tutorials&amp; knowledge you&#039;re sharing. I have a quick question about adding a feature.
How would I go about making the middle item display an image. Like this : http://www.normann-copenhagen.com/  (go to products &amp; you&#039;ll see the middle item displays an image)

Thanks,
Arif</description>
		<content:encoded><![CDATA[<p>I love the tutorials&amp; knowledge you&#8217;re sharing. I have a quick question about adding a feature.<br />
How would I go about making the middle item display an image. Like this : <a rel="nofollow" href="http://blog.soulwire.co.uk/goto/http://www.normann-copenhagen.com/"  rel="nofollow">http://www.normann-copenhagen.com/</a>  (go to products &amp; you&#8217;ll see the middle item displays an image)</p>
<p>Thanks,<br />
Arif</p>
]]></content:encoded>
	</item>
</channel>
</rss>
