A function that would spin a star at the speed of 300
What is star.spin(300) or what is spin(star,300)
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);
This number added to itself equals 4
What is 2 + 2?
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?
Empty for Projector
Answers won't be in question form
A line of code that increases your score by 1
What is $this.scene.score ++ or $this.scene.score += 1
Declare a variable with a random value from 0 to 10
var x = random(10,0); OR var x = random(10);
You get 16 by multiplying this number by 2
What is 8?
This Type of Scientist studies space from earth
What is an astronomer?
Empty
No question form