EasyManua.ls Logo

MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING - Page 293

MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING
1130 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
displayOpen() 293
deleteVertex()
Usage
-- Lingo syntax
memberObjRef.deleteVertex(indexToRemove)
// JavaScript syntax
memberObjRef.deleteVertex(indexToRemove);
Description
Vector shape command; removes an existing vertex of a vector shape cast member in the index
position specified.
Parameters
indexToRemove
Required. An integer that specifies the index position of the vertex to delete.
Example
This line removes the second vertex point in the vector shape Archie:
-- Lingo syntax
member("Archie").deleteVertex(2)
// JavaScript syntax
member("Archie").deleteVertex(2);
See also
addVertex(), moveVertex(), originMode, vertexList
displayOpen()
Usage
-- Lingo syntax
fileioObjRef.displayOpen()
// JavaScript syntax
fileioObjRef.displayOpen();
Description
Fileio method; Displays an Open dialog box.
This method returns to script the full path and name of the selected file.
Parameters
None.
See also
Fileio

Related product manuals