This is resolved, however I would like to post how I did it just incase anyone else has this trouble.
when attaching the sound make sure you add "this" to the attach method
ie:
Mysound = new Sound(this);
it was that simple. so if you have yourself set-up like this.
Mysound = new Sound();
it wont work
cheers.
Mark




Reply With Quote