lolll fr
Real tho
Reel,
app.background = gradient ('lightGrey', 'darkGrey', "grey", start="top")
paper=Rect(100,50, 200, 300, fill="wheat")
correct = Label ('Correct!, 1176!', 195, 250, size = 35, fill = 'saddleBrown', bold = True, italic = True, font = 'caveat', visible = False)
letters=Label("The US became",195,90, size=30,fill="saddleBrown", bold=True, font="caveat")
letter2 = Label ("independent from", 195, 120, size=30,fill="saddleBrown", bold=True, font="caveat")
letter3 = Label ("Britain in . . .", 195, 150, size=30,fill="saddleBrown", bold=True, font="caveat")
year = Label ("1770", 195, 250, size=50,fill="saddleBrown", bold=True, italic = True, font="caveat", visible = True)
def onMousePress(x, y):
year.value = str(int(year.value) +1)
if int(year.value) == 1776:
year.visible = False
correct.visible = True
HEHEHE normal just doign annoying class wrok thats too easy ;-;