You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to kaneva-...@googlegroups.com
Hi,
Does anyone have an example of a menu script that plays sound? I'm trying to use ClientEngine_PlaySoundTrackById and I haven't been successful.
~anastasia
Gaelin
unread,
Mar 28, 2011, 12:53:51 PM3/28/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to kaneva-...@googlegroups.com
That API is no longer in use and only works with a few set of predefined sounds in Kaneva. The only way today to do is do a ClientEngine_SendMenuEvent to send an event to a script on the server and play the sound there. This of course has many issues and is not recommended. There are some new APIs coming out soon that will allow this to be better implemented. For now I would suggest to skip adding menu sounds.