<?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: Sandy 3.0 &#8211; Mouse interaction with the texture of a Shape3D</title>
	<atom:link href="http://dev.webbymx.net/2007/10/24/sandy-30-mouse-interaction-with-the-texture-of-a-shape3d/feed/" rel="self" type="application/rss+xml" />
	<link>http://dev.webbymx.net/2007/10/24/sandy-30-mouse-interaction-with-the-texture-of-a-shape3d/</link>
	<description>You love flash? Welcome!!</description>
	<lastBuildDate>Fri, 05 Mar 2010 12:32:59 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dev by MX Sandy 3 0 Mouse interaction with the texture of a Shape3D &#124; Shed Kits</title>
		<link>http://dev.webbymx.net/2007/10/24/sandy-30-mouse-interaction-with-the-texture-of-a-shape3d/comment-page-1/#comment-14090</link>
		<dc:creator>Dev by MX Sandy 3 0 Mouse interaction with the texture of a Shape3D &#124; Shed Kits</dc:creator>
		<pubDate>Wed, 27 May 2009 02:01:24 +0000</pubDate>
		<guid isPermaLink="false">http://dev.webbymx.net/2007/10/24/sandy-30-mouse-interaction-with-the-texture-of-a-shape3d/#comment-14090</guid>
		<description>[...] Dev by MX Sandy 3 0 Mouse interaction with the texture of a Shape3D   Posted by root 21 hours ago (http://dev.webbymx.net)        Use the arrow key and the numpad 8 and 2 comment by zeflasher on november 28 2007 5 31 pm hello tom will you be able to shed any light i also tried to get your source code from the above link but i am not able to get it dev by mx is proudly powered by wor        Discuss&#160;  &#124;&#160; Bury &#124;&#160;    News &#124; dev by mx sandy 3 0 mouse interaction with the texture of a shape3d [...]</description>
		<content:encoded><![CDATA[<p>[...] Dev by MX Sandy 3 0 Mouse interaction with the texture of a Shape3D   Posted by root 21 hours ago (<a href="http://dev.webbymx.net" rel="nofollow">http://dev.webbymx.net</a>)        Use the arrow key and the numpad 8 and 2 comment by zeflasher on november 28 2007 5 31 pm hello tom will you be able to shed any light i also tried to get your source code from the above link but i am not able to get it dev by mx is proudly powered by wor        Discuss&nbsp;  |&nbsp; Bury |&nbsp;    News | dev by mx sandy 3 0 mouse interaction with the texture of a shape3d [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zeflasher</title>
		<link>http://dev.webbymx.net/2007/10/24/sandy-30-mouse-interaction-with-the-texture-of-a-shape3d/comment-page-1/#comment-14082</link>
		<dc:creator>zeflasher</dc:creator>
		<pubDate>Tue, 13 Jan 2009 22:31:19 +0000</pubDate>
		<guid isPermaLink="false">http://dev.webbymx.net/2007/10/24/sandy-30-mouse-interaction-with-the-texture-of-a-shape3d/#comment-14082</guid>
		<description>Hello Arunava.

First thx for your feedbacks. So regarding the source code of the example. I don&#039;t seem to find it anymore :/. Anyway this example has been built on &quot;work in progress&quot; classes. Those classes and the way they were bounded to sandy classes has changed when they have been fully integrated into sandy by kiroukou. 
So the best thing you should do is going here: http://code.google.com/p/sandy/source/browse/trunk/sandy/as3/trunk/examples/flashCS3/Demo_Interactivity/  where you&#039;ll find an interactivity example.
Looking at the example you&#039;ll see this code
[as]
var s:Sphere = new Sphere(&quot;sphere&quot;,100,10,10);
s.enableEvents = true;
s.addEventListener ( MouseEvent.MOUSE_DOWN, _draw );
[/as]
surely what you are looking for...

Take care</description>
		<content:encoded><![CDATA[<p>Hello Arunava.</p>
<p>First thx for your feedbacks. So regarding the source code of the example. I don't seem to find it anymore :/. Anyway this example has been built on "work in progress" classes. Those classes and the way they were bounded to sandy classes has changed when they have been fully integrated into sandy by kiroukou.<br />
So the best thing you should do is going here: <a href="http://code.google.com/p/sandy/source/browse/trunk/sandy/as3/trunk/examples/flashCS3/Demo_Interactivity/" rel="nofollow">http://code.google.com/p/sandy/source/browse/trunk/sandy/as3/trunk/examples/flashCS3/Demo_Interactivity/</a>  where you'll find an interactivity example.<br />
Looking at the example you'll see this code</p>
<div class="igBar"><span id="lactionscript-1"><a href="#" onclick="javascript:showCodeTxt('actionscript-1'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">Actionscript:</span>
<div id="actionscript-1">
<div class="actionscript">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000; font-weight: bold;">var</span> s:Sphere = <span style="color: #000000; font-weight: bold;">new</span> Sphere<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">"sphere"</span>,<span style="color: #cc66cc;color:#800000;">100</span>,<span style="color: #cc66cc;color:#800000;">10</span>,<span style="color: #cc66cc;color:#800000;">10</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">s.<span style="color: #006600;">enableEvents</span> = <span style="color: #000000; font-weight: bold;">true</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">s.<span style="color: #006600;">addEventListener</span> <span style="color: #66cc66;">&#40;</span> MouseEvent.<span style="color: #006600;">MOUSE_DOWN</span>, _draw <span style="color: #66cc66;">&#41;</span>; </div>
</li>
</ol>
</div>
</div>
</div>
<p>
surely what you are looking for...</p>
<p>Take care</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arunava</title>
		<link>http://dev.webbymx.net/2007/10/24/sandy-30-mouse-interaction-with-the-texture-of-a-shape3d/comment-page-1/#comment-14081</link>
		<dc:creator>Arunava</dc:creator>
		<pubDate>Mon, 12 Jan 2009 17:33:35 +0000</pubDate>
		<guid isPermaLink="false">http://dev.webbymx.net/2007/10/24/sandy-30-mouse-interaction-with-the-texture-of-a-shape3d/#comment-14081</guid>
		<description>Hi Mate,

Thanks for the demo. I am trying out something like this, without any luck. I imported an external swf containing a button in the library and tried to use it as a skin on a 3d sphere. The code is something like this:
sphere.appearance= new Appearance(new MovieMaterial(new f()));
where f() is the instance name for the MovieClip (linkage identifier present in library)

The skin is appearing, however the interactivity of the button is lost.

I also used the &quot;enableInteractivity = true;&quot; property, as per Sandy tutorial. Still its not working. Will you be able to shed any light? 
I also tried to get your source code from the above link, but I am not able to get it. Will it be possible for you to share your source code?

Thanks in advance.
Arunava</description>
		<content:encoded><![CDATA[<p>Hi Mate,</p>
<p>Thanks for the demo. I am trying out something like this, without any luck. I imported an external swf containing a button in the library and tried to use it as a skin on a 3d sphere. The code is something like this:<br />
sphere.appearance= new Appearance(new MovieMaterial(new f()));<br />
where f() is the instance name for the MovieClip (linkage identifier present in library)</p>
<p>The skin is appearing, however the interactivity of the button is lost.</p>
<p>I also used the "enableInteractivity = true;" property, as per Sandy tutorial. Still its not working. Will you be able to shed any light?<br />
I also tried to get your source code from the above link, but I am not able to get it. Will it be possible for you to share your source code?</p>
<p>Thanks in advance.<br />
Arunava</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arunava</title>
		<link>http://dev.webbymx.net/2007/10/24/sandy-30-mouse-interaction-with-the-texture-of-a-shape3d/comment-page-1/#comment-14080</link>
		<dc:creator>Arunava</dc:creator>
		<pubDate>Mon, 12 Jan 2009 13:01:15 +0000</pubDate>
		<guid isPermaLink="false">http://dev.webbymx.net/2007/10/24/sandy-30-mouse-interaction-with-the-texture-of-a-shape3d/#comment-14080</guid>
		<description>Hi Mate,

Its great to see your example. I am trying out a similar sort of thing using a 3d sphere and a moviclip (an external swf imported to library) from the library. I also used the &quot;.enableInteractivity = true;&quot; property as mentioned in the &quot;Sandy3d&quot; tutorial on Moviematerial interactivity. The swf is appearing as a skin, however it is not interactive. Will be able to throw some light on it? 
I also tried to get your example code from the path &quot;http://code.google.com/p/sandy/source&quot;, but was unable to locate it. If possible, will be able to give the link for your source code?

Please help!!

Thanks in advance,
Arunava</description>
		<content:encoded><![CDATA[<p>Hi Mate,</p>
<p>Its great to see your example. I am trying out a similar sort of thing using a 3d sphere and a moviclip (an external swf imported to library) from the library. I also used the ".enableInteractivity = true;" property as mentioned in the "Sandy3d" tutorial on Moviematerial interactivity. The swf is appearing as a skin, however it is not interactive. Will be able to throw some light on it?<br />
I also tried to get your example code from the path "http://code.google.com/p/sandy/source", but was unable to locate it. If possible, will be able to give the link for your source code?</p>
<p>Please help!!</p>
<p>Thanks in advance,<br />
Arunava</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: [UPDATE] Sandy 3.0.1 release &#124; ideux</title>
		<link>http://dev.webbymx.net/2007/10/24/sandy-30-mouse-interaction-with-the-texture-of-a-shape3d/comment-page-1/#comment-14026</link>
		<dc:creator>[UPDATE] Sandy 3.0.1 release &#124; ideux</dc:creator>
		<pubDate>Mon, 14 Jan 2008 19:36:52 +0000</pubDate>
		<guid isPermaLink="false">http://dev.webbymx.net/2007/10/24/sandy-30-mouse-interaction-with-the-texture-of-a-shape3d/#comment-14026</guid>
		<description>[...]  New demos are coming but for now you can see an update of the gouraud demo and a small demo of material interaction in Xavier’s blog. Petit and Max have worked a lot of tutorials and Sandy offers now more than 25 [...]</description>
		<content:encoded><![CDATA[<p>[...]  New demos are coming but for now you can see an update of the gouraud demo and a small demo of material interaction in Xavier’s blog. Petit and Max have worked a lot of tutorials and Sandy offers now more than 25 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zeflasher</title>
		<link>http://dev.webbymx.net/2007/10/24/sandy-30-mouse-interaction-with-the-texture-of-a-shape3d/comment-page-1/#comment-14019</link>
		<dc:creator>zeflasher</dc:creator>
		<pubDate>Wed, 28 Nov 2007 04:31:10 +0000</pubDate>
		<guid isPermaLink="false">http://dev.webbymx.net/2007/10/24/sandy-30-mouse-interaction-with-the-texture-of-a-shape3d/#comment-14019</guid>
		<description>Hello Tom,

You can find the source in the Sandy 3 svn here
http://code.google.com/p/sandy/source

I will update soon some other functionalities like having the buttonMode working for buttons + text links in text fields ( I just nee to commit them :) )

Don&#039;t hesitate to come on the mailling list too, or ask question in the forum on flashsandy.org

C ya mate.</description>
		<content:encoded><![CDATA[<p>Hello Tom,</p>
<p>You can find the source in the Sandy 3 svn here<br />
<a href="http://code.google.com/p/sandy/source" rel="nofollow">http://code.google.com/p/sandy/source</a></p>
<p>I will update soon some other functionalities like having the buttonMode working for buttons + text links in text fields ( I just nee to commit them <img src='http://dev.webbymx.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )</p>
<p>Don't hesitate to come on the mailling list too, or ask question in the forum on flashsandy.org</p>
<p>C ya mate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://dev.webbymx.net/2007/10/24/sandy-30-mouse-interaction-with-the-texture-of-a-shape3d/comment-page-1/#comment-14018</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Wed, 28 Nov 2007 04:09:32 +0000</pubDate>
		<guid isPermaLink="false">http://dev.webbymx.net/2007/10/24/sandy-30-mouse-interaction-with-the-texture-of-a-shape3d/#comment-14018</guid>
		<description>This is exactly the sort of thing I am trying to get going at the moment. I&#039;ll keep plugging at the moment, but I would love to see an example of how you put this together?

So far my approach has been using MovieMaterial with the relevant components in the movieclip, and using a rather convoluted means of determining which component relates to a click on the 3D model.

As I said, I&#039;ll keep research and plugging away but some basic source would be much appreciated.

cheers mate!</description>
		<content:encoded><![CDATA[<p>This is exactly the sort of thing I am trying to get going at the moment. I'll keep plugging at the moment, but I would love to see an example of how you put this together?</p>
<p>So far my approach has been using MovieMaterial with the relevant components in the movieclip, and using a rather convoluted means of determining which component relates to a click on the 3D model.</p>
<p>As I said, I'll keep research and plugging away but some basic source would be much appreciated.</p>
<p>cheers mate!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
