Re: NSSound queston (easy one)
Re: NSSound queston (easy one)
- Subject: Re: NSSound queston (easy one)
- From: Jeff Biggus <email@hidden>
- Date: Fri, 4 Jun 2004 22:04:35 -0500
On Jun 4, 2004, at 9:42 PM, Kodex wrote:
NSSound *coins = [NSSound soundNamed:@"coins"];
[coins play];
NSLog(@"%@", coins);
Not sure what you wanted in the last line, but how about [coins name]
instead of coins?
(or maybe [coins className], etc)
-Jeff
_______________________________________________
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.