Checkpoint.

Never in my life have I spent so much time debugging so little.
I think the flash player is full of bugs, I've learned to just run
everything two or three times and chase the error that happens the most. Fun!


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3929 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-03-09 02:55:07 +00:00
parent 15cf89770f
commit 04255b383b
15 changed files with 101 additions and 41 deletions
@@ -17,7 +17,7 @@ public class TestClient extends Client
var g1 :String = null;
var g2 :String = String(g1);
Log.debug("foo: " + (g1 === g2));
Log.debug("foo: " + (g1 === g2) + ", *" + g2 + "*, " + g2.length);
var duckie :Duck = new Goose();
duckie.screw();
@@ -92,10 +92,6 @@ public class TestClient extends Client
{
var i :int = TimeBaseMarshaller.GET_TIME_OID;
}
public function b () :void
{
}
}
}
@@ -114,7 +110,7 @@ class HelperClass
public function HelperClass (cli :TestClient)
{
_cli = cli;
_cli.b();
//_cli.b();
}
public function hype () :void