<?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: Add, Move and Remove MovieClip from Library via Touch Point</title>
	<atom:link href="http://www.cyancdesign.com/2009/04/add-move-and-remove-movieclip-from-library-via-touch-point/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cyancdesign.com/2009/04/add-move-and-remove-movieclip-from-library-via-touch-point/</link>
	<description>Interactive Designer and Developer</description>
	<lastBuildDate>Mon, 10 Oct 2011 11:07:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Chris Yanc</title>
		<link>http://www.cyancdesign.com/2009/04/add-move-and-remove-movieclip-from-library-via-touch-point/comment-page-1/#comment-2884</link>
		<dc:creator>Chris Yanc</dc:creator>
		<pubDate>Mon, 19 Jul 2010 17:10:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyancdesign.com/?p=150#comment-2884</guid>
		<description>The easiest way off the top of my head is that you can attach something like RotatableScalable to the movie clip you want to move around. And then add a TouchEvent.MOUSE_UP listener that does the hitTest functionality.</description>
		<content:encoded><![CDATA[<p>The easiest way off the top of my head is that you can attach something like RotatableScalable to the movie clip you want to move around. And then add a TouchEvent.MOUSE_UP listener that does the hitTest functionality.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sha</title>
		<link>http://www.cyancdesign.com/2009/04/add-move-and-remove-movieclip-from-library-via-touch-point/comment-page-1/#comment-2881</link>
		<dc:creator>Sha</dc:creator>
		<pubDate>Sat, 17 Jul 2010 22:36:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyancdesign.com/?p=150#comment-2881</guid>
		<description>Hi Christopher,

This is a helpful tutorial and your site is cool. I want to ask is there a way to touch objects on stage and move it to another object to play a movie clip similar to hit test?

Thanks

Sha</description>
		<content:encoded><![CDATA[<p>Hi Christopher,</p>
<p>This is a helpful tutorial and your site is cool. I want to ask is there a way to touch objects on stage and move it to another object to play a movie clip similar to hit test?</p>
<p>Thanks</p>
<p>Sha</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rupert</title>
		<link>http://www.cyancdesign.com/2009/04/add-move-and-remove-movieclip-from-library-via-touch-point/comment-page-1/#comment-2696</link>
		<dc:creator>Rupert</dc:creator>
		<pubDate>Fri, 15 Jan 2010 15:29:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyancdesign.com/?p=150#comment-2696</guid>
		<description>Hi there. 

Some great work looking into TUIO / Flash possibilities! 

I have been down a similar route to yours with &quot;Add, Move and Remove MovieClip from Library via Touch Point&quot; method. Although I have noticed some poor performance with this method when testing with SimTouch and other TUIO simulators. After about 5-10 seconds the movieclip stops dragging and only occasionally picks up the point again.

My solution was to use the RotatableScalable class and add the movieclip into a RotatableScalable object. I am using a PNG sequence particle effect for the object with additional connectors (like your cats cradle). 

This works great but I have stumbled across the inevitable problem. The touch is still invoked on the &quot;onTouchDown&quot; listener event and adds an object to the screen, but the touch to add the object to the screen has no relation to the RotatableScalable object added. The RotatableScalable object can be dragged but this is independant to the original touch. You have to remove the original touch (a double click to create permanent multiple touchs in SimTouch) in order to remove the RotatableScalable object.

In conclusion, im close but no cigar. Do you know of any way to translate the initial touch to the placed object? Or even simply a way of artificially removing and adding a touch in order to make a visually &quot;seemless&quot; contact with the object below?

Bit of a rant I know, but im just wondering if you would know.

Many thanks

Rupert</description>
		<content:encoded><![CDATA[<p>Hi there. </p>
<p>Some great work looking into TUIO / Flash possibilities! </p>
<p>I have been down a similar route to yours with &#8220;Add, Move and Remove MovieClip from Library via Touch Point&#8221; method. Although I have noticed some poor performance with this method when testing with SimTouch and other TUIO simulators. After about 5-10 seconds the movieclip stops dragging and only occasionally picks up the point again.</p>
<p>My solution was to use the RotatableScalable class and add the movieclip into a RotatableScalable object. I am using a PNG sequence particle effect for the object with additional connectors (like your cats cradle). </p>
<p>This works great but I have stumbled across the inevitable problem. The touch is still invoked on the &#8220;onTouchDown&#8221; listener event and adds an object to the screen, but the touch to add the object to the screen has no relation to the RotatableScalable object added. The RotatableScalable object can be dragged but this is independant to the original touch. You have to remove the original touch (a double click to create permanent multiple touchs in SimTouch) in order to remove the RotatableScalable object.</p>
<p>In conclusion, im close but no cigar. Do you know of any way to translate the initial touch to the placed object? Or even simply a way of artificially removing and adding a touch in order to make a visually &#8220;seemless&#8221; contact with the object below?</p>
<p>Bit of a rant I know, but im just wondering if you would know.</p>
<p>Many thanks</p>
<p>Rupert</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ex Girlfiend</title>
		<link>http://www.cyancdesign.com/2009/04/add-move-and-remove-movieclip-from-library-via-touch-point/comment-page-1/#comment-2483</link>
		<dc:creator>Ex Girlfiend</dc:creator>
		<pubDate>Thu, 09 Apr 2009 20:54:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyancdesign.com/?p=150#comment-2483</guid>
		<description>Not that I&#039;m totally impressed, but this is a lot more than I expected   when I found a link on SU telling that the info   is awesome. Thanks.</description>
		<content:encoded><![CDATA[<p>Not that I&#8217;m totally impressed, but this is a lot more than I expected   when I found a link on SU telling that the info   is awesome. Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

