Super easy Flash help
- Started
- Last post
- 7 Responses
- K_Fresh
Is there an easy way to change the colour of links after a user has already clicked on it? For example..it'll change from pink to grey if they have already been there and viewed a particular portion of the site....
Any links to tutorials? I'm not sure what this might be called.. so I don't know what to look for..
thanks PVAN!
- Seph0
just make movie clip that acts like a button. on mousedown takes you to a frame with a stop command in it.
sorry, just leaving work, no time....
- shellie0
or if you want more complicated rollovers and such i suggest a movie clip with a clear button over it.. write and if/then statement on the button that says if button is clicked go to and play *different state of button*
- K_Fresh0
I am an action script stupidface Shellie, but that kind of makes sense to me. I'll have to learn a little more and try that out. Thanks for both of your help!
- vena0
wait, links in an html-enabled text box, or button links?
- K_Fresh0
Ummm...well..could be either HTML or buttons at this point I guess? I've just designed a mock so far. It's for a photogallery.
The only problem with HTML might be that I designed the links with a pixel-font. Hmmm
- ********0
Sephs way is the best way-
if your menu button is released, tell the mc to gotoAndStop somewhere or have an invisible mc become visible...
look up targeting mcs or mc properties and try to apply one of those principles...
- K_Fresh0
Yes! Good plan! That makes more sense! Thanks a lot!