Is there a way to play a short audio (welcome....) for only the first slide and how is it done. I have the audio file.
Professional Software Development Tools
Is there a way to play a short audio (welcome....) for only the first slide and how is it done. I have the audio file.
[On Startup]
[On Preload]Code:FirstLoad = 1
[On Close]Code:if (FirstLoad == 1) then Audio.Load(CHANNEL_BACKGROUND, "File\\Goes\\Here.wav", true, false); else end
Code:FirstLoad = "X"