Untitled
unknown
plain_text
7 months ago
520 B
4
Indexable
if(stig1 == 11) {
StdDraw.setPenColor(StdDraw.WHITE);
StdDraw.text(0.5, 0.5, "Notandi 1 vann");
StdDraw.show();
StdDraw.pause(3000);
stig1 = 0;
stig2 = 0;
}
if(stig2 == 11) {
StdDraw.setPenColor(StdDraw.WHITE);
StdDraw.text(0.5, 0.5, "Notandi 2 vann");
StdDraw.show();
StdDraw.pause(3000);
stig1 = 0;
stig2 = 0;
}Editor is loading...
Leave a Comment