movieTouched

Typemessage
DictionaryLCS
LibraryLiveCode Script
Syntax
movieTouched
Summary

Sent when a full screen movie is playing, without a controller, and the screen is touched.

Introduced4.5.2
OSios, android
Platformsmobile
Example
on movieTouched
  play stop
end movieTouched
RelatedCommand: play, play video
Property: showController
Description

Handle the movieTouched message to perform an action when a full screen movie is playing and the user touches the screen.

The movieTouched message is sent to the object whose script started the movie playing.

The principal purpose of the movieTouched message is to allow the play stop command to be used to stop the movie when the screen is touched.

Note: The movieTouched message is not sent if the video is played with the showController property set to true.

Tagsui