news |
info |
people |
software |
stuff |
AsAPound XCMD. Version 1.0, by Sam Deane. Copyright ©1994 ULTRALAB. Compiled 16:44:54, 28/04/94.
AsAPound record,<name>,<loc>
The <name> parameter should be the name of the snd resources to store the new sound in.
The <loc> parameter should be the location of the top left hand corner of the recording dialog.
on mouseUp AsAPound record,"test","100,100" end mouseUp
The syntax is:
AsAPound "playfile",<path>
on mouseUp answer file "File to play" of type "AIFF" if it is not empty then AsAPound playfile,it end if end mouseUp