Groups | Blog | Home
all groups > flash actionscript > february 2006 >

flash actionscript : linking from scene to scene


-->dan mode
2/27/2006 3:11:55 PM
Give each scene it's own frame label on frame #1 of the scene.
Then, just use gotoAndPlay and the frame label.

--

Dan Mode
*Must Read* http://www.smithmediafusion.com/blog
*Flash Helps* http://www.smithmediafusion.com/blog/?cat=11

[quoted text, click to view]

jezz34
2/27/2006 9:54:45 PM
i have a navigation bar with 6 buttons and i want to link to 6 separate movie
clips..

im using the following action script

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

for some reason when i click any of the buttons it always displays the first
movieclip ... all buttons are name accordingly to the frame names ....

is it something to do with my layers ? im using a differnt layer for each clip
is this correct ?
AddThis Social Bookmark Button