X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=tests%2Ftest.t;fp=tests%2Ftest.t;h=162aa969b7efe3b259df68288565e6cbc1a64d87;hp=0000000000000000000000000000000000000000;hb=c93b6c2e62a21de425ceff3ec9e4a5264e73142c;hpb=2c4578ad79d2717dd749b51d682b6f8bff5a4c54 diff --git a/tests/test.t b/tests/test.t new file mode 100644 index 0000000..162aa96 --- /dev/null +++ b/tests/test.t @@ -0,0 +1,17 @@ + + + ibex.ui.frame = thisbox; + + + + // this thread makes things spin. + var rot = 0; + ibex.thread = function(f) { while(true) { + ibex.thread.sleep(100); + $blue.transform = "rotate(" + rot + ")"; + $blue.x = 100; + $blue.y = 100; + rot += 5; + } } + +