开发者

Link to frame labels

开发者 https://www.devze.com 2022-12-28 05:04 出处:网络
I have a mainMovie clip that consist of different movie clips. Inside of my mainMovi I have another movie clip that is called \"Menus\" this where all my navigation is but the 开发者_运维知识库frame l

I have a mainMovie clip that consist of different movie clips. Inside of my mainMovi I have another movie clip that is called "Menus" this where all my navigation is but the 开发者_运维知识库frame labels are inside the mainMovie.

Here is my code:

on (release) {
    _level1.gotoAndPlay("nordic");
}

i also have tried:

on (release) {
    _root.gotoAndPlay("nordic");
}

Please help.


on (release) {
    _root.web1.gotoAndPlay("nordic");
}

I have to declare the root gave the main movie clip a instance name and voila!

0

精彩评论

暂无评论...
验证码 换一张
取 消