<?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: Free copies of “Pratique d’ActionScript 3″ ! #2</title>
	<atom:link href="http://www.bytearray.org/?feed=rss2&#038;p=706" rel="self" type="application/rss+xml" />
	<link>http://www.bytearray.org/?p=706</link>
	<description>Actionscript 3 Experiments and Flash Player love ;)</description>
	<lastBuildDate>Tue, 07 Sep 2010 13:56:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: tepat</title>
		<link>http://www.bytearray.org/?p=706&#038;cpage=1#comment-294890</link>
		<dc:creator>tepat</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytearray.org/?p=706#comment-294890</guid>
		<description>ca serait bien un systéme de débuguage comme http://demonsterdebugger.com/, directement intégré dans l&#039;api cs4.
et qui permette de débuguer aussi quand le swf tourne en dehors de l&#039;api, et qui donne des infos sur la quantité de mémoire utilisé, le fps ...</description>
		<content:encoded><![CDATA[<p>ca serait bien un systéme de débuguage comme <a href="http://demonsterdebugger.com/" rel="nofollow">http://demonsterdebugger.com/</a>, directement intégré dans l&#8217;api cs4.<br />
et qui permette de débuguer aussi quand le swf tourne en dehors de l&#8217;api, et qui donne des infos sur la quantité de mémoire utilisé, le fps &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerome</title>
		<link>http://www.bytearray.org/?p=706&#038;cpage=1#comment-294885</link>
		<dc:creator>Jerome</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytearray.org/?p=706#comment-294885</guid>
		<description>scale9Grid for Bitmaps.
Like:
bmp.scale9Grid = new Rectangle(20, 20, 60, 60);

I know there is ScaleBitmap:
http://tinyurl.com/cyz2h9

But CSS3/FireFox 3.1 have this as built-in functionnality:
http://tinyurl.com/5a3569

I would love that Flash be easier than HTML for this.</description>
		<content:encoded><![CDATA[<p>scale9Grid for Bitmaps.<br />
Like:<br />
bmp.scale9Grid = new Rectangle(20, 20, 60, 60);</p>
<p>I know there is ScaleBitmap:<br />
<a href="http://tinyurl.com/cyz2h9" rel="nofollow">http://tinyurl.com/cyz2h9</a></p>
<p>But CSS3/FireFox 3.1 have this as built-in functionnality:<br />
<a href="http://tinyurl.com/5a3569" rel="nofollow">http://tinyurl.com/5a3569</a></p>
<p>I would love that Flash be easier than HTML for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerome</title>
		<link>http://www.bytearray.org/?p=706&#038;cpage=1#comment-294882</link>
		<dc:creator>Jerome</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytearray.org/?p=706#comment-294882</guid>
		<description>Built-in layout framework. Similar to the Flex layout (HBox, VBox, Grid, ...):
http://tinyurl.com/ct58ra

Or other implementation (Java inspired):
http://tinyurl.com/cqqa4d</description>
		<content:encoded><![CDATA[<p>Built-in layout framework. Similar to the Flex layout (HBox, VBox, Grid, &#8230;):<br />
<a href="http://tinyurl.com/ct58ra" rel="nofollow">http://tinyurl.com/ct58ra</a></p>
<p>Or other implementation (Java inspired):<br />
<a href="http://tinyurl.com/cqqa4d" rel="nofollow">http://tinyurl.com/cqqa4d</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerome</title>
		<link>http://www.bytearray.org/?p=706&#038;cpage=1#comment-294614</link>
		<dc:creator>Jerome</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytearray.org/?p=706#comment-294614</guid>
		<description>Add a new built-in *Stroke Filter* similar to the Photshop stroke layer style:
http://tinyurl.com/c8npsb

When designers apply this style (in example on TextFields with dynamic text) you can&#039;t reproduce it in Flash. You need to convert it to a Glow Filter with high strengh, and the result is not good.</description>
		<content:encoded><![CDATA[<p>Add a new built-in *Stroke Filter* similar to the Photshop stroke layer style:<br />
<a href="http://tinyurl.com/c8npsb" rel="nofollow">http://tinyurl.com/c8npsb</a></p>
<p>When designers apply this style (in example on TextFields with dynamic text) you can&#8217;t reproduce it in Flash. You need to convert it to a Glow Filter with high strengh, and the result is not good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerome</title>
		<link>http://www.bytearray.org/?p=706&#038;cpage=1#comment-294612</link>
		<dc:creator>Jerome</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytearray.org/?p=706#comment-294612</guid>
		<description>The curveTo method draw Quadratic Bezier:
public curveTo(controlX:Number, controlY:Number, anchorX:Number, anchorY:Number)

A new method to draw Cubic Bezier:
public cubicTo(control1X:Number, control1Y:Number, control2X:Number, control2Y:Number, anchorX:Number, anchorY:Number)</description>
		<content:encoded><![CDATA[<p>The curveTo method draw Quadratic Bezier:<br />
public curveTo(controlX:Number, controlY:Number, anchorX:Number, anchorY:Number)</p>
<p>A new method to draw Cubic Bezier:<br />
public cubicTo(control1X:Number, control1Y:Number, control2X:Number, control2Y:Number, anchorX:Number, anchorY:Number)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerome</title>
		<link>http://www.bytearray.org/?p=706&#038;cpage=1#comment-294605</link>
		<dc:creator>Jerome</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytearray.org/?p=706#comment-294605</guid>
		<description>new:
MouseEvent.WHEEL_CLICK

come back:
MouseEvent.RELEASE_OUTSIDE
MouseEvent.DRAG_OVER
MouseEvent.DRAG_OUT</description>
		<content:encoded><![CDATA[<p>new:<br />
MouseEvent.WHEEL_CLICK</p>
<p>come back:<br />
MouseEvent.RELEASE_OUTSIDE<br />
MouseEvent.DRAG_OVER<br />
MouseEvent.DRAG_OUT</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Jumeau</title>
		<link>http://www.bytearray.org/?p=706&#038;cpage=1#comment-294216</link>
		<dc:creator>David Jumeau</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytearray.org/?p=706#comment-294216</guid>
		<description>Darn, and I was in France last week!</description>
		<content:encoded><![CDATA[<p>Darn, and I was in France last week!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pleh</title>
		<link>http://www.bytearray.org/?p=706&#038;cpage=1#comment-294189</link>
		<dc:creator>Pleh</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytearray.org/?p=706#comment-294189</guid>
		<description>Having direct access to the graphics card so we can run our own code on the GPU, will probably need threading before this can be done though.

The biggest bug bear I have with Flash is the restriction of the right mouse button, I would Love to be able to just handle right clicks like I handle left clicks, we would be able to make our games, sites and applications so much more interactive. RTS games suffer heavily from lack of a right mouse button.</description>
		<content:encoded><![CDATA[<p>Having direct access to the graphics card so we can run our own code on the GPU, will probably need threading before this can be done though.</p>
<p>The biggest bug bear I have with Flash is the restriction of the right mouse button, I would Love to be able to just handle right clicks like I handle left clicks, we would be able to make our games, sites and applications so much more interactive. RTS games suffer heavily from lack of a right mouse button.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thibault Imbert</title>
		<link>http://www.bytearray.org/?p=706&#038;cpage=1#comment-294178</link>
		<dc:creator>Thibault Imbert</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytearray.org/?p=706#comment-294178</guid>
		<description>Hi David,

I don&#039;t know if the book is available in NA, that is a good question.

Maybe you can order it from amazon.fr ?

http://www.amazon.fr/Pratique-dActionscript-3-Thibault-Imbert/dp/2744023035/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1239031437&amp;sr=8-1

Unfortunately, there is no API for gamepads in AIR. I hope it will come one day :)

best,

Thibault</description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>I don&#8217;t know if the book is available in NA, that is a good question.</p>
<p>Maybe you can order it from amazon.fr ?</p>
<p><a href="http://www.amazon.fr/Pratique-dActionscript-3-Thibault-Imbert/dp/2744023035/ref=sr_1_1?ie=UTF8&#038;s=books&#038;qid=1239031437&#038;sr=8-1" rel="nofollow">http://www.amazon.fr/Pratique-dActionscript-3-Thibault-Imbert/dp/2744023035/ref=sr_1_1?ie=UTF8&#038;s=books&#038;qid=1239031437&#038;sr=8-1</a></p>
<p>Unfortunately, there is no API for gamepads in AIR. I hope it will come one day <img src='http://www.bytearray.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>best,</p>
<p>Thibault</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Armetiz</title>
		<link>http://www.bytearray.org/?p=706&#038;cpage=1#comment-294086</link>
		<dc:creator>Armetiz</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytearray.org/?p=706#comment-294086</guid>
		<description>Simply, a clone method..
It&#039;s not only to Graphics and Interfactivity, but when i&#039;ve started to learn API Flash, I was really surprised about the un-presence of DisplayObject.clone () and MovieClip.clone ()...

But It can be apply to all of Flash Class.</description>
		<content:encoded><![CDATA[<p>Simply, a clone method..<br />
It&#8217;s not only to Graphics and Interfactivity, but when i&#8217;ve started to learn API Flash, I was really surprised about the un-presence of DisplayObject.clone () and MovieClip.clone ()&#8230;</p>
<p>But It can be apply to all of Flash Class.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
