My AS isn't working need help

I cannot figure out why my actionscript will not work. Could any body help me figure it out please. :puzzled:

Oh and by the way the file is in flash 2004 format and I am a n00b at flash.

what exactly are you trying to do?

The code is kind of all over the place and I can’t find the main_mc object :-/

The code is all on frame one in the moviclip. The main_mc is just a square behind the pages movie clips.

.

I am trying to make a menu that when you click on the link it alpha-transitions a page_mc, after it finishes it scale-transitions another main_mc, and after that finishes it alpha-transitions another page_mc. I need it to be a prototype function.

Is there anybody out there that can help.

i’d like to try helping you but i just don’t seem to understand what it is that u really want…
from what i saw of your code and your posts i think what you want is…

when you click on the button the following actions should take place in sequence
1.the previous page fades out
2.the clicked button becomes white or (alpha = 100)
3.the next page fades in and at the same time resizes to fit inside the main_mc…

Did i get you correct???

Actually I just got my movie to work except for the fact that you can only click one link and it goes to #%$* and the next page_mc fades-in to quick. Could you help me figure this out. Here is the file.

check out the attached file…hope it is what you wanted:ub:

Thank you SeaPink you have been a life saver.

There is something wrong with the links after you have cycled through them (clicked) for about 14 times. They seem to freeze up and the page doesn’t fade-in.

hiya there…
i fixed the bug…its just a missing “=” sign

replace this line …
[color=green]} else if (eval(ActivePage)._alpha<0) {[/color]
with…
[color=green] } else if (eval(ActivePage)._alpha<=0) { [/color]

have a nice time!!!:be:

Thanks SeaPink you are correct that fixed it.:thumb: