Livecode Wiki
Advertisement

Resumes the pasued sound recording.

Built-in Message handler[]

Syntax:

record resume

Examples:

if the hilite of button "pause" is false then
   record resume
end if

Use the record resume command to resume a recording that has been paused.

The record resume command resumes a recording paused with the [[record pause]] command.

See also: stop recording (command),recording (property),

Advertisement