PDA

View Full Version : Playing .WAV files


MikeEco
13 Jun 11, 02:39 PM
Hi All,

Is it possible to play a .WAV file when a group is triggered on a colour C-Touch?

I've managed to get it to work on a button when it is pressed on the screen but can't get it to work when the group is activated via a key input.

Any Suggestions?

Cheers
Mike
ECOsystems

Darren
13 Jun 11, 05:12 PM
Do something like this in logic:

once GetLightingState("My Group") then
begin
Execute('sound.wav', '');
end;