<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>Peter&#039;s Useful Crap - Topic: Double and Triple scores</title>
	<link>http://www.theblog.ca/peter-forum/family-feud/double-and-triple-scores</link>
	<description><![CDATA[Useful tips on Canada, cell phones, banking, technology, WordPress, PHP and more]]></description>
	<generator>Simple:Press Version 5.5.1</generator>
	<atom:link href="http://www.theblog.ca/peter-forum/family-feud/double-and-triple-scores/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Peter on Double and Triple scores</title>
        	<link>http://www.theblog.ca/peter-forum/family-feud/double-and-triple-scores#p2234</link>
        	<category>Family Feud</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/family-feud/double-and-triple-scores#p2234</guid>
        	        	<description><![CDATA[<p>Awesome. Thanks!</p>
]]></description>
        	        	<pubDate>Wed, 01 Dec 2010 10:44:01 +0000</pubDate>
        </item>
        <item>
        	<title>KIm on Double and Triple scores</title>
        	<link>http://www.theblog.ca/peter-forum/family-feud/double-and-triple-scores#p2233</link>
        	<category>Family Feud</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/family-feud/double-and-triple-scores#p2233</guid>
        	        	<description><![CDATA[<p>I guess I should share how it was done, so that others may be enlightened.  Forums are not my forte.</p>
<p>I copied the score muliplier code as follows:  </p>
<p>//Score multiplier:<br />
//The “numround” variable defines when the multiplier will start being applied to the score.<br />
//The “mult” variable defines the value that the score will be multiplied by.<br />
if (numRound ==7){<br />
mult_txt.text = “Double”;<br />
mult = 2;<br />
} else if (numRound&#62;7){<br />
mult_txt.text = “Double”;<br />
mult = 7;<br />
}<br />
if (numRound ==13){<br />
mult_txt.text = “Triple”;<br />
mult = 3;<br />
} else if (numRound&#62;13){<br />
mult_txt.text = “Triple”;<br />
mult = 13;<br />
}<br />
//end score multiplier code </p>
<p>As I said above, I needed the Double round to start at Question 7 and the Triple rounds to start at Question 13.</p>
<p>Hope this helps!</p>
]]></description>
        	        	<pubDate>Wed, 01 Dec 2010 10:01:27 +0000</pubDate>
        </item>
        <item>
        	<title>Peter on Double and Triple scores</title>
        	<link>http://www.theblog.ca/peter-forum/family-feud/double-and-triple-scores#p2232</link>
        	<category>Family Feud</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/family-feud/double-and-triple-scores#p2232</guid>
        	        	<description><![CDATA[<p>Can you please share your findings to help others in the same situation in the future?</p>
]]></description>
        	        	<pubDate>Wed, 01 Dec 2010 09:53:20 +0000</pubDate>
        </item>
        <item>
        	<title>KIm on Double and Triple scores</title>
        	<link>http://www.theblog.ca/peter-forum/family-feud/double-and-triple-scores#p2231</link>
        	<category>Family Feud</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/family-feud/double-and-triple-scores#p2231</guid>
        	        	<description><![CDATA[<p>I've figured it out!  Thanks though :lol:</p>
]]></description>
        	        	<pubDate>Wed, 01 Dec 2010 09:49:34 +0000</pubDate>
        </item>
        <item>
        	<title>Peter on Double and Triple scores</title>
        	<link>http://www.theblog.ca/peter-forum/family-feud/double-and-triple-scores#p2230</link>
        	<category>Family Feud</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/family-feud/double-and-triple-scores#p2230</guid>
        	        	<description><![CDATA[<p>You'd have to edit the source .fla file for that. Unfortunately I'm not sure of specifically what you'd have to do as I don't have Flash CS3.</p>
]]></description>
        	        	<pubDate>Tue, 30 Nov 2010 18:41:23 +0000</pubDate>
        </item>
        <item>
        	<title>KIm on Double and Triple scores</title>
        	<link>http://www.theblog.ca/peter-forum/family-feud/double-and-triple-scores#p2229</link>
        	<category>Family Feud</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/family-feud/double-and-triple-scores#p2229</guid>
        	        	<description><![CDATA[<p>I have created a game with 18 questions and am needing to have 3 rounds of 6.  First round with regular scoring, second round with double and 3rd with triple scoring.  I have found the code mentioned in the topic on disabling double and triple scoring all togther.  Is there a way to change when the multiple scoring starts and ends?</p>
]]></description>
        	        	<pubDate>Tue, 30 Nov 2010 13:29:30 +0000</pubDate>
        </item>
</channel>
</rss>