![]() |
|
||||||||||
|
|||||
|
как использовать билиотеку в мувике?
|
|
|||||
|
в библиотеке есть кнопка, как мне её поставить в нужное место или в нужный мувик?
|
|
|||||
|
Регистрация: Jan 2002
Адрес: СПб-Denver-Лермонтов
Сообщений: 1,525
|
Или просто перетащить мышкой в нужное место.
Вообще-то, при таком количестве постов, как у тебя, такие базовые и простейшие вещи нужно знать.
__________________
Для того чтобы узнавать, есть два способа: - задавать вопросы и пытаться самому на них ответить. Второй способ более продуктивный. (S.Wizard) |
|
|||||
|
sergwizard
я не хочу перестаскивать... Я хочу просто все через АС сделать .... +=Metlio=+ Спасибо! |
|
|||||
|
+=Metlio=+
как правельно пользоваться attachMovie? |
|
|||||
|
Регистрация: Jun 2003
Сообщений: 1,427
|
MovieClip.attachMovie()
Availability Flash Player 5. Usage my_mc.attachMovie(idName, newName, depth [, initObject]) Parameters idName The linkage name of the movie clip symbol in the library to attach to a movie clip on the Stage. This is the name entered in the Identifier field in the Linkage Properties dialog box. newname A unique instance name for the movie clip being attached to the movie clip. depth An integer specifying the depth level where the SWF file is placed. initObject (Supported for Flash Player 6 and later) An object containing properties with which to populate the newly attached movie clip. This parameter allows dynamically created movie clips to receive clip parameters. If initObject is not an object, it is ignored. All properties of initObject are copied into the new instance. The properties specified with initObject are available to the constructor function. This parameter is optional. Returns A reference to the newly created instance. Description Method; takes a symbol from the library and attaches it to the SWF file on the Stage specified by my_mc. Use removeMovieClip() or unloadMovie() to remove a SWF file attached with attachMovie(). Example The following example attaches the symbol with the linkage identifier "circle" to the movie clip instance, which is on the Stage in the SWF file. on (release) { thing.attachMovie( "circle", "circle1", 2 ); } |
|
|||||
|
Регистрация: Jan 2002
Адрес: СПб-Denver-Лермонтов
Сообщений: 1,525
|
Цитата:
![]()
__________________
Для того чтобы узнавать, есть два способа: - задавать вопросы и пытаться самому на них ответить. Второй способ более продуктивный. (S.Wizard) |
|
|||||
|
|
![]() |
Часовой пояс GMT +4, время: 20:48. |
|
|
« Предыдущая тема | Следующая тема » |
|
|