From: Richard K. <ric...@us...> - 2005-07-26 21:22:29
|
Update of /cvsroot/actionstep/actionstep In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13889 Modified Files: README Log Message: updated pre release Index: README =================================================================== RCS file: /cvsroot/actionstep/actionstep/README,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** README 14 May 2005 13:14:29 -0000 1.4 --- README 26 Jul 2005 21:22:18 -0000 1.5 *************** *** 10,13 **** --- 10,17 ---- http://actionscript.org + And a wiki can be found here: + + http://osflash.org/doku.php?id=actionstep + This framework is a port of OpenStep and a major effort was put forward to try and maintain continuity between the *************** *** 55,66 **** To compile with TRACE output enabled (useful for debugging): ! mtasc -cp "src" -swf ActionStep.swf -header 800:600:20 -separate / -trace org.actionstep.ASDebugger.trace -pack org/actionstep / ! -main org/actionstep/ActionStep To compile without TRACE output enabled: ! mtasc -cp "src" -swf ActionStep.swf -header 800:600:20 -separate / ! -pack org/actionstep -main org/actionstep/ActionStep == License == --- 59,70 ---- To compile with TRACE output enabled (useful for debugging): ! mtasc -cp "src" -swf ActionStep.swf -header 800:600:20 / -trace org.actionstep.ASDebugger.trace -pack org/actionstep / ! org/actionstep/test/ASTestMain -main To compile without TRACE output enabled: ! mtasc -cp "src" -swf ActionStep.swf -header 800:600:20 / ! -pack org/actionstep org/actionstep/test/ASTestMain -main == License == |