1
2
3
4
5
100

What is a script?

It is instructions made up of a series of lines of code

100

How do you make something random?

Math.round(random(x))

100

True or False: Java and Javascript are the same

False, they are completely different!

100

What is Create Timer?

A function that triggers an event for a specific amount of time

100

What is isKeyPressed?

A function that detects if a specialized function is pressed

200

What is an array?

A variable consisting of a collection of elements, each identified in the array index

200

How do you flip the direction of the object?

object.flipDirection()

200

What does object.isToucing(parameter) do?

This makes checks to see if the object is touching what is in the parameter

200

How do you remove an object

object.remove()

200

What is boolean logic?

it is a simple way computers function by using the answer true or false

300

What is a for/next loop?

It is a type of loop that has a header (how long the code should run) and code that is run once for every iteration specified by the header
300

What is array.length?

This shows the number of values that are in the array

300

How can you change the object width by a certain amount?

object.width(parameter)

300

How can you move one object to another?

object.moveToObject()

300

What does getPointerPos do?

A function that returns it to the x and y position of where the pointer is

400

How can you adjust the scaleX ot scaleY of an object?

object.scaleX() and object.scaleY()

M
e
n
u