C# Class Recurity.Swf.AVM1.ActionTargetPath

Blitzableiter ActionTargetPath represents the Adobe AVM1 ActionTargetPath
Inheritance: AbstractAction
Exibir arquivo Open project: rtezli/Blitzableiter

Public Methods

Method Description
ActionTargetPath ( ) : System

If the object in the stack is of type MovieClip, the object’s target path is pushed on the stack in dot notation. If the object is not a MovieClip, the result is undefined rather than the movie clip target path.

Method Details

ActionTargetPath() public method

If the object in the stack is of type MovieClip, the object’s target path is pushed on the stack in dot notation. If the object is not a MovieClip, the result is undefined rather than the movie clip target path.
public ActionTargetPath ( ) : System
return System