Livecode Wiki
Advertisement

Sent to a player containing a QuickTime movie when the movie performs a "DebugStr" action.

Syntax:

qtDebugStr string

Examples:

on qtDebugStr myMessage
  go card myMessage of stack Info
end qtDebugStr

Handle the qtDebugStr message to respond to actions embedded in a QuickTime movie.

The string is the QuickTime parameter the movie passed to LiveCode when it performed the "DebugStr" action.

The movie author sets the string during development of the movie. When QuickTime executes the "DebugStr" action, LiveCode sends the qtDebugStr message to the player, with the string the movie author specified.

See Also: hotspotClicked Message

Advertisement