-- Lingo syntax _movie.editShortCutsEnabled // JavaScript syntax _movie.editShortCutsEnabled;
Movie property; determines whether cut, copy, and paste operations and their keyboard shortcuts function in the current movie. Read/write.
When set to TRUE, these text operations function. When set to FALSE, these operations are not allowed. The default is TRUE for movies made in Director 8 and later, FALSE for movies made in versions of Director prior to Director 8.
This statement disables cut, copy, and paste operations:
-- Lingo syntax _movie.editShortCutsEnabled = 0 // JavaScript syntax _movie.editShortCutsEnabled = 0;
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/director/mx2004/release_update_en/09_pr205.htm