This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--# Main | |
displayMode(OVERLAY) | |
displayMode(FULLSCREEN) | |
supportedOrientations(WIDTH) | |
function setup() | |
-- Settings | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function setup() | |
supportedOrientations(WIDTH) | |
displayMode(OVERLAY) | |
displayMode(FULLSCREEN) | |
y = 0 | |
x = WIDTH/2 | |
s = 50 | |
z = 0.75 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function setup() | |
displayMode(FULLSCREEN) | |
--[[ | |
text("I can't develop good pictures, but I am young!", WIDTH/2, HEIGHT-75) | |
text("Developed with translate, ellipse, line, blendMode and rect.", WIDTH/2, HEIGHT-100) | |
text("This is an starship with an universal background.", WIDTH/2, HEIGHT-125) | |
text("So there was one time a starship which was called " .. '"' .. "Arda" .. '"', WIDTH/2, HEIGHT-150) | |
text("The owner of the Ship is Eras, he was a nice person, till", WIDTH/2, HEIGHT-175) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--# Main | |
usedPi = false | |
isNumber1 = true | |
number = 0 | |
number2 = 0 | |
drawing = true | |
answernumber = 0 | |
mute = true |