<?xml version="1.0" encoding="iso-8859-1"?><rss version="2.0">
<channel><title><![CDATA[ActionScript.org Flash, Flex and ActionScript Resources - Comments for article: Creating a basic animation]]></title><link>http://www.actionscript.org/resources</link><description /><language>en-us</language><copyright><![CDATA[http://www.actionscript.org/resources]]></copyright><generator>N/A</generator><webMaster>general.redirect@gmail.com</webMaster><lastBuildDate>Mon, 23 Nov 2009 16:55:31 CST</lastBuildDate><ttl>20</ttl><item><title><![CDATA[Comment #1]]></title><link>http://www.actionscript.org/resources/articles/67/1/Creating-a-basic-animation/Page1.html#Comment2090</link><description><![CDATA[When I try to add actions to frame 11 I get the following message:
Current selection cannot have actions applied to it.

I've followed precisely every step, what's going on<br/><br/>
(Comment posted by Andre at 12:43 pm, Thu 5th Apr 2007)]]></description><author>no@spam.com (Andre)</author><pubDate><![CDATA[Thu, 05 Apr 2007 12:43:20 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/67/1/Creating-a-basic-animation/Page1.html#Comment2090</guid></item><item><title><![CDATA[Comment #2]]></title><link>http://www.actionscript.org/resources/articles/67/1/Creating-a-basic-animation/Page1.html#Comment3420</link><description><![CDATA[For frame 11 and 22, create a blank frame first by pressing F6, and then you'll be able to add the Actionscript and have it work as described.<br/><br/>
(Comment posted by  at 12:49 pm, Thu 24th May 2007)]]></description><author>no@spam.com ()</author><pubDate><![CDATA[Thu, 24 May 2007 12:49:35 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/67/1/Creating-a-basic-animation/Page1.html#Comment3420</guid></item><item><title><![CDATA[Comment #3]]></title><link>http://www.actionscript.org/resources/articles/67/1/Creating-a-basic-animation/Page1.html#Comment3961</link><description><![CDATA[The very end has an error.  For disabling the buttons:

 On frame 2 of line1_mc

should be 

_root.crack_btn.enabled=false;<br/><br/>
(Comment posted by bob at 2:25 pm, Thu 14th Jun 2007)]]></description><author>no@spam.com (bob)</author><pubDate><![CDATA[Thu, 14 Jun 2007 14:25:01 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/67/1/Creating-a-basic-animation/Page1.html#Comment3961</guid></item><item><title><![CDATA[Comment #4]]></title><link>http://www.actionscript.org/resources/articles/67/1/Creating-a-basic-animation/Page1.html#Comment4590</link><description><![CDATA[On frame 2 of ducklings_mc some code is missing in the tutorial here;

//this stops ducklings_mc timeline
stop();

//this playes the duck_mc on the main timeline
// we use _root because it refers to duck_mc that exists on the maintimeline
_root.duck_mc.play();

// we could also use _parent._parent.duck_mc.play(); to reach the maintimeline
//because this clip ducklings is nested within two movie clips and is reffering to duck_mc that exists on the maintimeline<br/><br/>
(Comment posted by grapplica at 12:15 pm, Thu 12th Jul 2007)]]></description><author>no@spam.com (grapplica)</author><pubDate><![CDATA[Thu, 12 Jul 2007 12:15:04 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/67/1/Creating-a-basic-animation/Page1.html#Comment4590</guid></item><item><title><![CDATA[Comment #5]]></title><link>http://www.actionscript.org/resources/articles/67/1/Creating-a-basic-animation/Page1.html#Comment4621</link><description><![CDATA[Please note when copying the following text that duck_mc.play(); and this.play needs to be separated from the commented text. 

duck_mc.play();
}

//option two, when we click on the duck movie clip
duck_mc.onRelease=function(){
        //we can use this.play() because it<br/><br/>
(Comment posted by Christer at 11:23 am, Fri 13th Jul 2007)]]></description><author>no@spam.com (Christer)</author><pubDate><![CDATA[Fri, 13 Jul 2007 11:23:25 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/67/1/Creating-a-basic-animation/Page1.html#Comment4621</guid></item><item><title><![CDATA[Comment #6]]></title><link>http://www.actionscript.org/resources/articles/67/1/Creating-a-basic-animation/Page1.html#Comment5025</link><description><![CDATA[I know it's probably really simple and i am just being a stupid with thism but i am trouble creating the hit area for my button, for some reason it is just being set to the border of the hit space i am trying to create, and ideas?<br/><br/>
(Comment posted by Ste at 7:20 pm, Sun 29th Jul 2007)]]></description><author>no@spam.com (Ste)</author><pubDate><![CDATA[Sun, 29 Jul 2007 19:20:20 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/67/1/Creating-a-basic-animation/Page1.html#Comment5025</guid></item><item><title><![CDATA[Comment #7]]></title><link>http://www.actionscript.org/resources/articles/67/1/Creating-a-basic-animation/Page1.html#Comment5038</link><description><![CDATA[ok i realised what i was doing with the hit space thing, but i am still haveing a problem with getting it all to work, when i click "egg crack" nothing happens, i have copied all the action script exactly, but i just can't get it to work<br/><br/>
(Comment posted by Ste at 9:34 am, Mon 30th Jul 2007)]]></description><author>no@spam.com (Ste)</author><pubDate><![CDATA[Mon, 30 Jul 2007 09:34:46 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/67/1/Creating-a-basic-animation/Page1.html#Comment5038</guid></item></channel></rss>