Ask a Question related to Macromedia Flash Sitedesign, Design and Development.
-
xade #1
linking scenes with text?
is it possible to link scenes just using text? I was going to use << and >> in
the place of an actual button. Anyone know how to do it easily? I tried
converting the >>s into symbols but I can't get it to load the second scene
with the action script
goScene_btn.onRelease = function (){
gotoAndStop("Scene 2", 1);
};
any help will be greatly appreciated.
xade Guest
-
Linking Text Field
Have you found any success in linking text fields? I have received some information in regards to using javascript but I am hung up due to my... -
Linking text files
I have two text files, one with product availability and the other with pricing and want to join the two together to produce a price list. I have... -
Linking Text Fields
Does anyone know of a way in Acrobat to link more that one text field? Like the article tool, except with form fields. I need to be able to get the... -
URL text linking
Hi On my site there is one area with about 60 names on it, and each has a website that I want to link to. I had already entered all the names and... -
linking text problem.
ok, i've made some text that i wanted to link. then i convert it to a button and made the action when pressed, it plays a movie. everything works... -
nardove #2
Re: linking scenes with text?
try this
place a button in Scene 1 with this action
on(release){
gotoAndStop("frame_Scene_2");
}
And name the "first frame" in Scene 2 -> frame_Scene_2
nardove Guest
-
xade #3
Re: linking scenes with text?
ok, figured out a little bit more stuff with Flash MX s now I can make the text
a button (by converting to a symbol) but when I test the movie, this comes up
in the error message thing.
**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 2: Statement must appear
within on handler
goScene_btn.onRelease = function (){
**Error** Scene=Scene 2, layer=Layer 1, frame=1:Line 2: Statement must appear
within on handler
goScene_btn.onRelease = function (){
unsure of how to name frames (can only seem to name layers for some reason) so
I wasn't able to get your way working.
xade Guest
-
exor? #4
Re: linking scenes with text?
here is how it work
gotoAndPlay("sceneName", "frame");
example
gotoAndPlay("nextFrame", 1);
exor? Guest
-
xade #5
Re: linking scenes with text?
tried it your way, at one point I took out stop(); commands out of the action
layer (what I learned from the Macromedia Tutorials in Flash MX 2004) and it
would flip scene 1 and scene 2 back and forth in a loop. Put stop(); back in
and my button has the link cursor on it, but when you click it it does nothing.
still getting
**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 2: Statement must appear
within on handler
goScene_btn.onRelease = function (){
**Error** Scene=Scene 2, layer=Layer 1, frame=1:Line 2: Statement must appear
within on handler
goScene_btn.onRelease = function (){
sorry about the trouble
xade Guest
-
xade #6
Re: linking scenes with text?
ok, got the links to work but here is the new issue with it, my two buttons are
<< Back and Forward >>. Well, in order for it to activate the Back link, you
have to click the lower part of the letter 'c'. For the Forward link, you have
to click the space right after the final '>'. How do I expand it to where you
can click anywhere within the button and it works?
xade Guest
-
Laiverd.COM #7
Re: linking scenes with text?
Check manaul on creating buttons. You're interested in the hitstate part.
John
--
----------------------------------------------------------------------------
-----------
RESOURCES
[url]http://groups.google.com/advanced_group_search?hl=en&as_ugroup=*flash[/url]
----------------------------------------------------------------------------
-----------
TUTORIALS at
[url]www.laiverd.com[/url]
Flash & PHP Emailform
Using textfiles in Flash
----------------------------------------------------------------------------
-----------
Laiverd.COM Guest



Reply With Quote

