<?xml version="1.0" encoding="iso-8859-1"?><rss version="2.0">
<channel><title><![CDATA[ActionScript.org Flash, Flex and ActionScript Resources - Comments for blog: FITC Day 2: Running a Freelance Business]]></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 07:45:20 CST</lastBuildDate><ttl>20</ttl><item><title><![CDATA[Comment #1]]></title><link>http://www.actionscript.org/resources/articles/0/1/FITC-Day-2-Running-a-Freelance-Business/Page1.html#Comment4186</link><description><![CDATA[thanks for your tutorial! but i don't understand why the fla, "time action" is repeating, 
the frame 1 is just what you shown, 
frame 2 is gotoAndPlay(_currentframe - 1);

frame 10 repeat the code again
frame 11 is gotoAndPlay(_currentframe - 1);

what that means? would you please explain? thanks!

Vicky
<br/><br/>
(Comment posted by vicky at 2:59 am, Mon 25th Jun 2007)]]></description><author>no@spam.com (vicky)</author><pubDate><![CDATA[Mon, 25 Jun 2007 02:59:31 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/0/1/FITC-Day-2-Running-a-Freelance-Business/Page1.html#Comment4186</guid></item><item><title><![CDATA[Comment #2]]></title><link>http://www.actionscript.org/resources/articles/0/1/FITC-Day-2-Running-a-Freelance-Business/Page1.html#Comment6378</link><description><![CDATA[My solution:

//I also used only 2 frames in my movie clip.
//Used Johan Jansen's code for frame 2-- gotoAndPlay(_currentframe - 1);
//Changes to Code in 1st frame listed below:

date1 = new Date();
hoursIn1 = date1.getHours();
hoursIn1 = 1 + hoursIn1;

if (hoursIn1 == 25) {
	hoursIn1= "01";
} else if (hoursIn1 < 10) {hoursIn1= "0" + hoursIn1;
} else {hoursIn1 = hoursIn1
}

//I used 'hours1' for the dynamic text's VAR property
hours1 = hoursIn1;<br/><br/>
(Comment posted by Liz in Cincinnati at 12:11 am, Sat 29th Sep 2007)]]></description><author>no@spam.com (Liz in Cincinnati)</author><pubDate><![CDATA[Sat, 29 Sep 2007 00:11:13 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/0/1/FITC-Day-2-Running-a-Freelance-Business/Page1.html#Comment6378</guid></item><item><title><![CDATA[Comment #3]]></title><link>http://www.actionscript.org/resources/articles/0/1/FITC-Day-2-Running-a-Freelance-Business/Page1.html#Comment8525</link><description><![CDATA[thanks for your tutorial, but the method you have used is too lengthy and it could be reduced a lot. For example the loop which you have used for adding an zero in front of Hours, minutes and seconds can be reduced by the following example.

if (time2 < 10) 
{
	time2="0"+time2;
}
if (time3 < 10) 
{
	time3 = "0"+time3;
}<br/><br/>
(Comment posted by Shantanu at 4:57 am, Mon 31st Dec 2007)]]></description><author>no@spam.com (Shantanu)</author><pubDate><![CDATA[Mon, 31 Dec 2007 04:57:59 CST]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/0/1/FITC-Day-2-Running-a-Freelance-Business/Page1.html#Comment8525</guid></item></channel></rss>