
welcome to stand-alone liners -- 

steps to compile:


a) create a new OF_0.02 folder (libs/apps) just for this project - we have made changes to OF, so if you modify OF in your 0.02 folder other apps might break....  These modifications will become part of OF_0.03

b) take the two classes in "changeIn_OF_0.02" and replace the ones in libs/openframeworks with these

c) add the source to an existing sketch

d) put the movies and settings folders next to the EXE.  MAC osx users take note, when you drag and drop a folder in xcode, it doesn't preserve the folders, so you will need to manually open up the exe (bundle) and copy these movies / settings in, 
or alter the source code by adding ../../../ to the relavent places where these files are loaded.  This problem will be fixed in the next OF release.



