[comp.sys.mac.programmer] A beginner's question?

PL430331@tecmtyvm.mty.itesm.mx (09/29/90)

A friend is trying to make a program in mac, but he wish add sound to
the about dialog, precisely he wish play a sound of type 'snd ' while
the about dialog is present, he make something like this:

a:=playsnd(nil,the resource snd); i don't know the functions exactly
modalDialog(myDialog,nil);

But this not function, the mac play the sound but not show the items in
the dialog, and the sound end.

he wish play the sound while the about box is present but don't
know how to play the sound until the click of mouse or the keys:
<return> or enter will be pressed.


                              Thanks

                           Tomas Lopez

PL430331 tecmtyvm.mty.itesm.mx