PlaySound
PlaySound
- Subject: PlaySound
- From: Lorenzo <email@hidden>
- Date: Tue, 08 Apr 2003 15:31:17 +0200
Hi,
I would like to play a sound at each step of my loop
waiting the sound ends before going to the next step.
But I can't. Can you help me?
long junk;
glassSound = [NSSound soundNamed:@"Glass"];
for(i = 0; i < guess; i++){
[glassSound play];
Delay(30, &junk);
}
Best Regards
--
Lorenzo
email: email@hidden
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.