bluegel
03-11-2003, 12:51 PM
hello
I know this is a really simple question, but can't for the life of me fathom how to do it.
I need to attach a sound to an object
I declared it as:
bubble = new Sound();
and then when I tried to attach it to the object I used:
bubble.attachSound("bubble");
bubble.start();
nothing happened.
any suggestions??
thanx in advance :rolleyes:
I know this is a really simple question, but can't for the life of me fathom how to do it.
I need to attach a sound to an object
I declared it as:
bubble = new Sound();
and then when I tried to attach it to the object I used:
bubble.attachSound("bubble");
bubble.start();
nothing happened.
any suggestions??
thanx in advance :rolleyes: