Davide Della Casa
Davide Della Casa
right now in Safari and Firefox (but not Chrome/IE) all sounds are loaded on start. This could be improved by loading them in the background while the environment is ready...
...unless manually specified as per command in https://github.com/davidedc/livecodelab/issues/41
if you use this, when you change the text color then the cursor color is not changed
colorMode RGB fill(color(84,255,255)) box or colorMode HSB fill(color(84,255,255)) box or colorMode HSB,100,100 fill(color(84,255,255)) box
actual: fill;color(angleColor); expected: fill(color(angleColor)); test: the following should show a cube with faces colored according to normals (instead of yellow cube). fill yellow fill color angleColor box
Ideally you want it to be irrespective of the windowing system. You want to take a reference window size (maybe indicate that with an overlay) and do the tests against...