eu acho q isso esta falando sobre _root, masi não sei ingles. rsrs...
alguém ae podeeria explicar?
The _root property is used to return a reference to the main timeline of a Flash movie. This property can then be used to call movie clips, preform actions on the main timeline, and apply properties.
Example 1: Control movie clips
_root.optimus.gotoAndStop(13);
Tells a movie clip named "optimus" to go to the 13th frame and stop.
Example 2: Control the main timeline
_root.gotoAndStop(13);
Tells the main timeline of the Flash movie to go to the 13th frame and stop.
Reader contributed notes for _root
Posted by: Rich Rodecker (xx.229.176.179) on August 27, 2003 05:22 PM
Each loaded level also has its own _root...so if you load a movie into the flash player on a level other than _level0, references to _root refer to that levels _root, not _level0.
Pergunta
cracz
tpw...
eu acho q isso esta falando sobre _root, masi não sei ingles. rsrs...
alguém ae podeeria explicar?
The _root property is used to return a reference to the main timeline of a Flash movie. This property can then be used to call movie clips, preform actions on the main timeline, and apply properties.
Example 1: Control movie clips
_root.optimus.gotoAndStop(13);
Tells a movie clip named "optimus" to go to the 13th frame and stop.
Example 2: Control the main timeline
_root.gotoAndStop(13);
Tells the main timeline of the Flash movie to go to the 13th frame and stop.
Reader contributed notes for _root
Posted by: Rich Rodecker (xx.229.176.179) on August 27, 2003 05:22 PM
Each loaded level also has its own _root...so if you load a movie into the flash player on a level other than _level0, references to _root refer to that levels _root, not _level0.
:huh:
Link para o comentário
Compartilhar em outros sites
5 respostass a esta questão
Posts Recomendados
Participe da discussão
Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.