Index: trunk/src/scriptbuilder/structures/events/AudioEvent.java
===================================================================
--- trunk/src/scriptbuilder/structures/events/AudioEvent.java	(revision 161)
+++ trunk/src/scriptbuilder/structures/events/AudioEvent.java	(revision 167)
@@ -44,5 +44,5 @@
 
     /**
-     * File path for the audio file.
+     * File path for the audio file. Perhaps should only be generated on save?
      */
     public String audioPath = "";
@@ -64,5 +64,7 @@
         audioPath = "audio/" + f + ".mp3";
     }
-    
+    /**
+     * sets audio path relative to the working directory using the id value.
+     */
     public void setAudioFilePathRelative()
     {
