Startseite › Foren › Deutsches LiveCode-Forum › Audio › Antwort auf: Audio
Januar 18, 2018 um 14:19 Uhr
#3741
Ich verzweifel hier, habe es so gemacht wie du es gesagt hast, klappt nicht
on openStack
start_
end openStack
on start_
if the environment = "mobile" then
put specialFolderPath("resources") & "klang/MadMax.wav" into mm
mobilePlaySoundOnChannel 1, mm , now
mobileSetSoundChannelVolume 1, 80
else
play ac "MadMax.wav"
set the playloudness to 80
end if
open card "Startseite"
wait 6 seconds
open card "Home"
end start_