Sphere by DrChip
Posted: Wed Oct 22, 2014 1:45 pm
On 'that other forum' I found HTML-code for a wobbling sphere coded by 'DrChip'.
I could not attach the file. First I got the message that HTML-files are not allowed.
Then I changed the extension to '.txt' and got the message: "The upload was rejected because the uploaded file was identified as a possible attack vector."
Therefore you'll have to download via dropbox.
The file and the program to run it is available on https://www.dropbox.com/sh/8k1rau1xm2fw ... MwE1a?dl=0
The program contains the following code:
It is amazing that such a complex graphics entity can change so fast via an interpreter.
Screenshot:
I could not attach the file. First I got the message that HTML-files are not allowed.
Then I changed the extension to '.txt' and got the message: "The upload was rejected because the uploaded file was identified as a possible attack vector."
Therefore you'll have to download via dropbox.
The file and the program to run it is available on https://www.dropbox.com/sh/8k1rau1xm2fw ... MwE1a?dl=0
The program contains the following code:
Code: Select all
'Sphere by Dutchman oktober 2014
'Display of sphere.html from DrChip on 'Basic!' forum
sw=SCREEN_WIDTH() ! sh=SCREEN_HEIGHT()
BROWSER "sphere" URL "sphere.html" AT 0,0 SIZE sw,sh
END
Screenshot: