Place objects

Methods:


Properties:

  • PLACE_Index get/set index of current place object
  • PLACE_Count returns number of already created place objects
  • PLACE_Depth get/set depth of currently placed visual object
  • PLACE_Name get/set name of movieclip automatically created by Place.. method for visual object. You can access movieclip to manipulate visual object using this name in actionscript code.
  • PLACE_Ratio get/set visual ratio factor for currently placed visual object
  • PLACE_AutoRemoveDepth adds new script object to movie
  • PLACE_Type returns type of current place object (common place object or video place object)
  • PLACE_VideoAutoReply get/set auto-reply option for previously placed video object
  • PLACE_VideoSoundEnabled enable/disable sound in previously placed video object
  • PLACE_VideoStartFrame get/set starting frame to play video in previously placed video object
  • PLACE_ClipDepth get/set .ClipDepth property of movieclip automatically created for visual object previously placed with Place.. method