(almost) FINISHED SITE, what do you think?

all i need is some content, and my site redesign will be done :slight_smile:
what do you all think
thanks to all you who helped me w/ the as, i really learned a lot doing this :slight_smile:
http://www.barbdwyer.com/gumballinterface.swf

I moved this to Site Check where it belongs.

oh, sorry about that

Its funny :stuck_out_tongue:
I would have the subtitles visible on the top part of the page. Took me a while to actually think of clicking the “?” button.

bit slow but its a new idea :slight_smile:

Yes I agree… its funny… :slight_smile: By d way claudio… remember the thread with “textfield problem” thing…? sorry, still have figured it out till now. I stopped working on it. It makes me nuts! :slight_smile:

Yea i remember… i still dont know how to do that either :-\

I like it.

Although i think the rectangles take a tad bit too long to open. Plus they open on top of each other. You should make it so that they close if a different ‘gumball’ has been chosen, then you wont see the content of an underneath rectangle. If you get me?

Regards,
V.

how would i do that?

Well you know the action you added to the black cross in the top corner? Just add that to the buttons (gumballs) too.

What i would do though, just cos i think its more efficient it to make a function to see if a section is already open, if it is close, then open up the next section.

It shouldnt be too hard to create this. In general you need to variable to hold a value, either ‘open’ or ‘close’, and one that holds the name of the movieClip that is open. Then in your function you just need to check if that if your first variable == open then close the movie clip that is open using the second variable.
Use a thrid variable to open the seleceted gumball after one has closed.

Regards,
Viru.