I tested all of the examples and Demos which came with AOZ beta .9.2, here are the results...
examples 1-3 worked
example 4 failed with, ' File not found.'
If you go to the errors listed and make corrections, it will work.
example 5 failed...
It will draw 3 circles, but fails to do its changes beyond that.
examples 6 - 8 work.
example 9 fails to do anything
example 10 seems to be a repeat example
example 11 worked to fast..
I added a WAIT 1, but that made it to slow.
so I tried to slow it down with For SLOW / Next
which I put after the For COUNT.
See below........
Rem *** start the For/Next loop
For COUNT=1 To 100000
Inc X1 : Add X2,D
For SLOW=1 To 100000
Next SLOW
example 12 failed
file not found
example 13 Yiiieee
Snow? More like blood!
No Demo worked!
Rotating planes, Patterns, Fakecoppereffects, Impetus, Brown Fox....
Thanks a lot. Yes we know and are working on a selection of ones that work before the beta 1.0
Interesting that the demos don't work. Rotating planes, Fakecoppereffects and Brown Fox all run for me, Impetus ran with 9.2 but now doesn't, and Patterns just does work.
The only demos that did not work for me were: rotating planes, patterns, and fake copper effects. These were all due to the same error: "Cannot read property 'length' of null". All the rest of them worked fine for me. NOTE: The Quick Brown Fox did take a long time to compile the first time, due to all of the fonts. NOTE: At least one of those demos requires that the mini web server be installed and running. If it isn't, or you have anti-virus software that might prevent it from running, that might be the cause.
0.9.2.3 update: All of the demos appear to be working now including the 3 I couldn't get working before. There are still some problems on the Help examples, but that's another issue.
I think I know why... the installer does not create empty folder, and the transpiler used to crash with such error when no 'resources' folder was defined. I have corrected the transpiler (new version this morning), and will make sure that the installer also installs the empty resources folder (may not be possible though). Anyway, all this will be corrected in the next version.