I was wondering if someone could advise me …
Im using Protaculous on my site which a one page vertical scrolling site.
What Im trying to do is mouse over function which when the user scroll over the action is that the graphic or background changes
I.e a nav arrows which are up and down in boxes
The user scroll over and the colour changes but the arrow remains
I guess it would be easy to have two graphics which lets same
1 arrow (either up or down) on background and then the user scrolls over the graphic sides and goes pink
user comes off the graphic goes back to the state
so really we have x2 states or 3 if you inc mouse out
static
mouse over
mouse out
can anybody help
I have been playing with mouse rollover function
but when I guess i have to add Protaculous which I have problems understanding at the state but getting the idea of looking at the code and applying it after
have a look at http://www.markdearman.com/ and the arrows and you will what I mean.
First, try using the SmoothScroll Action, as it bottles up all of the
functionality that you’re getting through Protaculous but you don’t
need to hand-code anything. Second, try making your rollovers the old-
school Freeway way. Draw your first version of the image, then
duplicate it in place so it’s perfectly aligned above the original
state. Then change the duplicate to look the way you want it to on a
rollover. Finally, group the two images, and apply the Rollover Action
to the group. Use the check mark interface in the Actions palette to
choose which elements are visible in each state. (Note: you will see
three elements in the rollover group – one for each image and a third
for the DIV “wrapper” created by grouping two elements. You need the
DIV to always be on, but the two images should be alternating between
the two states.)
Walter
On Jul 26, 2011, at 3:26 PM, stuart wrote:
Hi All
I was wondering if someone could advise me …
Im using Protaculous on my site which a one page vertical scrolling
site.
What Im trying to do is mouse over function which when the user
scroll over the action is that the graphic or background changes