EasyManua.ls Logo

MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING - Page 292

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...
292 Chapter 12: Methods
See also
deleteAt
deleteShader
Usage
member(whichCastmember).deleteShader(whichShader)
member(whichCastmember).deleteShader(index)
Description
3D command; removes the shader from the cast member.
Parameters
shaderNameOrNum
Required. A string or integer that specifies the name or index position of the
shader to delete.
Example
The first line of this example deletes the shader Road from the cast member named StreetScene.
The second line deletes the third shader of StreetScene.
member("StreetScene").deleteShader("Road")
member("StreetScene").deleteShader(3)
See also
newShader, shaderList
deleteTexture
Usage
member(whichCastmember).deleteTexture(whichTexture)
member(whichCastmember).deleteTexture(index)
Description
3D command; removes the texture from the cast member.
Parameters
textureNameOrNum Required. A string or integer that specifies the name or index position of the
texture to delete.
Example
The first line of this example deletes the texture named Sky from the cast member named
PicnicScene. The second line deletes the fifth texture of PicnicScene.
member("PicnicScene).deleteTexture("Sky")
member("PicnicScene").deleteTexture(5)
See also
newTexture

Related product manuals