all groups > flash actionscript > april 2004 >
You're in the

flash actionscript

group:

another button problem "next" button


another button problem "next" button Kay Poe
4/27/2004 10:32:15 PM
flash actionscript:
I have used various samples of syntax but apparently have not hit on the
correct one. I have read that I should put syntax in movie, I have read I
should put syntax in maintimeline. the buttons work on the main page, but:

when you go to Bio, there is a button at bottom that says Next. I cannot get
it to go to next. I will be using this same type of design on another page
with numerous Next buttons.....thank you.


[L=http://www.fonicdesign.com/lb/index.htm]http://www.fonicdesign.com/lb/index.h
tm[/L]

[L=http://www.fonicdesign.com/lb/main.fla]http://www.fonicdesign.com/lb/main.fla
[/L]

Re: another button problem "next" button .:}x-=V!P=-x{:.
4/27/2004 11:11:11 PM
Hello,
I have downoaded your file. You do not need labels in the button frames, just
select the text that you want as the button then open the Actions panel and
put in it

on (release) {
gotoAndStop(6);
}

The number (6) is the frame number you want it to go to and stop. You can
change this for the frame # you want it to go to. Good Luck!

Re: another button problem "next" button Kay Poe
4/28/2004 1:40:25 AM
I will give this a try if you can de-code your name for me.. :)

Re: another button problem "next" button Kay Poe
4/28/2004 1:49:38 AM
worked! thanks!

AddThis Social Bookmark Button