Показать сообщение отдельно
Старый 17.07.2002, 13:06
lexass вне форума Посмотреть профиль Отправить личное сообщение для lexass Посетить домашнюю страницу lexass Найти все сообщения от lexass
  № 6  
lexass
 
Аватар для lexass

Регистрация: Sep 2000
Адрес: SPb
Сообщений: 3,374
Отправить сообщение для lexass с помощью ICQ
_parent.property
_parent._parent.propertyDescription


Property; specifies or returns a reference to the movie clip or object that contains the current movie clip or object. The current object is the object containing the ActionScript code that references _parent. Use _parent to specify a relative path to movie clips or objects that are above the current movie clip or object.

Example


In the following example, the movie clip desk is a child of the movie clip classroom. When the script below executes inside the movie clip desk, the playhead will jump to Frame 10 in the Timeline of the movie clip classroom.

_parent.gotoAndStop(10);See also


_root, targetPath
__________________
Старый плюс лучше новых двух.
I like RTFM
попросил - подожди - обработай
Chr(255) == '\xFF' - это про "я"
lexass