English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i have looked all through these q&a's and nothing is working for me, here is what i got

on (rollOver)
{
if (_root.link != 1)
{
gotoAndPlay(getProperty(this, _target) add ":s1");
} // end if
}
on (releaseOutside, rollOut)
{
if (_root.link != 1)
{
gotoAndPlay(getProperty(this, _target) add ":s2");
} // end if
}
on (release)
{
if (_root.link != 1)
{
if (_root.link)
{
gotoAndPlay(_root["item" add _root.link] add ":s2");
} // end if
_root.link = 1;
} // end if
}

where do i add my link?

2007-02-26 14:20:32 · 5 answers · asked by saab374 2 in Computers & Internet Programming & Design

5 answers

it look like these is big problem with the action script. Just e-mail me the the Flash file in flash format not in fla. I wil fix it for u. Other wise its impossible for me to fix w/o looking at it. E-mail me at singhgagand1@yahoo.com

2007-02-26 15:24:41 · answer #1 · answered by Best Helper 4 · 0 0

sure, Flash CS4 is an extremely stepped forward version of Flash by skill of roughly 3 generations. you have have been given Flash 8, then MX 2004 (the two one in each and every of that have been nonetheless interior the arms of Macromedia), then Adobe offered the organization and made Flash a evaluate their ingenious Suite (CS) 3 and four. The Adobe ones are lots extra effective and use a extra moderen version of the Flash Code (ActionScript).

2016-10-16 13:59:02 · answer #2 · answered by ? 4 · 0 0

After the last if, right where it says add_root.link

Then there will be three parameters, depending on whether the URL is local, networks, and how you want it targeted.

That code looks a little screwy to me though. What's with the //'s

2007-02-26 14:31:29 · answer #3 · answered by Anonymous · 0 0

In order to make a link to a webpage with actionscript you must use something like the following in your code: If I knew more about your script then I would be able to tell you where the code should go.

getURL( "www.yourlinkgoeshere.com" );


Hope this helps!

2007-02-26 14:29:15 · answer #4 · answered by Anonymous · 0 0

wtf?

2007-02-26 14:23:01 · answer #5 · answered by Anonymous · 0 0

fedest.com, questions and answers