tag:blogger.com,1999:blog-75581346256510211082008-07-17T06:53:29.908+07:00Sleepy Designkatopz@sleepydesign.comhttp://www.blogger.com/profile/11219001149602079158noreply@blogger.comBlogger15125tag:blogger.com,1999:blog-7558134625651021108.post-28171831746521117702008-06-20T18:45:00.007+07:002008-06-20T19:43:36.443+07:00Hello World : LowRa<p>yup, another as3 framework nice features&amp;idea, thx! <a href="http://www.tweenpix.net/blog/">Francis Bourre</a> for <a href="http://osflash.org/projects/lowra">LowRa</a> anyway<br />well...no more talk just try! ;)</p> <h4>Required?</h4> <ul> <li>LowRa rev488 : <a title="http://osflash.org/projects/lowra" href="http://osflash.org/projects/lowra">http://osflash.org/projects/lowra</a> </li><li>Original Sample : <a title="http://www.tweenpix.net/blog/index.php?post/2008/01/28/hello-world-with-LowRA" href="http://www.tweenpix.net/blog/index.php?post/2008/01/28/hello-world-with-LowRA">http://www.tweenpix.net/blog/index.php?post/2008/01/28/hello-world-with-LowRA</a> </li><li>My flash sample : <a title="http://sleepydesign.com/labs/as3/LowRa/HelloWorldLowRa.zip" href="http://sleepydesign.com/labs/as3/LowRa/HelloWorldLowRa.zip">http://sleepydesign.com/labs/as3/LowRa/HelloWorldLowRa.zip</a> </li></ul> <h4>XML?</h4><pre class="xml" name="code">&lt;beans&gt;<br>&nbsp;&nbsp;&nbsp; &lt;root&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;txt id="txt" type="flash.text.TextField"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;property name="text" value="Hello world!"/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;property name="autoSize" value="left"/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;method-call name="setTextFormat"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;argument ref="tf"/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/method-call&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/txt&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/root&gt;<br>&nbsp;&nbsp;&nbsp; &lt;tf id="tf" type="flash.text.TextFormat"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;argument type="" value="Arial"/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;argument type="Number" value="30"/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;argument type="Number" value="0xFF0000"/&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/tf&gt;<br>&lt;/beans&gt;</pre><br /><h4>Script?</h4><pre class="jscript" name="code">package<br />{<br /> <br /> import com.bourre.ioc.load.ApplicationLoader;<br /> import flash.display.Sprite;<br /> import flash.net.URLRequest;<br /> <br /> /**<br /> *<br /> * HelloWorld LowRa : Low-level Rework on Actionscript 3.0<br /> *<br /> * @link http://osflash.org/projects/lowra<br /> * @author katopz@sleepydesign.com<br /> */<br /> public class HelloWorldLowRa extends Sprite<br /> {<br /> public function HelloWorldLowRa()<br /> {<br /> new ApplicationLoader(this, true, new URLRequest("HelloWorldLowRa.xml"));<br /> }<br /> }<br /> <br />}<br /></pre><br /><br /><h4>Result?</h4><br /><ul><br /><li><a title="http://sleepydesign.com/labs/as3/LowRa/HelloWorldLowRa/" href="http://sleepydesign.com/labs/as3/LowRa/HelloWorldLowRa/">http://sleepydesign.com/labs/as3/LowRa/HelloWorldLowRa/</a></li></ul><br /><h4>Next?</h4><br /><ul><br /><li>try more at dll?, data?, plugins? bla bla bla<br /></li><li>try another framework? vegas? jumpship? troyworks? AsWing?</li></ul><br /><h4>Any good News?</h4><br /><br /><p>look like i need more than 24hrs to try 'em all, lol anyway the good news is Collada (DAE) animation with away3d is already finish for a month (ago) with some useful stuff like controllable joint at runtime (that's fun!), you can expected more for collada maya samples&amp;tutorials i'm working on it ;)<br /><br />'ve fun! ;D</p>katopz@sleepydesign.comhttp://www.blogger.com/profile/11219001149602079158noreply@blogger.comtag:blogger.com,1999:blog-7558134625651021108.post-372311218512939332008-06-20T16:19:00.001+07:002008-06-20T16:47:10.890+07:00Hello World : Windows Live Writer<p>just 1 blog per month is barely i know, i'll try make it 2 in this month lol, anyway this is my 1st try on Windows Live Writer, need some test ;)</p> <ol> <li><strong>Bold</strong> <li><em>Italic</em> <li><u>Underline</u> <li><strike>Strike</strike></li></ol> <blockquote> <p>"Quote"</p></blockquote> <table cellspacing="2" cellpadding="2" width="400" border="1"> <tbody> <tr> <td valign="top" width="200">Table</td> <td valign="top" align="right" width="200">Work?</td></tr> <tr> <td valign="top" width="200"><font color="#008000">Maybe</font></td> <td valign="top" width="200">Yeah!</td></tr></tbody></table> <p><br>Snippet Code<br></p> <div class="csharpcode"><pre class="alt"><span class="lnum"> 1: </span>package </pre><pre><span class="lnum"> 2: </span>{</pre><pre class="alt"><span class="lnum"> 3: </span> </pre><pre><span class="lnum"> 4: </span> import com.bourre.ioc.load.ApplicationLoader;</pre><pre class="alt"><span class="lnum"> 5: </span> import flash.display.Sprite;</pre><pre><span class="lnum"> 6: </span> import flash.net.URLRequest;</pre><pre class="alt"><span class="lnum"> 7: </span> </pre><pre><span class="lnum"> 8: </span> <span class="rem">/**</span></pre><pre class="alt"><span class="lnum"> 9: </span><span class="rem"> * </span></pre><pre><span class="lnum"> 10: </span><span class="rem"> * HelloWorld LowRa : Low-level Rework on Actionscript 3.0</span></pre><pre class="alt"><span class="lnum"> 11: </span><span class="rem"> * </span></pre><pre><span class="lnum"> 12: </span><span class="rem"> * @link http://osflash.org/projects/lowra</span></pre><pre class="alt"><span class="lnum"> 13: </span><span class="rem"> * @author katopz@sleepydesign.com</span></pre><pre><span class="lnum"> 14: </span><span class="rem"> */</span></pre><pre class="alt"><span class="lnum"> 15: </span> <span class="kwrd">public</span> <span class="kwrd">class</span> HelloWorldLowRa extends Sprite</pre><pre><span class="lnum"> 16: </span> {</pre><pre class="alt"><span class="lnum"> 17: </span> <span class="kwrd">public</span> <span class="kwrd">function</span> HelloWorldLowRa()</pre><pre><span class="lnum"> 18: </span> {</pre><pre class="alt"><span class="lnum"> 19: </span> <span class="kwrd">new</span> ApplicationLoader(<span class="kwrd">this</span>, <span class="kwrd">true</span>, <span class="kwrd">new</span> URLRequest(<span class="str">"HelloWorldLowRa.xml"</span>));</pre><pre><span class="lnum"> 20: </span> }</pre><pre class="alt"><span class="lnum"> 21: </span> }</pre><pre><span class="lnum"> 22: </span> </pre><pre class="alt"><span class="lnum"> 23: </span>}</pre></div><br /><style type="text/css">.csharpcode, .csharpcode pre<br />{<br /> font-size: small;<br /> color: black;<br /> font-family: consolas, "Courier New", courier, monospace;<br /> background-color: #ffffff;<br /> /*white-space: pre;*/<br />}<br />.csharpcode pre { margin: 0em; }<br />.csharpcode .rem { color: #008000; }<br />.csharpcode .kwrd { color: #0000ff; }<br />.csharpcode .str { color: #006080; }<br />.csharpcode .op { color: #0000c0; }<br />.csharpcode .preproc { color: #cc6633; }<br />.csharpcode .asp { background-color: #ffff00; }<br />.csharpcode .html { color: #800000; }<br />.csharpcode .attr { color: #ff0000; }<br />.csharpcode .alt <br />{<br /> background-color: #f4f4f4;<br /> width: 100%;<br /> margin: 0em;<br />}<br />.csharpcode .lnum { color: #606060; }<br /></style><br /><br /><p><br>link : <a href="http://osflash.org/projects/lowra">http://osflash.org/projects/lowra</a><br>image<br><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="641" alt="image" src="http://sleepydesign.com/blog/assets/HelloWorldWindowsLiveWriter_DE52/image_thumb.png" width="516" border="0"><br><br>hmm...look like it's just work (with some css lost), easy huh? lets' blog more about LowRa ;)</p> katopz@sleepydesign.comhttp://www.blogger.com/profile/11219001149602079158noreply@blogger.comtag:blogger.com,1999:blog-7558134625651021108.post-47711185529131703152008-05-01T14:17:00.002+07:002008-06-20T18:38:03.837+07:00Away3D : Metasequoia (mqo)i'm now in Away3D team yeah! ;D so let's add more in Away3D section, lol<br><br><a href="http://sleepydesign.com/labs/as3/Away3D/Metasequoia/"><img alt="" src="http://sleepydesign.com/labs/as3/Away3D/Metasequoia/Metasequoia.jpg" border="0"></a><br><br><span style="font-weight: bold; font-size: 130%">What for?<br></span> <ol> <li>add more 3d model format support for Away3D <li>learning that's it :P</li></ol><span style="font-weight: bold; font-size: 130%">Related?<br></span> <ol> <li>main site : <a href="http://www.metaseq.net/english/index.html">http://www.metaseq.net/english/index.html</a> <li>original source : <a href="http://www.libspark.org/wiki/rch850/Metasequoia">http://www.libspark.org/wiki/rch850/Metasequoia</a> <li>some model stock : <a href="http://logic-wizard.hp.infoseek.co.jp/fms_e.htm">http://logic-wizard.hp.infoseek.co.jp/fms_e.htm</a><br></li></ol><span style="font-weight: bold; font-size: 130%">Source?</span><br> <ol> <li>early : <a href="http://sleepydesign.com/labs/as3/Away3D/Metasequoia.zip">http://sleepydesign.com/labs/as3/Away3D/Metasequoia.zip</a></li></ol><span style="font-weight: bold; font-size: 130%">Next?<br></span> <ol> <li>maybe add that mqo to away3d svn<br> <li>dae animation on Away3D <li>add some md2 animation samples <li>Away3D Away3D Away3D Away3D ;P<br></li></ol> katopz@sleepydesign.comhttp://www.blogger.com/profile/11219001149602079158noreply@blogger.comtag:blogger.com,1999:blog-7558134625651021108.post-34785390365306418042008-04-03T16:17:00.003+07:002008-06-20T19:52:04.308+07:00Away3D : Fluid with PolygonalOpen source 'll rule the world ;) , when someone release some code. someone else use/mod and release it like virus cycle, i'm talking about Water Fuild as3 code here , let's see...<br><br><span style="font-weight: bold; font-size: 130%">Related Links</span><br> <ol> <li><a href="http://yamasv.blog92.fc2.com/blog-entry-85.html">Yamasv</a> <li><a href="http://exey.ru/blog/home/fluid-simulation-pv3d-and-away3d/">Exey</a></li></ol>then it's my turn and let's challenge more Fluid with Away3D <a href="http://lab.polygonal.de/">Polygonal Array3</a><br><br><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://sleepydesign.com/labs/as3/Away3D/FluidPolygonal/"><img style="width: 400px; cursor: pointer" alt="" src="http://sleepydesign.com/labs/as3/Away3D/FluidPolygonal/FluidPolygonal.jpg" border="0"></a><br><br><span style="font-weight: bold; font-size: 130%">Info</span><br> <ol> <li>model and textures are someone (not mine) copyright. <li>use Numpad 1 for Wire, 2 for Texture, 3 to toggle Polygonal on/off <li>left click navigate, right click for stat</li></ol><span style="font-weight: bold; font-size: 130%">What's for<br></span> <ol> <li>learn to use Polygonal Array3 (maybe faster maybe not) <li>keep open source growing ;)<br> <li>try add more sample/skill with Away3D<br></li></ol><span style="font-weight: bold; font-size: 130%">Source?<br></span> <ol> <li><a href="http://sleepydesign.com/labs/as3/Away3D/FluidPolygonal/src/FluidPolygonal.as">FluidPolygonal.as</a><br></li></ol><span style="font-weight: bold; font-size: 130%">Next?<br></span> <ol> <li>add real physics (maybe <a href="http://seraf.mediabox.fr/wow-engine/">WOW</a>) <li>add more duck to test more Array3 speed<br></li></ol> katopz@sleepydesign.comhttp://www.blogger.com/profile/11219001149602079158noreply@blogger.comtag:blogger.com,1999:blog-7558134625651021108.post-3375413025709319202008-02-29T22:18:00.004+07:002008-06-20T19:53:39.810+07:00Away3D : EngineTest 1.9.4 rev 443<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://sleepydesign.com/labs/as3/Away3D/EngineTest/"><img style="cursor: pointer" alt="" src="http://sleepydesign.com/labs/as3/Away3D/EngineTest/EngineTest.jpg" border="0"></a><br><br>Just engine test, after Rob add my BitmapFileMaterial.as<br>to 1.9.4, it's now easy for flash ppl to use! no more embed! ;)<br><br><span style="font-weight: bold; font-size: 130%">What for?</span><br> <ul> <li>learning another 3D engine <li>suggest handy class to group<br> <li>boost up both 3D engine to limit<br></li></ul><span style="font-weight: bold; font-size: 130%">Demo<br></span> <ul> <li>sample : <a href="http://sleepydesign.com/labs/as3/Away3D/EngineTest/">http://sleepydesign.com/labs/as3/Away3D/EngineTest/</a> <li>source :<a href="http://sleepydesign.com/labs/as3/Away3D/EngineTest.zip"> <span style="text-decoration: underline">http://sleepydesign.com/labs/as3/Away3D/EngineTest.zip</span></a></li></ul><span style="font-weight: bold; font-size: 130%"><br>Next?<br></span> <ul> <li>don't know, busy here ;P</li></ul> katopz@sleepydesign.comhttp://www.blogger.com/profile/11219001149602079158noreply@blogger.comtag:blogger.com,1999:blog-7558134625651021108.post-79776966198729219492008-02-11T11:44:00.000+07:002008-06-20T20:04:44.238+07:00Papervision3D GreatWhite : DAE AnimationHappy Chinese New Year, look like i always come up when new year eh? :P<br><br>actually i already post this to PV3D's mail archieve for a month<br>also PV3D team said that "soon" to release woking version<br>so i decide to leave my dae mod in trash, but many one keep asking me<br>for a guide, so...this is a quick/mod guide!<br>anyway if you not understand my MD2 last post yet, plz don't<br>try this one, noobs warning!<br><br><br><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://sleepydesign.com/labs/as3/PaperVision3D/GreatWhite/DAEAnimation/"><img style="width: 400px; cursor: pointer" alt="" src="http://sleepydesign.com/labs/as3/PaperVision3D/GreatWhite/DAEAnimation/DAEAnimation.jpg" border="0"></a><br><br><span style="font-weight: bold; font-size: 130%">Demo<br></span> <ol> <li>it's look old but it's new <a href="http://sleepydesign.com/labs/as3/PaperVision3D/GreatWhite/DAEAnimation/">http://sleepydesign.com/labs/as3/PaperVision3D/GreatWhite/DAEAnimation/</a> <li>MD2 it's left and right, DAE in middle, all in one to prove it work fine together<br> <li>try click on left/right plane to change animation (full loop/half loop) <li>don't expect cleaner version</li></ol><span style="font-weight: bold; font-size: 130%">What for?<br></span> <ol> <li>learn to integrate MD2 mod -&gt; DAE mod<br> <li>early use of DAE Animation <li>money? sigh....i just got 0.01$ from google ads from my own click ... opps! sorry google just test :P<br></li></ol><span style="font-weight: bold; font-size: 130%">Required?<br></span> <ol> <li>last know good PaperVision3D rev 421<br> <li>AS Class in old MD2 guide : <a href="http://sleepydesign.blogspot.com/2008/01/papervision3d-greatwhite-md2-animation.html">Papervision3D GreatWhite : MD2 Animation</a> <li>your animated DAE (that's must auto play fine in original package)<br> <li>Some mod/add below</li></ol><span style="font-weight: bold; font-size: 130%">How to?</span><br><br>1. add 2 SleepyController this in org\papervision3d\objects\parsers\DAE.as<br><pre class="jscript" name="code"><br>//public lazy hack<br>public var SleepyController1<br>public var SleepyController2<br>private function buildAnimationController( joint:Node3D, keys:Array,<br>matrices:Array ):void<br>{<br>var mats:Array = new Array(matrices.length);<br>var ctl:SimpleController = new SimpleController(joint,<br>SimpleController.TRANSFORM);<br>if(!SleepyController1){<br>SleepyController1 = ctl<br>}else {<br>SleepyController2 = ctl<br>}<br></pre><br>2. line #100 at \org\papervision3d\core\animation\controllers\SimpleController.as to fix weird animation (just over frame)<br><pre class="jscript" name="code"><br>var endFrame:AnimationFrame = this.frames[ currentFrame ];<br>//proof it work<br>trace(firstFrame,currentFrame,nextFrame,lastFrame)<br></pre><br>3. add controller after "controller complete" not just model complete in your "main.as"<br><pre class="jscript" name="code"><br>dae.SleepyController1.gotoAndLoop(10, 20)<br>dae.SleepyController2.gotoAndLoop(10, 20)<br></pre><br><br>4. mix up with MD2? let's see<br><pre class="jscript" name="code"><br>if(mouse3D.x&gt;0){<br>ctrl.gotoAndLoop(0, 16)<br>dae.SleepyController1.gotoAndLoop(10, 20)<br>dae.SleepyController2.gotoAndLoop(10, 20)<br>md2.setMaterial(new BitmapFileMaterial("pg.png"));<br>}else {<br>ctrl.gotoAndLoop(18, 31)<br>dae.SleepyController1.gotoAndLoop(0, 40)<br>dae.SleepyController2.gotoAndLoop(0, 40)<br>md2.setMaterial(new BitmapFileMaterial("pg_angry.png"));<br>}<br></pre><br><br><span style="font-weight: bold; font-size: 130%">Next?</span><br><br /><ol><br /><li>if you not mod addict or really need early use of DAE animation plz skip this ;)<br /><li>dig something else and wait for official release<br /><li>sigh.... ;P<br></li></ol> katopz@sleepydesign.comhttp://www.blogger.com/profile/11219001149602079158noreply@blogger.comtag:blogger.com,1999:blog-7558134625651021108.post-59579875993076815192008-01-04T11:59:00.000+07:002008-06-20T20:05:41.765+07:00Papervision3D GreatWhite : MD2 AnimationHappy new year! Let's start with some dirty/early coding, lol<br><br><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://sleepydesign.com/labs/as3/PaperVision3D/GreatWhite/MD2Animation/"><img style="width: 480px; cursor: pointer" alt="" src="http://sleepydesign.com/labs/as3/PaperVision3D/GreatWhite/MD2Animation/MD2Animation.jpg" border="0"></a><br><span style="font-size: 130%"><span style="font-weight: bold"><br>Demo<br></span></span> <ol> <li>dirty one (internal use) : <a href="http://sleepydesign.com/labs/as3/PaperVision3D/GreatWhite/MD2Animation/">http://sleepydesign.com/labs/as3/PaperVision3D/GreatWhite/MD2Animation/</a> <li>try click on left/right plane to change animation (sit/stand) <li>good/clean demo later (really later)<br></li></ol><br><span style="font-size: 130%"><span style="font-weight: bold; font-size: 130%">What for?</span><span style="font-weight: bold"><br></span></span> <ol> <li>Holy guide to take control MD2 animation. <li>happy new year (eh?)</li></ol><span style="font-weight: bold; font-size: 130%">Required?<br></span> <ol> <li>PaperVision3D 2.0 GreatWhite rev 391 <li>modded : <a href="http://sleepydesign.com/labs/as3/PaperVision3D/GreatWhite/MD2Animation/src/AbstractController.as">AbstractController.as</a> <li>modded : <a href="http://sleepydesign.com/labs/as3/PaperVision3D/GreatWhite/MD2Animation/src/KeyFrameController.as">KeyFrameController.as</a></li></ol><span style="font-weight: bold; font-size: 130%">How to?<br></span> <ol> <li>merge modded/original package (1+2+3)<br> <li>add MorphController to MD2<br> <li>call "gotoAndLoop" function with begin/end frame parameters<br> <li>got error(s) and shutdown without save (kidding :P)</li></ol><span style="font-weight: bold; font-size: 130%">Hint?<br></span> <ol> <li>compare modded class with svn, see the diff<br> <li>call function like this<br></li></ol><pre class="jscript" name="code"><br> var ctrl = AnimationEngine.getControllers(md2)[0] as MorphController;<br> ctrl.gotoAndLoop(18, 31);<br></pre><br><span style="font-weight: bold; font-size: 130%">Where's to go next?<br></span><br /><ol><br /><li>home?<br /><li>bed?<br /><li>:P<br></li></ol> katopz@sleepydesign.comhttp://www.blogger.com/profile/11219001149602079158noreply@blogger.comtag:blogger.com,1999:blog-7558134625651021108.post-58200695028750712722007-12-20T20:00:00.000+07:002008-06-20T20:06:17.850+07:00Papervision3D GreatWhite : Animated Particles<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://sleepydesign.com/labs/as3/PaperVision3D/GreatWhite/HelloSnowParticle/"><img style="width: 400px; cursor: pointer" alt="" src="http://sleepydesign.com/labs/as3/PaperVision3D/GreatWhite/HelloSnowParticle/HelloSnowParticle.jpg" border="0"></a><br><span style="font-size: 100%"><br></span><span style="font-size: 130%"><span style="font-weight: bold">What for?<br></span></span> <ol> <li>learn to modify more complicate package<br> <li>x-mas fun/gift ;D<br></li></ol><span style="font-size: 130%"><span style="font-weight: bold"><br></span></span><span style="font-size: 130%"><span style="font-weight: bold">Required?<br></span></span> <ol> <li>PaperVision3D 2.0 GreatWhite rev 385 <li>John Grden Shader demo : http://www.rockonflash.com/blog/?p=92 <li>2 brains<br></li></ol><span style="font-weight: bold; font-size: 130%">How to?<br></span> <ol> <li>i don't want to mess up original "Particle" , so just clone "all" packages that related to "Particle "<br> <li>hange "Particle" to "Clip" packages <li>merge MovieMaterial to ClipMaterial then i got "MovieClipMaterial" (huh?)<br> <li>add "size" to "ParticleField" (call ClipField for now)</li></ol><span style="font-weight: bold; font-size: 130%">Hint?<br></span><br>MovieClipMaterial.as<br><pre class="jscript" name="code"><br>package org.papervision3d.materials.special<br>{<br> import flash.display.BitmapData;<br> import flash.display.DisplayObject;<br> import flash.display.Graphics;<br> import flash.geom.Matrix;<br> import org.papervision3d.materials.MovieMaterial;<br> <br> import org.papervision3d.core.geom.renderables.Clip;<br> import org.papervision3d.core.render.data.RenderSessionData;<br> import org.papervision3d.core.render.draw.IClipDrawer;<br><br> public class MovieClipMaterial extends ClipMaterial implements IClipDrawer<br> {<br> <br> private var scaleMatrix : Matrix;<br> private var movie : DisplayObject;<br> private var movieMaterial : MovieMaterial;<br> <br> public function MovieClipMaterial( movieAsset:DisplayObject=null, transparent:Boolean=false, animated:Boolean=false )<br> {<br> super(0, 0);<br> <br> this.movie = movieAsset;<br> this.movieMaterial = new MovieMaterial( movie, transparent, animated );<br> <br> this.bitmap = movieMaterial.bitmap;<br> this.scaleMatrix = new Matrix();<br> }<br> <br> override public function drawClip(clip:Clip, graphics:Graphics, renderSessionData:RenderSessionData):void<br> {<br> this.bitmap = movieMaterial.bitmap;<br> <br> scaleMatrix.a = clip.renderScale;<br> scaleMatrix.d = clip.renderScale; <br> scaleMatrix.tx = clip.vertex3D.vertex3DInstance.x;<br> scaleMatrix.ty = clip.vertex3D.vertex3DInstance.y;<br> <br> graphics.beginBitmapFill(this.bitmap, scaleMatrix, false, smooth);<br> graphics.drawRect(clip.vertex3D.vertex3DInstance.x, clip.vertex3D.vertex3DInstance.y,clip.renderScale*this.bitmap.width,clip.renderScale*this.bitmap.height);<br> graphics.endFill();<br> renderSessionData.renderStatistics.particles++;<br> <br> }<br> <br> }<br>}<br></pre>after finish doing this, i found this thing useless in "snow" case lol,<br>maybe it's better to use 2d particles for "Environment effect" like rain, snow or wot ever<br>full source code 'll be release later (actually nothing just rename) it's too dirty for now<br>and need to clean/add method for another case (more useful lol)<br><br>happy coding! katopz@sleepydesign.comhttp://www.blogger.com/profile/11219001149602079158noreply@blogger.comtag:blogger.com,1999:blog-7558134625651021108.post-90896598898216195082007-12-18T14:06:00.000+07:002008-06-20T20:09:46.439+07:00Hello Tweener : Dock Icon<span style="font-weight: bold; font-size: 130%">Hello World Tweener </span><span style="font-weight: bold; font-size: 130%">: Dock Icon as3 version</span><br><br>thx <a href="http://www.zeh.com.br/">Zeh</a> for as2 version of dock icon sample, so let's integrate to as3 ;)<br><br><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://sleepydesign.com/labs/as3/Tweener/HelloDockIcon/"><img style="width: 508px; cursor: pointer" alt="" src="http://sleepydesign.com/labs/as3/Tweener/HelloDockIcon.jpg" border="0"></a><span style="font-weight: bold"><br><br>What for?<br></span> <ol> <li>learning as2 migration <li>learning Tweener in as3</li></ol><span style="font-weight: bold">Required?</span><br> <ol> <li>SVN : http://tweener.googlecode.com/svn/trunk<br> <li>as2 sample : <a href="http://tweener.googlecode.com/svn/trunk/examples/docked_icons_as2_flash8.zip">http://tweener.googlecode.com/svn/trunk/examples/docked_icons_as2_flash8.zip</a> <li>as3 sample : <a href="http://sleepydesign.com/labs/as3/Tweener/HelloDockIcon.zip">http://sleepydesign.com/labs/as3/Tweener/HelloDockIcon.zip</a> <li>brain</li></ol>too easy? that's why we call "hello world" , should be harder next time ;) katopz@sleepydesign.comhttp://www.blogger.com/profile/11219001149602079158noreply@blogger.comtag:blogger.com,1999:blog-7558134625651021108.post-88722105527219552322007-11-12T19:03:00.000+07:002008-06-20T20:10:50.886+07:00Hello APE 'n PaperVision3DIt's time to go advance, Let's merge APE with PaperVision3D<br><span style="color: rgb(255,0,0)"><span style="font-weight: bold">Warning!</span> </span>this code is quick hack for 2.5D not actually 3D ;)<br><br><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://sleepydesign.com/labs/as3/APE/HelloAPE3D"><img style="width: 400px; cursor: pointer" alt="" src="http://sleepydesign.com/labs/as3/APE/HelloAPE3D/HelloAPE3D.png" border="0"></a><br><br><span style="font-size: 100%"><span style="font-weight: bold">STEP #1 : Say "Hello" to APE</span><br></span> <ul> <li><span style="font-size: 100%">Hello APE : <a href="http://sleepydesign.blogspot.com/2007/10/hello-world-ape.html">http://sleepydesign.blogspot.com/2007/10/hello-world-ape.html</a><strong style="font-weight: normal"></strong></span></li></ul><span style="font-size: 100%"><span style="font-weight: bold">STEP #2 : </span></span><span style="font-size: 100%"><span style="font-weight: bold">Grab my </span></span><span style="font-size: 100%"><span style="font-weight: bold">code (Modified from HelloAPE+PaperVision3D HelloWorld)</span></span><br> <ul> <li><span style="font-size: 100%">Source Code : <a href="http://sleepydesign.com/labs/as3/APE/HelloAPE3D.zip">http://sleepydesign.com/labs/as3/APE/HelloAPE3D.zip</a></span></li></ul><span style="font-size: 100%"><span style="font-weight: bold">STEP #3 : Compile and see the result</span></span><br> <ul> <li>preview : <a href="http://sleepydesign.com/labs/as3/APE/HelloAPE3D/">http://sleepydesign.com/labs/as3/APE/HelloAPE3D/</a></li></ul><span style="font-weight: bold; font-size: 100%"><span>STEP #4 : Go advance!</span></span><span style="font-size: 130%"><span style="font-weight: bold"></span><br></span> <ul> <li>actually something should be place here but maybe later ,lol</li></ul>bye for now ;D katopz@sleepydesign.comhttp://www.blogger.com/profile/11219001149602079158noreply@blogger.comtag:blogger.com,1999:blog-7558134625651021108.post-41726574885646063852007-11-02T13:38:00.000+07:002008-06-20T20:13:19.862+07:00Benz C-Class The GameBig Thx! for <a href="http://osflash.org/pipermail/papervision3d_osflash.org/">PaperVision3D community</a> for all great advice! Finally I got it done right on time, I'm not good in explain, so let's the pictures say, LOL<br><br><span style="font-size: 130%"><span style="font-weight: bold">Project : Benz C-Class Mini Game</span></span><br> <ul> <li>Day version<br></li></ul> <div style="text-align: center"><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.c-for-yourself.in.th/parties/gameindex.php?lang=en"><img style="width: 400px; cursor: pointer" alt="" src="http://sleepydesign.com/labs/as3/SleepyDesign/Benz_C_Class/day.jpg" border="0"></a><br></div> <ul> <li>Night version<br></li></ul><br> <div style="text-align: center"><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.c-for-yourself.in.th/parties/gameindex.php?lang=en"><img style="width: 400px; cursor: pointer" alt="" src="http://sleepydesign.com/labs/as3/SleepyDesign/Benz_C_Class/night.jpg" border="0"></a><br></div><br><span style="font-size: 130%"><span style="font-weight: bold">Behind the scene<br></span></span> <ul style="text-align: left"> <li>Scene<a href="http://sleepydesign.com/labs/as3/SleepyDesign/Benz_C_Class/layout.jpg"><img style="width: 700px; cursor: pointer" alt="" src="http://sleepydesign.com/labs/as3/SleepyDesign/Benz_C_Class/layout.jpg" border="0"></a></li></ul><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://sleepydesign.com/labs/as3/SleepyDesign/Benz_C_Class/layout.jpg"></a> <ul> <li>Map<br> <div style="text-align: center"><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://sleepydesign.com/labs/as3/SleepyDesign/Benz_C_Class/mini_map.jpg"><img style="width: 400px; cursor: pointer" alt="" src="http://sleepydesign.com/labs/as3/SleepyDesign/Benz_C_Class/mini_map.jpg" border="0"></a><br></div></li></ul><span style="font-size: 130%"><span style="font-weight: bold">FYI</span></span><br> <ul> <li>Trees and Friends are randomize each game <li>It's 2D Bitmap hitTest <li>It's fake light cover, no shading as you can see<br> <li>Environment scale it's not for real (keep it like that for you know who) <li>It's high quality so sorry for low spec computer (keep it like that for you know who) <li>It's mini game! Please don't expect more than that, LOL <li>I did only the engine, blame me in that part ;P<br></li></ul><span style="font-size: 130%"><span style="font-weight: bold">Hints</span></span><br> <ul> <li>Press "*" : switch low/medium/high quality <li>Press "1" , "2" : switch camera<br></li></ul><br><span style="font-size: 130%"><span style="font-weight: bold">Related Links</span></span><br> <ul> <li>Direct Link : <a href="http://www.c-for-yourself.in.th/parties/gameindex.php?lang=en">http://www.c-for-yourself.in.th/parties/gameindex.php?lang=en</a> <li>Site Link : <a href="http://www.c-for-yourself.in.th/">http://www.c-for-yourself.in.th/</a> <li>Engine : <a href="http://www.papervision3d.org/">http://www.papervision3d.org/</a> <li>Read more : <a href="http://www.lifeztream.com/blog/?p=109&amp;language=en">http://www.lifeztream.com/blog/?p=109&amp;language=en</a><br></li></ul><br><span style="font-size: 130%"><span style="font-weight: bold">Credits<br></span></span> <ul> <li>Site Shell : <a href="http://www.lifeztream.com/blog/">wissar</a><br> <li>3D Model : <a href="http://www.lifeztream.com/blog/">wissar</a> <li>Game Engine : me!<br></li></ul> katopz@sleepydesign.comhttp://www.blogger.com/profile/11219001149602079158noreply@blogger.comtag:blogger.com,1999:blog-7558134625651021108.post-16421588732074509672007-10-30T18:38:00.000+07:002008-06-20T20:13:57.603+07:00Hello World APE<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://sleepydesign.com/labs/as3/APE/HelloAPE/"><img style="width: 400px; cursor: pointer" alt="" src="http://sleepydesign.com/labs/as3/APE/HelloAPE/HelloAPE.png" border="0"></a><br><br>Let's start with APE! How? Just follow me!<br><br><span style="font-size: 100%"><span style="font-weight: bold">STEP #1 : Grab APE</span><br></span> <ul> <li><span style="font-size: 100%">APE <strong style="font-weight: normal">SVN : <a href="http://ape.googlecode.com/svn/trunk/">http://ape.googlecode.com/svn/trunk/</a></strong></span></li></ul><span style="font-size: 100%"><span style="font-weight: bold">STEP #2 : </span></span><span style="font-size: 100%"><span style="font-weight: bold">Grab my </span></span><span style="font-size: 100%"><span style="font-weight: bold">code (Modified from CarDemo)</span></span><br> <ul> <li><span style="font-size: 100%">Source Code : <a href="http://sleepydesign.com/labs/as3/APE/HelloAPE.zip">http://sleepydesign.com/labs/as3/APE/HelloAPE.zip</a></span></li></ul><span style="font-size: 100%"><span style="font-weight: bold">STEP #3 : Compile and see the result</span></span><br> <ul> <li>preview : <a href="http://sleepydesign.com/labs/as3/APE/HelloAPE/">http://sleepydesign.com/labs/as3/APE/HelloAPE/</a></li></ul><span style="font-weight: bold; font-size: 100%"><span>STEP #4 : </span></span><span style="font-size: 130%"><span style="font-weight: bold">Go advance!</span><br></span><br><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://sleepydesign.com/labs/as3/APE/HelloAPE3D"><img style="width: 400px; cursor: pointer" alt="" src="http://sleepydesign.com/labs/as3/APE/HelloAPE3D/HelloAPE3D.png" border="0"></a><br><br>Yup, you saw it, next time we 'll merge APE with Papervision3D katopz@sleepydesign.comhttp://www.blogger.com/profile/11219001149602079158noreply@blogger.comtag:blogger.com,1999:blog-7558134625651021108.post-5045262907508622522007-10-17T18:06:00.000+07:002008-06-20T20:59:41.552+07:00AS3 : Hello World API<span style="font-family: arial">Still don't know where to go? just try full list of interesting here </span><a style="font-family: arial" href="http://as3blog.com/uncategorized/22-as3-api/">http://as3blog.com/uncategorized/22-as3-api </a><span style="font-family: arial"><br><br>For me? I did try some of 'em and it's fun! Let's see my top fav<br></span><br><strong style="font-weight: normal; font-family: arial"><span style="font-weight: bold">1. Tweener :</span> If you want to tween something (actually anything)<br><br></strong><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" style="font-family: arial" href="http://www.sleepydesign.com/labs/as3/Tweener/Tweener.png"><img style="cursor: pointer" alt="" src="http://www.sleepydesign.com/labs/as3/Tweener/Tweener.png" border="0"></a> <ul style="font-weight: bold; font-family: arial"> <li><strong style="font-weight: normal; font-family: arial">Link : <a href="http://hosted.zeh.com.br/mctween/">http://hosted.zeh.com.br/mctween/</a></strong> <li><strong style="font-weight: normal; font-family: arial">SVN : </strong><a href="http://tweener.googlecode.com/svn/"><strong style="font-weight: normal; font-family: arial">http://tweener.googlecode.com/svn/</strong></a></li></ul><strong style="font-weight: normal; font-family: arial"><span style="font-weight: bold">2. PaperVision3D :</span> It's time for Flash 3D already<br><br></strong><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" style="font-family: arial" href="http://www.sleepydesign.com/labs/as3/PaperVision3D/Papervision3D.png"><img style="cursor: pointer" alt="" src="http://www.sleepydesign.com/labs/as3/PaperVision3D/Papervision3D.png" border="0"></a> <ul style="font-weight: bold; font-family: arial"> <li><strong style="font-weight: normal; font-family: arial">Link : <a href="http://www.papervision3d.org/">http://www.papervision3d.org/</a></strong> <li><strong style="font-weight: normal" face="arial">SVN : <a href="http://papervision3d.googlecode.com/svn/">http://papervision3d.googlecode.com/svn/</a></strong> <li><strong style="font-weight: normal" face="arial">Blog : <a href="http://www.unitzeroone.com/blog/index.xml">http://www.unitzeroone.com/blog/index.xml</a><br><br></strong> <li><strong style="font-weight: normal">HelloWorld</strong><strong style="font-weight: normal"> : <a href="http://www.sleepydesign.com/labs/as3/PaperVision3D/PaperFire/">http://www.sleepydesign.com/labs/as3/PaperVision3D/PaperFire/</a></strong> <li><strong style="font-weight: normal">Mod AStar3D : <a href="http://www.sleepydesign.com/labs/as3/AStar3D/PaperVision3D/">http://www.sleepydesign.com/labs/as3/AStar3D/PaperVision3D/</a></strong> <li><strong style="font-weight: normal">PlayGround</strong><strong style="font-weight: normal"> : <a href="http://www.sleepydesign.com/labs/as3/PaperVision3D/PlayGround/">http://www.sleepydesign.com/labs/as3/PaperVision3D/PlayGround/</a></strong></li></ul><strong style="font-weight: normal" face="arial"><span style="font-weight: bold">3. PaperQuake2 : </span>3D Animate, It's useful while you wait for Collada still in development progress<br><br></strong><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" style="font-family: arial" href="http://www.sleepydesign.com/labs/as3/PaperQuake2/PaperQuake2.png"><img style="cursor: pointer" alt="" src="http://www.sleepydesign.com/labs/as3/PaperQuake2/PaperQuake2.png" border="0"></a><br> <ul style="font-weight: bold; font-family: arial"> <li><strong style="font-weight: normal">Link : </strong><a href="http://code.google.com/p/paperquake2/"><strong style="font-weight: normal">http://code.google.com/p/paperquake2/</strong></a> <li><strong style="font-weight: normal">SVN : </strong><a href="http://paperquake2.googlecode.com/svn/trunk/"><strong style="font-weight: normal">http://paperquake2.googlecode.com/svn/trunk/</strong></a></li></ul> <ul style="font-weight: bold; font-family: arial"> <li><strong style="font-weight: normal">HelloWorld</strong><strong style="font-weight: normal"> : </strong><a href="http://www.sleepydesign.com/labs/as3/PaperQuake2/HelloMD2/"><strong style="font-weight: normal">http://www.sleepydesign.com/labs/as3/PaperQuake2/HelloMD2/</strong></a> <li><strong style="font-weight: normal">My </strong><strong style="font-weight: normal">Sample : </strong><a href="http://www.sleepydesign.com/labs/as3/PaperQuake2/NekoWalk/"><strong style="font-weight: normal">http://www.sleepydesign.com/labs/as3/PaperQuake2/NekoWalk/</strong></a></li></ul><strong style="font-weight: normal; font-family: arial"><span style="font-weight: bold">4. APE (Actionscript Physics Engine) : </span>Need collision particle? It's there!<br><br></strong><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" style="font-family: arial" href="http://www.sleepydesign.com/labs/as3/APE/APE.png"><img style="cursor: pointer" alt="" src="http://www.sleepydesign.com/labs/as3/APE/APE.png" border="0"></a><br> <ul style="font-weight: bold; font-family: arial"> <li><strong style="font-weight: normal">Link :</strong><strong style="font-weight: normal"> <a href="http://www.cove.org/ape/">http://www.cove.org/ape/</a></strong> <li><strong style="font-weight: normal">SVN : <a href="http://ape.googlecode.com/svn/trunk/">http://ape.googlecode.com/svn/trunk/<br><br></a></strong> <li><strong style="font-weight: normal">HelloWorld : </strong><strong style="font-weight: normal"><a href="http://www.sleepydesign.com/labs/as3/APE/HelloAPE/">http://www.sleepydesign.com/labs/as3/APE/HelloAPE/</a></strong></li></ul><strong style="font-weight: normal; font-family: arial"></strong><strong style="font-weight: normal; font-family: arial"><span style="font-weight: bold"><br>5.</span></strong><strong style="font-weight: normal" face="arial"><span style="font-weight: bold"> FZip :</span> File too heavy? Just pack it and go!<br><br></strong><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" style="font-family: arial" href="http://www.sleepydesign.com/labs/as3/FZip/FZip.png"><img style="cursor: pointer" alt="" src="http://www.sleepydesign.com/labs/as3/FZip/FZip.png" border="0"></a><br> <ul style="font-weight: bold; font-family: arial"> <li><strong style="font-weight: normal">Link :</strong><strong style="font-weight: normal"><a href="http://codeazur.com.br/lab/fzip/">http://codeazur.com.br/lab/fzip/</a></strong></li></ul><strong style="font-weight: normal" face="arial"><span style="font-weight: bold">6. AsWing : </span>Cool GUI exit? Yes!<span style="font-weight: bold"><br></span></strong> <ul style="font-family: arial"> <li><strong>Link :</strong><strong style="font-weight: normal"> <a href="http://www.aswing.org/">http://www.aswing.org/</a></strong></li></ul><strong style="font-weight: normal; font-family: arial"></strong><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" style="font-family: arial" href="http://www.sleepydesign.com/labs/as3/WiiFlash/WiiFlash.png"><img style="cursor: pointer" alt="" src="http://www.sleepydesign.com/labs/as3/WiiFlash/WiiFlash.png" border="0"><br></a><br><strong style="font-weight: normal; font-family: arial"><span style="font-weight: bold">7. WiiFlash : </span>Need to control flash with WiiMote?<br></strong> <ul style="font-weight: bold; font-family: arial"> <li><strong style="font-weight: normal">Link :</strong><a href="http://www.wiiflash.org/"><strong style="font-weight: normal">http://www.wiiflash.org/</strong></a> <li><strong style="font-weight: normal">SVN : </strong><a href="http://wiiflash.googlecode.com/svn/trunk/"><strong style="font-weight: normal">http://wiiflash.googlecode.com/svn/trunk/</strong></a> <li><strong style="font-weight: normal">Blog : <a href="http://www.bytearray.org/wiiflash/?feed=rss2">http://www.bytearray.org/wiiflash/?feed=rss2<br><br></a></strong> <li><strong style="font-weight: normal">HelloWorld </strong><strong style="font-weight: normal">: </strong><a href="http://www.sleepydesign.com/labs/as3/WiiFlash/FlexHelloWii/"><strong style="font-weight: normal">http://www.sleepydesign.com/labs/as3/WiiFlash/FlexHelloWii/</strong></a></li></ul><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" style="font-family: arial" href="http://developer.yahoo.com/flash/images/astra.jpg"><img style="cursor: pointer" alt="" src="http://developer.yahoo.com/flash/images/astra.jpg" border="0"></a><span style="font-family: arial"> </span><strong style="font-weight: normal" face="arial"><span style="font-weight: bold"><br><br>8. ASTRA :</span> Rich Applications UI from yahoo!<br></strong> <ul style="font-family: arial"> <li><strong style="font-weight: normal">Link : <a href="http://developer.yahoo.com/flash/">http://developer.yahoo.com/flash/</a></strong></li></ul><span style="font-family: arial">Is that all? Nope not yet, Next time let's mix things up together</span> katopz@sleepydesign.comhttp://www.blogger.com/profile/11219001149602079158noreply@blogger.comtag:blogger.com,1999:blog-7558134625651021108.post-56926340549911496422007-09-11T14:14:00.000+07:002008-06-20T21:00:23.956+07:00AS3 : Training from the source<span style="font-weight: bold; font-size: 130%">1. What is training from the source?</span><br> <ul> <li>It's my favorite and lazy way to learn a thing, in this case is ActionScript 3. <li>The reason for me is reading 800 pages of book sound boring to me, It's much better when try to compile and learn from working sample out there.</li></ul><br><span style="font-size: 130%"><span style="font-weight: bold">2. Where's the source?</span></span><br> <ul> <li>Open source age is here and now, If you focus on Flash then try followed links for sample.</li></ul><br><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://labs.adobe.com//images/labs_master/labs_logo.gif"></a><a href="http://labs.adobe.com/wiki/index.php/Main_Page"><img style="width: 215px; cursor: pointer" alt="" src="http://labs.adobe.com//images/labs_master/labs_logo.gif" border="0"></a><br>Adobe Labs : <a href="http://labs.adobe.com/wiki/index.php/Main_Page">http://labs.adobe.com/wiki/index.php/Main_Page</a><br><br><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://developer.yahoo.com/flash/images/ydn-devnet-header.gif"></a><a href="http://developer.yahoo.com/flash/"><img style="width: 360px; cursor: pointer" alt="" src="http://developer.yahoo.com/flash/images/ydn-devnet-header.gif" border="0"></a><br>Yahoo Labs: <a href="http://developer.yahoo.com/flash/">http://developer.yahoo.com/flash/</a><br><br><span style="font-size: 130%"><span style="font-weight: bold">3. How to get the source?</span></span><br> <ul> <li>Let's look into link above, for sample Adobe link <a href="http://as3corelib.googlecode.com/svn/">http://as3corelib.googlecode.com/svn/</a> <li>SVN stand for Subversion mean version control system <li>Try explore trunk folder, Yeah! source code is there</li></ul><br><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://subversion.tigris.org/"><img style="width: 468px; cursor: pointer" alt="" src="http://subversion.tigris.org/subversion_logo_hor-468x64.png" border="0"></a><br>Subversion : <a href="http://subversion.tigris.org/">http://subversion.tigris.org/</a><br><br><span style="font-weight: bold; font-size: 130%">4. How to grab/manage the source?</span><br> <ul> <li>It's easy, my favorite tool is TortoiseSVN, just download -&gt; setup -&gt; try <li>Hint : make new folder -&gt; right click -&gt; select SVN checkout -&gt; fill svn url -&gt; press ok -&gt; It's done!</li></ul><br><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://tortoisesvn.tigris.org/"><img style="display: block; margin: 0px auto 10px; width: 456px; cursor: pointer; height: 320px; text-align: center" alt="" src="http://tortoisesvn.net/docs/release/TortoiseSVN_en/images/Checkout.png" border="0"></a><br><br>wiki : <a href="http://en.wikipedia.org/wiki/Subversion_%28software%29">http://en.wikipedia.org/wiki/Subversion_(software)</a><br><br><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://tortoisesvn.tigris.org/tortoisesvn_logo_hor468x64.PNG"><img style="width: 468px; cursor: pointer" alt="" src="http://tortoisesvn.tigris.org/tortoisesvn_logo_hor468x64.PNG" border="0"></a><br>TortoiseSVN : <a href="http://tortoisesvn.tigris.org/">http://tortoisesvn.tigris.org/</a><br><br><span style="font-weight: bold; font-size: 130%">5. Where to start?</span><br> <ul> <li>It's there just try <a href="http://as3corelib.googlecode.com/svn/trunk/examples/">http://as3corelib.googlecode.com/svn/trunk/examples/</a> <li>But hey JSONExample.mxml?, It's Flex, well Flex it's not easy for newbies (also JSON),<br>let's try another one and come back here later ;) <li>How about <a href="http://tweener.googlecode.com/svn/trunk/">http://tweener.googlecode.com/svn/trunk/</a></li></ul><br>Flex : <a href="http://www.adobe.com/products/flex/">http://www.adobe.com/products/flex/</a><br><br><span style="font-weight: bold; font-size: 130%">6. What's next?</span><br> <ul> <li>SVN checkout -&gt; setup class path in flash -&gt; compile examples</li></ul><span style="font-weight: bold; font-size: 130%"><br>7. How to get support?</span><br> <ul> <li>Got stuck?, found bug? try googling, forums, mailing list, join group</li></ul><br>OK, this is all I got for now, hope this help all noob! ;D katopz@sleepydesign.comhttp://www.blogger.com/profile/11219001149602079158noreply@blogger.comtag:blogger.com,1999:blog-7558134625651021108.post-12782946541903800552007-09-09T09:09:00.000+07:002008-06-20T21:00:58.493+07:00Hello World Blogger!<pre class="jscript" name="code"><br>public class Hello extends World {<br> ;P<br>}<br></pre><br><br><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp0.blogger.com/_YZwQl-urk0A/RuTNbwnnI3I/AAAAAAAAABs/biNdEcbAxT8/s1600-h/sleepydesign.jpg"><img id="BLOGGER_PHOTO_ID_5108433754136191858" style="float: left; margin: 0pt 10px 10px 0pt; cursor: pointer" alt="" src="http://bp0.blogger.com/_YZwQl-urk0A/RuTNbwnnI3I/AAAAAAAAABs/biNdEcbAxT8/s320/sleepydesign.jpg" border="0"></a><br><br>This is a test : <span style="font-weight: bold">Bold, <span style="font-style: italic">Italic, </span></span><span style="color: rgb(255,0,0)">C</span><span style="color: rgb(255,0,0)">olor, <a href="http://www.sleepydesign.com/"><span style="color: rgb(0,0,0)">link<br></span></a></span>look like everything work fine! let's roll the blog!<br><br>FYI : this blog 's a content (source code) part of <a href="http://www.sleepydesign.com/">http://www.sleepydesign.com/<br></a>feel free to enter/play site, and learn/download source code here! katopz@sleepydesign.comhttp://www.blogger.com/profile/11219001149602079158noreply@blogger.com