===== Intro to IM ===== **Place:** Inside the teaching lab that is hidden somewhere deep in the Arts Center\\ **Time:** Wednesday, November 02, 2016, 2:40pm – 5:20pm ---- === Forword === * Checking attendance * Answering Abhis question… * Info about the //Ellipsis// (punctuation of the triple-dot) => Windows: alt + 0133 / Mac: alt + ; === Power On! === Debugging! Vectors * Recreate ball movement from a few weeks ago * [[https://processing.org/examples/forceswithvectors.html|More info on forces!]] * [[http://natureofcode.com/|Nature of Code]] Arrays * Arrays * ''(Type)[] listName = new (Type)[length]'' * Lists * ''(Type)List listName = new (Type)List();'' * ''listname.append(item);'' * ArrayLists! * ''ArrayList listName = new ArrayList();'' * ''listName.add(item);'' * listName.get(index).doSomething(); Text *Fonts and stuff === Homework === == Watch == * [[https://vimeo.com/channels/debugging|A Brief Introduction to Debugging: Introduction & Part 1]] == Assignment == * Finalise your Open Studios project for Monday!