Topic: I need some Action Script advice (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: Madison, Indiana |
posted 11-16-2007 07:22
I have a friend whose site uses Flash as the main (only) means of navigation. If you look at the site you will see a group of moving pictures on the right. One of them has a couple of tomatoes in it. These pictures are not currently active, but will be later. |
Paranoid (IV) Inmate From: London |
posted 11-16-2007 12:27
Surely you need to put in some ActionScript in the frame of the layer that the moving pictures are held in the Timeline. |
Paranoid (IV) Inmate From: Madison, Indiana |
posted 11-16-2007 20:58
quote:
|
Paranoid (IV) Inmate From: Madison, Indiana |
posted 11-18-2007 18:01
I've looked into this a little more. code: _root +--Home Page +-- images and stuff ... +-- button-1 +-- button-2 +-- button-3 +-- ... +-- button-n +-- other pages... +--portfolio +-- movie-clip-1 +-- movie-clip-2 +-- movie-clip-3 +-- ... +-- movie-clip-n
code: button-1 on (release) { _root.portfolio.gotoAndPlay("movie-clip-1"); }
|
Paranoid (IV) Inmate From: f(x) |
posted 11-18-2007 19:22
No, the string within gotoAndPlay referes to a frame name, not a movie clip. I can't really say how to do it unless I see the FLA file. It all depends on how it's structured and put together. Just like with Photoshop, there's almost always more than one way to do something. |
Paranoid (IV) Inmate From: Madison, Indiana |
posted 11-19-2007 04:17
Thanks zavaboy, |
Paranoid (IV) Inmate From: London |
posted 11-19-2007 14:41
Yeah, I think we need more information, |
Nervous Wreck (II) Inmate From: |
posted 04-18-2008 08:44
spam removed. user banned. |
Paranoid (IV) Inmate From: Florida |
posted 04-19-2008 03:59
You can do everything on that page but the scroller on the right, the percentage/loader, and image slideshow (without using a GIF) with just HTML/CSS - can use JS to do those other three items. |