Hi,
I've got a question about using handle().
I tried the following code:
SOUND* snd = snd_create(my.string1);
var objHandle = handle(snd);
var objType = (objHandle >> 24) << 10;
I try to get the object type like it is described in the manual:
http://www.conitec.net/beta/ain-handle.htmBut objType is always 0 and objHandle everytime the same number (I forgot to copy it out of the logfile).
Can someone help me with that?
Regards,
Pegamode.