Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Coding Forum


You are currently viewing our Coding Forum as a guest. Please register to participate.
Login



Reply
Linking text in flash
Old 08-25-2008, 05:41 PM Linking text in flash
ncriptide's Avatar
Skilled Talker

Posts: 72
Name: Reggie Byrum
Location: Charlotte, NC
Trades: 0
I've downloaded a flash template, and although not knowing Flash, I muddled through and did most of what I needed to do for the page content.

However, I don't know how to link static text, to another web "page" in the flash site.

The navigation buttons across the top is linked properly, as I just left everything as it was. But I have some text links on the right side that I want to link to those same "pages" as well.

Here is the link to the html version of the site for reference.

http://www.riverbendfarm.net

The sample flash site I'm trying to set up is at: http://www.ncwebpros.com/riverbend.html

Since the top nav works, I copied the action script for the "Fall School Tours" tab below:

onClipEvent (load) {
num = 2;
txt1.gotoAndStop(num);
txt2.gotoAndStop(num);
}
on (rollOver) {
if (_root.link<>num) {
this.gotoAndPlay("s1");
}
}
on (releaseOutside, rollOut) {
if (_root.link<>num) {
this.gotoAndPlay("s2");
}
}
on (release) {
if (_root.link<>num and _root.animation == 1) {
_root.animation = 0;
_root.link_prev = _root.link;
_parent["item"+_root.link].gotoAndPlay("s2");
_root.link = num;
_root.play();
}
}


How do I make the "Fall School Tours" text link nav on the right link to the same page? What are the steps I need to take?

Talk to me like a rock, as I don't know Flash at all. Stupid me, I tried highlighting the text and pasting the code above into action pane, but that doesn't work.

Any help would be GREATLY appreciated.
ncriptide is offline
Reply With Quote
View Public Profile Visit ncriptide's homepage!
 
 
Register now for full access!
Reply     « Reply to Linking text in flash
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.38010 seconds with 12 queries