<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Adsense Script &#187; Flash</title>
	<atom:link href="http://scriptahead.com/tag/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://scriptahead.com</link>
	<description></description>
	<lastBuildDate>Tue, 22 May 2012 17:01:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Q&amp;AMP;A: DO YOU USE FLASH?</title>
		<link>http://scriptahead.com/464/qa-do-you-use-flash/</link>
		<comments>http://scriptahead.com/464/qa-do-you-use-flash/#comments</comments>
		<pubDate>Thu, 10 May 2012 17:01:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Script]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://scriptahead.com/464/qa-do-you-use-flash/</guid>
		<description><![CDATA[Question by Lestat: Do you use flash? I&#8217;m creating a website, and I am using flash buttons, and I am looking for a script that can check my client&#8217;s browser and see if they have flash. If they do, I want to go to site a, if they do not I want them to go]]></description>
			<content:encoded><![CDATA[<p><strong><i>Question by Lestat</i>: <br />Do you use flash?</strong><br />
I&#8217;m creating a website, and I am using flash buttons, and I am looking for a script that can check my client&#8217;s browser and see if they have flash. If they do, I want to go to site a, if they do not I want them to go to site b. Are there any scripts for that that my client will not have to bother with the activeX yellow bar at the top coming up?</p>
<p><span id="more-464"></span><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><i>Answer by Lucid One</i><br/>i think the activeX yellow bar at the top is standard in WinXP.</p>
<p>Use a Flash detection/redirection script below&#8230;</p>
<p><BODY></p>
<p><SCRIPT LANGUAGE=JavaScript><br />
<!-- </p>
<p>if (navigator.appName == "Netscape") {<br />
     if  (navigator.plugins["Shockwave Flash"]){<br />
        window.location='THE PAGE ADDRESS GOES HERE';<br />
     }<br />
   }</p>
<p>// --><br />
</SCRIPT></p>
<p><SCRIPT LANGUAGE=VBScript><br />
<!--<br />
   on error resume next<br />
   var GotFlash<br />
   GotFlash = IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.3"))<br />
   If GotFlash = True Then<br />
      Window.Location= "THE FLASH PAGE ADDRESS GOES HERE"<br />
   End If<br />
// --><br />
</SCRIPT></p>
<p>MAKE YOUR HTML PAGE HERE</p>
<p></BODY></p>
<p>
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<strong>Give your own answer to this question below!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://scriptahead.com/464/qa-do-you-use-flash/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PROGRAMMING A GAME IN FLASH?</title>
		<link>http://scriptahead.com/421/programming-a-game-in-flash/</link>
		<comments>http://scriptahead.com/421/programming-a-game-in-flash/#comments</comments>
		<pubDate>Wed, 07 Mar 2012 05:03:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Script]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://scriptahead.com/421/programming-a-game-in-flash/</guid>
		<description><![CDATA[Question by : Programming a Game in Flash? I&#8217;m trying to make a game in Flash. Not a 3D game. One like Evony. I dont know what to start learning first. I know nothing about it yet. But some people earlier stated To learn Action Script Cause thats the language that Evony is written in]]></description>
			<content:encoded><![CDATA[<a target="_blank" rel="nofollow" href="http://scriptahead.com/goto/http://your-own-search.com/"  target="_blank"><img src="http://searchenginescript.biz/se.jpg" alt="Search engine" border="0" /></a><p><strong><i>Question by </i>: <br />Programming a Game in Flash?</strong><br />
I&#8217;m trying to make a game in Flash. Not a 3D game. One like Evony. I dont know what to start learning first. I know nothing about it yet. But some people earlier stated To learn Action Script Cause thats the language that Evony is written in then ran in Flash. I downloaded a thing called Flash Develop because i had no idea. But now I keep seeing Flash professional CS5.5? It costs about 120$   Do i need to purchase that to put the code i make for a game in it to make it run? I am very confused on where to all to start to learn this and where to put code to make it run. But if you could pretend im 100% stupid(which i feel like lol) and explain to me how all this would work and what i should do to start learning actionscript from the very beginning please help me lol. I do not want to make a 3D game. Just one thats kinda like Evony  but not even close just a concept like it. I have checked many other sites and all the tutorials just show all this code and do not explain how they got it. so i have no idea how or what things mean. I even downloaded the ActionScript 3.0 CheatSheet But i have no idea what it means or how to put it all together or where you even put it. In Flash Develope or what.  But if these questions make any sense to you please let me know. Thanks!</p>
<p><span id="more-421"></span><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><i>Answer by Enrico</i><br/>I think you need to learn programming first.</p>
<p>Actionscript is the programming language (script) used with flash.</p>
<p>Flash develop is aimed at developers who know actionscript.</p>
<p>Flash professional (CS5.5) on the other hand is flash editor/authoring tool that is somewhat more user-friendly in making flash-based apps.</p>
<p>If you have cash to spare, I would recommend getting flash professional (CS5.5) as that is more user-friendly and will give you a quicker grasp on what you want to acheive.</p>
<p>Flash Develop is aimed at people more experienced with flash development and flex programming.</p>
<p>
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<strong>Add your own answer in the comments!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://scriptahead.com/421/programming-a-game-in-flash/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>FLASH WINDOW SCRIPT&#8230;.(NOT SURE WHAT TO CALL IT)?</title>
		<link>http://scriptahead.com/417/flash-window-script-not-sure-what-to-call-it/</link>
		<comments>http://scriptahead.com/417/flash-window-script-not-sure-what-to-call-it/#comments</comments>
		<pubDate>Thu, 01 Mar 2012 05:01:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Script]]></category>
		<category><![CDATA[call]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[script....not]]></category>
		<category><![CDATA[sure]]></category>
		<category><![CDATA[Window]]></category>

		<guid isPermaLink="false">http://scriptahead.com/417/flash-window-script-not-sure-what-to-call-it/</guid>
		<description><![CDATA[Question by : flash window script&#8230;.(not sure what to call it)? Well i have a website that you play flash games on, and instead of making a webpage for EVERY game i have, i wanted to make it so you can just click on the icon, and (this is where it gets hard to explain,]]></description>
			<content:encoded><![CDATA[<p><strong><i>Question by </i>: <br />flash window script&#8230;.(not sure what to call it)?</strong><br />
Well i have a website that you play flash games on, and instead of making a webpage for EVERY game i have, i wanted to make it so you can just click on the icon, and (this is where it gets hard to explain, cause my example site is down for a while!) a tiny box appears in the middle of the screen and it increases in size to the size of the web-browser page, and it is slightly transparent and you can change the color of the window&#8230;&#8230;. if you have an example to show me plz post it!<br />
Yah, i want something like lightbox, but i dont now much code (and i dont make flash games) so i need something simple to customize&#8230;.</p>
<p><span id="more-417"></span><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><i>Answer by Monkeychubs</i><br/>You make Flash games but you do not know how to do this ?<br />
Use some JavaScript to open a modal window, google &#8220;lightbox&#8221; or similar to get the js library for it, but you can have a modal window pop up over the normal HTML page an play movies, flash, show an image gallery or whatever.</p>
<p>http://stickmanlabs.com/lightwindow/</p>
<p>
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<strong>Know better? Leave your own answer in the comments!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://scriptahead.com/417/flash-window-script-not-sure-what-to-call-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PROS AND CONS ON FLASH VS GAME MAKER?</title>
		<link>http://scriptahead.com/357/pros-and-cons-on-flash-vs-game-maker/</link>
		<comments>http://scriptahead.com/357/pros-and-cons-on-flash-vs-game-maker/#comments</comments>
		<pubDate>Sun, 27 Nov 2011 17:01:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Script]]></category>
		<category><![CDATA[Cons]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[maker]]></category>
		<category><![CDATA[Pros]]></category>

		<guid isPermaLink="false">http://scriptahead.com/357/pros-and-cons-on-flash-vs-game-maker/</guid>
		<description><![CDATA[Question by D: Pros and Cons on Flash VS Game Maker? I&#8217;m a programming major currently and have made a few small games in Visual Basic, and have taken a few courses in flash so i know many of the advanced features such as what action scripting is capable of&#8230; Regardless I have been reading]]></description>
			<content:encoded><![CDATA[<p><strong><i>Question by D</i>: <br />Pros and Cons on Flash VS Game Maker?</strong><br />
I&#8217;m a programming major currently and have made a few small games in Visual Basic, and have taken a few courses in flash so i know many of the advanced features such as what action scripting is capable of&#8230;</p>
<p>Regardless I have been reading about a program called Game Maker, and off of the official site, there doesn&#8217;t seem to be much information about what this program is capable of&#8230;nor what the actual syntax (in the included programming language) is like&#8230;</p>
<p>So my question is, what do you think the pros and cons of using flash vs game maker are? </p>
<p>I would actually like people to answer that have experience using game maker.</p>
<p><span id="more-357"></span><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><i>Answer by czstealth</i><br/>Go with flash to produce more customizable games.</p>
<p>
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<strong>What do you think? Answer below!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://scriptahead.com/357/pros-and-cons-on-flash-vs-game-maker/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>FLASH &#8220;CASINO SLOT&#8221; SCRIPT?</title>
		<link>http://scriptahead.com/271/flash-casino-slot-script/</link>
		<comments>http://scriptahead.com/271/flash-casino-slot-script/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 17:04:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Script]]></category>
		<category><![CDATA[casino]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[slot]]></category>

		<guid isPermaLink="false">http://scriptahead.com/271/flash-casino-slot-script/</guid>
		<description><![CDATA[Question by The Honest One: Flash &#8220;casino slot&#8221; script? im a graphic designer (still a student) and i have a project about a website for a restaurant. and in this web site i want to place a section for a casino slot game where the slots contain parts of the restaurant&#8217;s menu, and the idea]]></description>
			<content:encoded><![CDATA[<p><strong><i>Question by The Honest One</i>: <br />Flash &#8220;casino slot&#8221; script?</strong><br />
im a graphic designer (still a student) and i have a project about a website for a restaurant. and in this web site i want to place a section for a casino slot game where the slots contain parts of the restaurant&#8217;s menu, and the idea is, that this restaurant is making an offer. each day you get to have 3 free coins when u log in to the site. if you win the pot, we will deliver the plate for free&#8230;<br />
now i can make an animation of adobe flash but i have no idea in script making, and a slot game needs to have a script for random results&#8230;<br />
how can i do it? can anyone help me?</p>
<p><span id="more-271"></span><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><i>Answer by Poonam</i><br/>You might contact a script expert live at website like advancescript.com ,etc .</p>
<p>
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<strong>What do you think? Answer below!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://scriptahead.com/271/flash-casino-slot-script/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Q&amp;AMP;A: VARIABLES QUESTIONS FOR FLASH ACTION SCRIPT &#8211; PLEASE HELP!!?</title>
		<link>http://scriptahead.com/269/qa-variables-questions-for-flash-action-script-please-help/</link>
		<comments>http://scriptahead.com/269/qa-variables-questions-for-flash-action-script-please-help/#comments</comments>
		<pubDate>Mon, 18 Jul 2011 17:01:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Script]]></category>
		<category><![CDATA[action]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[please]]></category>
		<category><![CDATA[questions]]></category>
		<category><![CDATA[variables]]></category>

		<guid isPermaLink="false">http://scriptahead.com/269/qa-variables-questions-for-flash-action-script-please-help/</guid>
		<description><![CDATA[Question by pb: Variables questions for Flash Action Script &#8211; please help!!? if you can help me with this you will have my eternal gratitude, im about to go berserk!! im building a web site, have my main timeline, and several MCs on top of it. each motion picture clip has a specific &#8216;chaper&#8217; of]]></description>
			<content:encoded><![CDATA[<p><strong><i>Question by pb</i>: <br />Variables questions for Flash Action Script &#8211; please help!!?</strong><br />
if you can help me with this you will have my eternal gratitude, im about to go berserk!!</p>
<p>im building a web site, have my main timeline, and several MCs on top of it.  each motion picture clip has a specific &#8216;chaper&#8217; of the web site within it.  All MCs are set to _visible = 0 and are on top of each other at the beginning.  Then I have buttons on the main timeline, and after each button is clicked it&#8217;s supposed to set the corresponding MC to visible=1.</p>
<p>Here&#8217;s the problem &#8211; each MC has an animated &#8216;intro&#8217; and &#8216;outro&#8217; therefore i dont want to just go visible and invisible.  I want it to play the animated part first.</p>
<p>I put a loop on the main timeline, and then had each button set the variable &#8216;chapter&#8217; to a corresponding string entry.  i have the main timeline check for the changing variable in the loop, and set the corresponding clip to visible=1 and tell target  (each MC) to go and play corresponding frames.  that doesn&#8217;t work.  flash does whatever it wants with it!!</p>
<p>PLEASE HELP!!!</p>
<p><span id="more-269"></span><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><i>Answer by mdigitale</i><br/>It appears that you are using AS2 (Flash 8).  After you discover the solution to your problem, I highly advocate upgrading to Flash 9 (AS3).  I can&#8217;t express how much more organized and superior desigend Flash 9 is over 8.</p>
<p>
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<strong>Add your own answer in the comments!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://scriptahead.com/269/qa-variables-questions-for-flash-action-script-please-help/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>HOW CAN I ADD MY OWN PODCAST TO MY OWN WEBSITE CREATED ON ADOBE FLASH (ACTION SCRIPT 2.0)?</title>
		<link>http://scriptahead.com/259/how-can-i-add-my-own-podcast-to-my-own-website-created-on-adobe-flash-action-script-2-0/</link>
		<comments>http://scriptahead.com/259/how-can-i-add-my-own-podcast-to-my-own-website-created-on-adobe-flash-action-script-2-0/#comments</comments>
		<pubDate>Sun, 03 Jul 2011 17:02:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Script]]></category>
		<category><![CDATA[action]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[created]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://scriptahead.com/259/how-can-i-add-my-own-podcast-to-my-own-website-created-on-adobe-flash-action-script-2-0/</guid>
		<description><![CDATA[Question by liam3006: How can i add my own podcast to my own website created on Adobe Flash (Action Script 2.0)? I have created/ am creating a website using adobe flash cs3, action script 2.0. How do I add my podcast not a link to an external podcast. &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; Answer by Edwin Myou could try]]></description>
			<content:encoded><![CDATA[<p><strong><i>Question by liam3006</i>: <br />How can i add my own podcast to my own website created on Adobe Flash (Action Script 2.0)?</strong><br />
I have created/ am creating a website using adobe flash cs3, action script 2.0. How do I add my podcast not a link to an external podcast.</p>
<p><span id="more-259"></span><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><i>Answer by Edwin M</i><br/>you could try including a motion picture file which plays a sound-clip fetched using action-script</p>
<p>
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<strong>Give your own answer to this question below!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://scriptahead.com/259/how-can-i-add-my-own-podcast-to-my-own-website-created-on-adobe-flash-action-script-2-0/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>IS IT POSSIBLE TO ENCODE/EMBED MORE THAN 30 VIDEOS IN A FLASH DOCUMENT?</title>
		<link>http://scriptahead.com/255/is-it-possible-to-encodeembed-more-than-30-videos-in-a-flash-document/</link>
		<comments>http://scriptahead.com/255/is-it-possible-to-encodeembed-more-than-30-videos-in-a-flash-document/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 17:02:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Script]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[encode/embed]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[more]]></category>
		<category><![CDATA[possible]]></category>
		<category><![CDATA[than]]></category>
		<category><![CDATA[videos]]></category>

		<guid isPermaLink="false">http://scriptahead.com/255/is-it-possible-to-encodeembed-more-than-30-videos-in-a-flash-document/</guid>
		<description><![CDATA[Question by noble_avenger: Is it possible to encode/embed more than 30 videos in a flash document? I am in the process of making a game. I have about 40+ videos (Ranging anywhere from 10 seconds to 25 seconds tops) I want to run them at various time sequences/key frames. I was wondering if it’s possible]]></description>
			<content:encoded><![CDATA[<p><strong><i>Question by noble_avenger</i>: <br />Is it possible to encode/embed more than 30 videos in a flash document?</strong><br />
I am in the process of making a game. I have about 40+ videos (Ranging anywhere from 10 seconds to 25 seconds tops) I want to run them at various time sequences/key frames.<br />
I was wondering if it’s possible to do this, I heard that you can only store 8 videos in a single flash document? (I’m using both flash 8 and flash MX2000) Also, Action Script gives me a headache, as I don’t know any of it. Does anyone know of any tutorial sites that tells you how to embed videos and link them to a button?  Or if anyone out there would like to join us in our game project, give me an email. Thanks!</p>
<p><span id="more-255"></span><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><i>Answer by Sm.mS</i><br/>Adobe do not state there is a particular limit and give you tutorials to get you through it:</p>
<p>http://www.adobe.com/support/flash/images_video/flash_video/</p>
<p>
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<strong>Know better? Leave your own answer in the comments!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://scriptahead.com/255/is-it-possible-to-encodeembed-more-than-30-videos-in-a-flash-document/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WHAT&#8217;S A GOOD BOOK OR SITE FOR LEARNING FLASH?</title>
		<link>http://scriptahead.com/233/whats-a-good-book-or-site-for-learning-flash/</link>
		<comments>http://scriptahead.com/233/whats-a-good-book-or-site-for-learning-flash/#comments</comments>
		<pubDate>Wed, 25 May 2011 17:05:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Script]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[good]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[what's]]></category>

		<guid isPermaLink="false">http://scriptahead.com/233/whats-a-good-book-or-site-for-learning-flash/</guid>
		<description><![CDATA[Question by tikimuppet: What&#8217;s a good book or site for learning Flash? I am doing a degree in Design for Games and am coming towards a very short module on Adobe Flash, could anyone advocate a good, in-depth book or website for learning action script three? &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; Answer by AstanoWebsite like http://www.flashkit.com and http://flashgameu.com/ are]]></description>
			<content:encoded><![CDATA[<p><strong><i>Question by tikimuppet</i>: <br />What&#8217;s a good book or site for learning Flash?</strong><br />
I am doing a degree in Design for Games and am coming towards a very short module on Adobe Flash, could anyone advocate a good, in-depth book or website for learning action script three?</p>
<p><span id="more-233"></span><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><i>Answer by Astano</i><br/>Website like http://www.flashkit.com and http://flashgameu.com/ are very useful resources for learning Action Script and Flash!</p>
<p>
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<strong>Add your own answer in the comments!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://scriptahead.com/233/whats-a-good-book-or-site-for-learning-flash/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Q&amp;AMP;A: FLASH 8 / ACTIONSCRIPT 2 GAME DEVELOPMENT?</title>
		<link>http://scriptahead.com/229/qa-flash-8-actionscript-2-game-development/</link>
		<comments>http://scriptahead.com/229/qa-flash-8-actionscript-2-game-development/#comments</comments>
		<pubDate>Thu, 19 May 2011 17:03:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Script]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[game]]></category>

		<guid isPermaLink="false">http://scriptahead.com/229/qa-flash-8-actionscript-2-game-development/</guid>
		<description><![CDATA[Question by Backfire: Flash 8 / ActionScript 2 Game Development? I used to use Macromedia Flash 8 Pro to make Games, and I loved it. Problem is, I forgot all my game-making knowledge. Yeah, I havent used it for 2 years. I need to know a site, even if it&#8217;s old, for common scripts used]]></description>
			<content:encoded><![CDATA[<p><strong><i>Question by Backfire</i>: <br />Flash 8 / ActionScript 2 Game Development?</strong><br />
I used to use Macromedia Flash 8 Pro to make Games, and I loved it. Problem is, I forgot all my game-making knowledge. Yeah, I havent used it for 2 years. I need to know a site, even if it&#8217;s old, for common scripts used in game making, ex. hitTest (Collision with objects), Movement, changing sprites, etc.</p>
<p>I think it just needs to be script for ActionScript 2. I WONT use ActionScript 3, because if it&#8217;s AS2 I will catch on faster because my memory will jog in. And i remember it being more friendly than AS3</p>
<p>I WILL NOT USE CS3, CS4 OR ANY OTHER VERSION OF FLASH, BECAUSE I LIKE FLASH 8 AND I FIND IT MORE &#8220;FRIENDLY&#8221; TO ME. Just needed to shout that cause I know people will state &#8220;just use CS3/4&#8243; if I don&#8217;t</p>
<p><span id="more-229"></span><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><i>Answer by jwong71091</i><br/>You can use Google.com to find free tutorials, ebooks, forums and other information</p>
<p>http://www.google.com/search?hl=en&#038;source=hp&#038;q=Actionscript+2+game&#038;aq=f&#038;aqi=g2g-m1&#038;oq=</p>
<p>YouTube has videos for learning nearly any subject or topic</p>
<p>http://www.youtube.com/results?search_query=Actionscript+2+game&#038;search_type=&#038;aq=0&#038;oq=Actionscript+2+gam</p>
<p>You can go to your local library or store or an on the web store like Amazon.com to find books, DVDs, and etc. for learning many things</p>
<p>For example this book shows how to use Actionscript 2.0 to create Flash games</p>
<p>http://www.amazon.com/Beginning-Flash-Game-Programming-Dummies/dp/0764589628/ref=cm_cr_pr_product_top</p>
<p>I hope this helps!</p>
<p>
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<strong>Add your own answer in the comments!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://scriptahead.com/229/qa-flash-8-actionscript-2-game-development/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

