# HG changeset patch # User Robert McIntyre # Date 1322961518 21600 # Node ID b05f629fc29658e7e24a01b4bef6ee549c8cd4b6 # Parent 6484a820e27db16c924c4493bce22a0fbb825eaa add contact info diff -r 6484a820e27d -r b05f629fc296 src/com/aurellem/capture/Capture.java --- a/src/com/aurellem/capture/Capture.java Sat Dec 03 19:15:43 2011 -0600 +++ b/src/com/aurellem/capture/Capture.java Sat Dec 03 19:18:38 2011 -0600 @@ -23,8 +23,11 @@ * * 1.) Set your application's timer to an IsoTimer. Create the IsoTimer with the desired video * frames-per-second. - * 2.) Call captureAudio and/or captureVideo on the Application as desired. - * + * 2.) Call captureAudio and/or captureVideo on the Application as desired before starting the Application. + * + * See the Basic and Advanced demos in the examples section for more information. If you have any trouble, + * please PM me on the jMonkeyEngine forums. My username is bortreb. + * * @author Robert McIntyre */