How to navigate viewer to next page
hello folks,
i new flash try simple possible. created 3 web pages website. 1 scene each page. made 3 scenes movie clip symbols, have 3 movie clip symbols. placed them on main stage frames 1,2 , 3.
i assigned following button on page 1 (which frame 1 on main stage) go frame 2. (i want viewer go page 2 of website, when button released)
on(release) {
_root.gotoandstop(2);
}
as check says no errors navigation still not work.
i appreciate input or advise. please keep in mind new this, please patient me.
thank
bergg
i new flash try simple possible. created 3 web pages website. 1 scene each page. made 3 scenes movie clip symbols, have 3 movie clip symbols. placed them on main stage frames 1,2 , 3.
i assigned following button on page 1 (which frame 1 on main stage) go frame 2. (i want viewer go page 2 of website, when button released)
on(release) {
_root.gotoandstop(2);
}
as check says no errors navigation still not work.
i appreciate input or advise. please keep in mind new this, please patient me.
thank
bergg
are working in same scene 1? try assign label each frame , check if goes respective frame.
if label frame "two",
on(press){
_root.gotoandstop("two");
}
nb above code should placed in button
hope helps.
u
if label frame "two",
on(press){
_root.gotoandstop("two");
}
nb above code should placed in button
hope helps.
u
More discussions in ActionScript 1 and 2
adobe
Comments
Post a Comment