PDA

View Full Version : what am I missing?


mightytiki
05-02-2003, 03:28 AM
I have tried to create a site based off of this one:

www.oringe.com (http://www.oringe.com)

I actually saw it here in the forums and I really wanted to create something similar but I'm lost. First I tried to make all of the different sections buttons so the roll over state becomes a new movie clip. However, every time I add another button inside the movie clip it keeps looping. So then I tried using an event handler to create the effect . . . basically turning the visibility on and off on rollover and roll out. But I still cant get it to work. I'm kinda new at this so maybe I'm missing something simple, any ideas? Thanks

philspeakman
05-02-2003, 10:44 AM
whats your problem exactly??

emergency_pants
05-04-2003, 03:09 AM
Yeah.. you're almost there.

I would put some stop() commands on all the frames of each movieclip.

Each section is a seperate movieclip. Each section clip has an empty first frame, with a stop() script. When the user rolls over the clip, it causes the clip to play, transition in and then stop.

When the user rolls out again, the clip jumps back to frame 1 and stops.

That should enable you to set up some nice clips which work when the user rolls over each section of your page.

Hope that helps.

Si.