White Belt
Yellow Belt
Math
Science
iSpy
100

A function that would spin a star at the speed of 300

What is star.spin(300) or what is spin(star,300)

100

Function that clones a shuriken every 3000 frames

What is 

  • createTimer(3000, function() {

var nshuriken = shuriken.clone();

var shurikenX = random(760,40);

nshuriken.x(shurikenX);

nshuriken.y(10); 

100

This number added to itself equals 4 

What is 2 + 2?

100

Black asphalt of the street hotter than the white sidewalk on a sunny day during the summer

What are dark objects absorb more light than light objects?

100

Empty for Projector

Answers won't be in question form

200

A line of code that increases your score by 1 

What is $this.scene.score ++ or $this.scene.score += 1

200

Declare a variable with a random value from 0 to 10

var x = random(10,0); OR var x = random(10);

200

You get 16 by multiplying this number by 2 

What is 8?

200

This Type of Scientist studies space from earth 

What is an astronomer?


200

Empty

No question form