Groups | Blog | Home
all groups > macromedia flash sitedesign > june 2007 >

macromedia flash sitedesign : Buttons when pressed twice - HELP


SaatchiDog
6/15/2007 5:32:02 PM
On my test site www.pullman.co.nz/dda/test/index I have a flash site with a
menu top left. If i press the same button twice in a row it does not go tot he
correct fame - i.e. when the images button is pressed it goes to the frame
"images" but when you press it again when it is already on the "images" frame
it goes to the frame "intro". Any help would be appreciated.

D
rode runner 1
6/15/2007 7:50:36 PM
Well if you have an images button in the images page and you still want the
images button to go to the images page you need to go to the action script and
tell it to go to the propper frame. If the images page is on the second frame
you need to put:
on (release) {gotoAndStop(2);
}
this will make that button go to the second frame. AKA the images page. You
must also give the same code to each of the images buttons. If you have any
more problems let me knew. <3
AddThis Social Bookmark Button