X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=lib%2Fas3%2Fok%2Fconst.as;h=2ff88be89f1be7c8ab723c4105f328adee16e0f1;hb=62a83d162b254d91da418cee25f5b87b067a3f92;hp=11edd593f97b5b0efec01eafcd37f6190dbfe40f;hpb=763bcfebf188186f18f6bb35338317571c4d2d87;p=swftools.git diff --git a/lib/as3/ok/const.as b/lib/as3/ok/const.as index 11edd59..2ff88be 100644 --- a/lib/as3/ok/const.as +++ b/lib/as3/ok/const.as @@ -2,14 +2,14 @@ package { import flash.display.MovieClip public class Main extends flash.display.MovieClip { - const ok1:String = "ok 1/4"; - static const ok2:String = "ok 2/4"; + const ok1:String = "ok 1/6"; + static const ok2:String = "ok 2/6"; - const ok3:String = "ok 3/4"; - static const ok4:String = "ok 4/4"; + const ok3:String = "ok 3/6"; + static const ok4:String = "ok 4/6"; - const ok5:String = "ok 3/4"; - static const ok6:String = "ok 4/4"; + const ok5:String = "ok 5/6"; + static const ok6:String = "ok 6/6"; function Main() { trace(ok1);