Quantcast
Channel: Indigo Rose Software Forums - Forums
Viewing all articles
Browse latest Browse all 2105

Help on Multi Function

$
0
0
function Songs()
a = Audio.Load(CHANNEL_NARRATION, "AutoPlay\\Audio\\Perfect.mp3", true, false);
b = Audio.Load(CHANNEL_NARRATION, "AutoPlay\\Audio\\Lovehurts.mp3", true, false);
end


Button 1 on click
Songs(a)

Button 2 on click
Songs(b)

the code above is not work.. anyone could help me on this?

Viewing all articles
Browse latest Browse all 2105

Trending Articles