What is a script?
It is instructions made up of a series of lines of code
How do you make something random?
Math.round(random(x))
True or False: Java and Javascript are the same
False, they are completely different!
What is Create Timer?
A function that triggers an event for a specific amount of time
What is isKeyPressed?
A function that detects if a specialized function is pressed
What is an array?
A variable consisting of a collection of elements, each identified in the array index
How do you flip the direction of the object?
object.flipDirection()
What does object.isToucing(parameter) do?
This makes checks to see if the object is touching what is in the parameter
How do you remove an object
object.remove()
What is boolean logic?
it is a simple way computers function by using the answer true or false
What is a for/next loop?
What is array.length?
This shows the number of values that are in the array
How can you change the object width by a certain amount?
object.width(parameter)
How can you move one object to another?
object.moveToObject()
What does getPointerPos do?
A function that returns it to the x and y position of where the pointer is
How can you adjust the scaleX ot scaleY of an object?
object.scaleX() and object.scaleY()