Hello ActivePresenter Team,
Description:
When adding an audio file to a slide and moving it along the timeline to start at a specific second, ActivePresenter automatically adds an animation to the audio object. This causes an On Load action to fail in Review Mode.
To work around this, I tried disabling the audio in Review Mode by adding an On Load action with Hide Object for the audio, and setting the condition:
IF apReviewMode is equal to True
However, even with this condition, the audio still plays in the background in Review Mode, despite being hidden.
If the animation is removed from the audio object, the start time resets to 0 in the timeline, which is also undesirable.
Steps to Reproduce:
- Add an audio file to a slide.
- In the timeline, drag the audio to start at a desired second (not at 0).
- Observe that an animation is automatically added to the audio.
- Add an On Load action: Hide Object (target: audio object).
- Set the condition:
IF apReviewMode is equal to True. - Preview the slide in Review Mode.
Expected Result:
- Audio should not automatically receive an animation when moved in the timeline.
- On Load actions should work normally in Review Mode.
- When Hide Object with the
apReviewModecondition is used, audio should stop playing in Review Mode.
Actual Result:
- Audio automatically gets an animation when moved.
- On Load actions fail in Review Mode when audio has animation.
- Even when hidden via Hide Object with the
apReviewModecondition, audio still plays in Review Mode.
Additional Information:
- macOS: 15.3.2 (24D81)
- ActivePresenter Pro Edition
- Version 9.3.0 - 64-bit build (Released: 2025.04.08)