Blog

  • Autobots

    Courtesy of <a href=”http://www.mediadiva.net”>her majesty</a>.

    <a href=”http://www.wkyc.com/news/news_fullstory.asp?id=3828″>http://www.wkyc.com/news/news_fullstory.asp?id=3828</a>

    I think when I’m 30, I’ll change my name to “Mad Mardigan – the greatest swordsman who ever lived”

  • Product Class Update

    I documented, to the best of my second-hand knowledge and ability, the Product class, garnered from System.Product, on the <a href=”http://chattyfig.figleaf.com/flashcoders-wiki/index.php?Flash%20MX%20features”>Flashcoders Wiki</a>.

  • Top 11 Unusual Source Code Comments

    This so made my day. Funny stuff if your a coder.

    <a href=”http://www.oscartrelles.com/blog/archive.php?post_id=1048043784″>http://www.oscartrelles.com/blog/archive.php?post_id=1048043784</a>

  • Product Class: System.Product

    Homeskillet on the list found something he shouldn’t (unless he’s from the beta and is violating his NDA).

    Without divulging what I know, here is the code from the <a href=”http://chattyfig.figleaf.com/cgi-bin/ezmlm-cgi?1:mss:67207″>thread</a>:

    <pre><code>
    foo=new System.product(“blah”);
    foo.download();
    </code></pre>

    I showed the variables, and the output actually describes foo as an instance of the Product class. Interesting…

    Meanwhile, I’ve been running a SWF in the background for a few hours now that is looping through every single level between 1 and 3 million. It should be done in a few hours, and by then, I’ll at least know what level that movie is on so we may be able to find out more about it.