This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
ActionScript-3-Development-Task-Contests / AS3DTC_1
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
ProximityManager.as | Wed Nov 11 13:47:39 -0800 2009 | |
| |
README.txt | Mon Nov 16 09:32:52 -0800 2009 | |
| |
TestRunner.as | Mon Nov 16 09:10:46 -0800 2009 | |
| |
entries/ | Mon Nov 16 10:51:42 -0800 2009 | |
| |
results/ | Mon Nov 16 12:07:13 -0800 2009 |
AS3DTC_1/README.txt
ActionScript 3 Development Task Contest #1 http://www.mikechambers.com/blog/2009/11/10/actionscript-3-development-task-contest-1/ Mike Chambers mesh@adobe.com Tests are compiled with Flex SDK 3.4 (Version 3.4.0 build 9271) using the following command: mxmlc --target-player=10.0.0 -compiler.source-path ~/src/PerformanceTest/ -- TestRunner.as Change Log Release 0.8 (November 16, 2009) -Added import for Vector class in TestRunner.as Release 0.7 (November 12, 2009) -TestRunner now waits one second after it has loaded before it runs the performance tests. Release 0.6 (November 12, 2009) -checkResults now removes all result items from the stage. This makes it easier to view and validate results. Release 0.5 (November 12, 2009) -All circles are now drawn so the top left of their bounds is at 0,0. Release 0.4 (November 11, 2009) -bounds argument is now required in ProximityManager constructor. This specifies the bounds of the collision detection / grid area. Release 0.3 (November 11, 2009) -Fixed Release dates in README.txt -Added visual validation code to TestRunner.as (thanks to Sean Christmann for the help) -Made a minor change to how circles are drawn in Display Objects on stage. From : disp.graphics.drawCircle( 0 , 0 , 5 ); To: disp.graphics.drawCircle( 5 , 5 , 5 ); Release 0.2 (November 10, 2009) -Move SWF meta data from ProximityManager to TestRunner -Added README.txt file Release 0.1 (November 10, 2009) -Initial Release







