View Full Version : simple website navigation code??
stward23
11-19-2007, 01:11 PM
Hello,
I was wondering if anyone could post up the simple navigation actionscript for creating a website - on release, go to....? ect.
Help appreciated
Thanx!
kool-Aid
11-19-2007, 02:21 PM
you could put this on a button
on(release)
{
gotoAndPlay("your frame label goes in here");
}
or you could put this in the timeline
button_instance_name.onRelease = function()
{
gotoAndStop("your_frame_label");
}
gotoAnd stop or play depends on whether you want it to stop when it gets there or play. Get it?
stward23
11-19-2007, 02:32 PM
thats great. thanx a lot man!
kool-Aid
11-19-2007, 03:03 PM
no problem good luck.
kool-Aid
11-19-2007, 04:16 PM
I just did this example for someone else and thought you might find it useful. It is just custom buttons and simple navigation.
http://www.molaeemedia.com/matt/testsDelete/customebuttons.fla
|
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.