diff --git a/src/time/Timeline.js b/src/time/Timeline.js index dd94b79f9..91a15be95 100644 --- a/src/time/Timeline.js +++ b/src/time/Timeline.js @@ -436,7 +436,7 @@ var Timeline = new Class({ target: GetFastValue(entry, 'target', null), set: GetFastValue(entry, 'set', null), tween: GetFastValue(entry, 'tween', null), - sound: GetFastValue(entry, 'run', null), + sound: GetFastValue(entry, 'sound', null), once: GetFastValue(entry, 'once', false) });