
22.07.2005, 18:32
|
|
Регистрация: Feb 2003
Сообщений: 34
|
Из Хелпа:
================================================================
Usage
gotoAndPlay([scene,] frame)
Parameters
scene An optional string specifying the name of the scene to which the playhead is sent.
frame A number representing the frame number, or a string representing the label of the frame, to which the playhead is sent.
==============================================================
gotoAndPlay("Scene 1", 1);
Где:
"Scene 1" - название сцены в кавычках
1 - номер кадра, к которому следует перейти (БЕЗ КОВЫЧЕК!)
если кадр имеет название можно указывать вместо номера назвение кадра, но в ковычках.
__________________
Ujim
|