View on X

seen from Greece
seen from United States

seen from Russia

seen from Australia
seen from United States

seen from United States
seen from South Korea

seen from Japan
seen from United States
seen from China
seen from China

seen from United States

seen from United States

seen from Italy
seen from Norway

seen from United States
seen from China
seen from Germany
seen from Germany
seen from United Kingdom
View on X
RefAubrey- Only 12 hours left to donate to our @AEWGames and @codeorg charity campaign! Make a donation to support computer science programs for kids. The highest donation wins a one-of a kind signed and framed ref shirt from our AEW Games event last month!
➡️ donate.code.org/AEW ⬅️
calm down Luigi ur selling pizza
the most expensive topping is like $11.25 luigi calm the fuck down
Coding help needed!
var originalCost = "itemCost";
var newPrice;
var discount = "discount";
onEvent("startBtn", "click", function( ) {
setScreen("calculator");
});
onEvent("itemCost","click", function() {
getNumber;
});
onEvent("continue","click", function() {
setScreen("calculate2");
});
onEvent("calculate","click", function() {
setScreen("price");
calculate();
setText("finalPrice", newPrice);
});
onEvent("resetBtn","click", function(){
reset();
});
/// something isnt working here, I keep getting NaN "not a number as my result when i calculate"
function calculate() {
percentage();
newPrice = originalCost - (originalCost * discount);
}
function percentage() {
discount = discount/100;
}
function reset() {
onEvent("resetBtn","click",function() {
setScreen("calculator");
});
}
I am working on an app for my AP Computer Science Principles Create Portion, and I cannot get the app to run without the end result number showing as NaN, which I assume means “Not a Number”. If anybody could help that would be amazing.
Zach content for your eyes to take.
I tried to make a sprite on code.org and I don’t think this is half bad.
View on X
I got a crappy fnaf fan game on code.org
ONE OF THE STUDENTS IN THE CODING CLASS I TA FOR MADE A SMASH BROS KINDA GAME WHERE U CAN PLAY AS THE TEACHER AND ITS GENUINELY SO COOL. He can manipulate gravity because he’s also a physics teacher and he can shoot lines of code at opponents which accurately reads the code that depletes ur opponent’s health. This shit is so creative. Also u can play as the knight from hollow knight and Homer Simpson