<?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>Elder Game &#187; Flash</title>
	<atom:link href="http://www.eldergame.com/tag/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.eldergame.com</link>
	<description>MMO game development</description>
	<lastBuildDate>Wed, 23 Jun 2010 18:12:19 +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>Scaleform: the future of MMOs?</title>
		<link>http://www.eldergame.com/2008/09/scaleform-the-future-of-mmos/</link>
		<comments>http://www.eldergame.com/2008/09/scaleform-the-future-of-mmos/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 13:00:32 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Production]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.eldergame.com/?p=122</guid>
		<description><![CDATA[As someone told me at the Austin GDC, Scaleform is a &#8220;no brainer for MMOs&#8221;, and that&#8217;s certainly a common sentiment among MMO development groups. If you&#8217;re not hip to the Future Of MMO&#8217;s, the lowdown is that Scaleform offers a product that lets you embed Flash right into your 3D game. It&#8217;s portable across [...]<p><p><a href="http://www.eldergame.com">Elder Game</a> is sponsored by:<br />
<a href="http://www.sleepygiant.com/"><img src="http://www.eldergame.com/wp-content/themes/elder/images/SG-468x60_v3.jpg" /></a></p></p>
]]></description>
			<content:encoded><![CDATA[<p>As someone told me at the Austin GDC, <a href="http://www.scaleform.com/">Scaleform</a> is a &#8220;no brainer for MMOs&#8221;, and that&#8217;s certainly a common sentiment among MMO development groups. If you&#8217;re not hip to the Future Of MMO&#8217;s, the lowdown is that Scaleform offers a product that lets you embed Flash right into your 3D game. It&#8217;s portable across all the major consoles as well as the PC. Use it to create your GUI, and you&#8217;ve got automagical cross-platform goodness. Plus, you can use Adobe&#8217;s Flash development tools to create your GUI! That saves your team development time, too. How can you lose?</p>
<p>Well, Scaleform does deliver what it advertises. But it&#8217;s not a no-brainer decision. Here&#8217;s why.</p>
<p><strong>Do you really want to use the Flash development tools?</strong></p>
<p>Scaleform supports ActionScript 2, not the more modern ActionScript 3. This means that all of Adobe&#8217;s neat Flex development tools are completely off the table. It also means you can&#8217;t use all the nice GUI widgets made for AS3. (Scaleform told me they are developing their own custom GUI library specifically for Scaleform development, but I don&#8217;t believe it&#8217;s available yet.)</p>
<p>So this means that you will need to use the Flash 2 IDE. If you are a traditional programmer, you will find this <em>torturous</em>. The Flash IDE is not for you. It is made for 2D animation artists who might know a little programming on the side. The workflow is not like anything you are used to.</p>
<p>Engineers will inevitably want to mod the living crap out of the Flash workflow. You can create plug-ins for Flash, but you will have to do a <em>lot</em> of work to get it to the point that an engineer can use it comfortably.</p>
<p><strong>Can your artists actually use the Flash tools?</strong></p>
<p>&#8220;Silly blogger,&#8221; you say, &#8220;the Flash IDE won&#8217;t be used by our ENGINEERS&#8230; it will be used by our ARTISTS!&#8221; Well, better start training them now, because artists who have the necessary skillset are very hard to find. Oh, you can find Flash 2 developers by the yard&#8230; but you need <em>good </em>ones, don&#8217;t you? You need developers who can animate stuff well, and then wire the animations together with code, and connect it all to a custom interface your engineers make for them. This significantly raises the skill bar. Now you&#8217;re not looking for a mere animator. You&#8217;re looking for a technical artist who also happens to be good at 2D animation and coding.</p>
<p>But it gets worse! Scaleform is optimized for GPUs, not CPUs. This has numerous ramifications: bitmaps need to be certain sizes, and not too big; scripting needs to be kept to an absolute minimum in order to not bottleneck the pipeline, so you&#8217;ll need to know clever timeline tricks to get good performance; and some common Flash effects are just not available at all (because they can&#8217;t be done efficiently on consoles&#8217; GPUs).</p>
<p>So you need a really experienced 2D animator who is not afraid of code or technical details at all. The folks at Scaleform told me that the best way to look for Scaleform developers is to look for Flash Lite developers. Flash Lite is the version of Flash for cell-phones; these developers are used to working within limitations that are very similar to Scaleform&#8217;s limitations. I haven&#8217;t personally looked for Flash Lite developers, but I do know that very few Flash Lite games exist, so devs may be very hard to find.</p>
<p><strong>Can you actually use Scaleform for your GUI?</strong></p>
<p>Scaleform works best for console games. Civilization Revolutions is a great example of a Scaleform game. It doesn&#8217;t have a ton of resizable windows and it doesn&#8217;t have widgets with dozens of functions. It has a really flashy GUI but simple, clean interfaces. MMORPGs tend to have much more complex GUIs.</p>
<p>Now you can easily argue that this is a flaw in MMO design, but let&#8217;s face it: if you&#8217;re pitching an MMO today, you are probably pitching a game with resizable chat windows, dozens of floating interface panes, macro-scriptable interfaces, and elaborate drag-and-drop systems. You <em>can </em>do all this with Scaleform &#8212; but not for free. You&#8217;ll have to do some heavy lifting in the engineering department.</p>
<p><strong>Don&#8217;t count on &#8220;free&#8221; user modding</strong></p>
<p>Lots of developers see Scaleform as the secret to free user-generated content. Users can just use Flash to create new replacement SWF files for your game, and can make it do anything! Free mods! Well, yes and no.</p>
<p>You can definitely make that happen, but you will face three big problems. First, you still need a well-documented interface to the game systems proper &#8212; otherwise, their SWF files won&#8217;t be able to make the game do anything.</p>
<p>Second, you will have to relinquish a lot of control over what users can and can&#8217;t do. The modding system in World of Warcraft is carefully crafted to keep users from being able to make combat macros. You would have a very hard time pulling this off if you let users plug in their own custom SWF files.</p>
<p>Finally, you have the problem that Scaleform is not appropriate for typical Flash developers. The Scaleform guys said that they currently actively discourage companies from using Scaleform for user-modding. Suppose a user creates a popular mod with a 2000-pixel texture in it &#8212; your game&#8217;s perf goes to hell, and you turn around and say that Scaleform is crap. They don&#8217;t want that, and neither do you.</p>
<p><strong>When to use Scaleform</strong></p>
<p>Use Scaleform when:</p>
<ul>
<li>You are absolutely, definitely creating SKUs of your game on multiple platforms (preferably three or more).</li>
<li>You have procured one or more people with just the right experience and skillset to use it.</li>
<li>You have relatively simple interaction interfaces, or can live with keeping a very streamlined UI everywhere.</li>
<li>You don&#8217;t intend to let users mod your GUI.</li>
</ul>
<p><strong>The Future Probably <em>is</em> Scaleform&#8230; but&#8230;</strong></p>
<p>ActionScript is a really good choice for a multi-platform GUI development tool, but traditional MMO interfaces will be constantly straining at the limitations of AS2. When you can use AS3 instead, you&#8217;ll have more options. Scaleform is working on this, as well as a system that uses the CPU for more of the processing, which (among other things) will make it more practical to have user-created content in your game. But that&#8217;s not now: that&#8217;s in a year or two.</p>
<p>In the mean time, you need to look carefully at this choice from every angle. Don&#8217;t jump on it just because you heard some other MMO is using it. Remember, most MMOs you hear about <em>don&#8217;t actually ship,</em> so you can&#8217;t use them as a barometer.</p>
<p><strong>I like Flash, and so does my company</strong></p>
<p>I have been particularly interested in Scaleform because (along with regular contract work, which I&#8217;m still available for), I&#8217;m also the part-time CTO of an internet startup that brokers Flash games. <a href="http://www.flashgamelicense.com">FlashGameLicense.com</a> is all about pairing Flash developers with people who need games. It&#8217;s been around for about 10 months now, and we&#8217;re growing very quickly &#8212; we now have about 2000 games for sale, the majority of which have never been seen anywhere on the internet yet. Flash is definitely heating up as a gaming platform.</p>
<p>Anyway, it&#8217;s sort of tangential to this post, but I figured this was a good time to plug my company! :)  If my dire warnings about using Scaleform in your MMO haven&#8217;t scared you off, we might be able to help you find a developer that fits your needs, so feel free to contact me. Most developers on our site are only looking for work-from-home situations, so it&#8217;s hard to tell how many bites you&#8217;ll get, but it&#8217;s probably a better bet than a blind post on Gamasutra or monster.com. (And if you find yourself needing some fun Flash mini-games for a project, definitely visit!)</p>
<p>So I&#8217;m confident that Flash is the future. But Flash embedded into MMOs? That&#8217;s the bleeding edge of the future. If you&#8217;re bleeding edge, go for it. Just know what you&#8217;re getting into.</p>
<p><p><a href="http://www.eldergame.com">Elder Game</a> is sponsored by:<br />
<a href="http://www.sleepygiant.com/"><img src="http://www.eldergame.com/wp-content/themes/elder/images/SG-468x60_v3.jpg" /></a></p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.eldergame.com/2008/09/scaleform-the-future-of-mmos/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
