Homework 0
Differences between Java and Actionscript
import java files instead of flash files
java needs to import colors, and other things
when declaring a variable in the constructor, it doesn't need ': TYPE', instead, the type is before the variable name
parameter fields in java don't define types with ':' they just put the type before the name
in java, override functions are done with @Override at the beginning of a function instead of after the access word (like public, private)
actionscript requires the word function in the function declaration, java does not at all
java declares return where in actionscript they would put the word function
declaring a variable in java you write the type and then the variable name instead of writing var first like actionscript
java and actionscript have completely different graphics methods, and probably other functions / libraries
java has an inherent function for putting an f after a number to do something