Hi all
Just had 2 questions.
1)In flash, i have the following code on my custom buttons for scrolling text
on (release) {
scrolltext.scroll -= 1;
}
I was wondering how do i make it so that when the user is still hovered over the button, the content keeps scrolling until they roll out. I tried changing the “release” to “rollOver”, but it still works as like the release which is you gotta keep clicking for continuous scroll. I presume i probably have to use some sort of while or something, but i’m not sure how to go about it…?
2)Second question, i want to improve the content design on my website. I am looking to go for the “crisp liquidy” look…by this i mean the way for examples how icons and buttons look on a MAC. They have this crisp-clear, shiny-glossy, liquidy theme going on which looks nice. I was wondering is there anyway of doing this in photoshop to my text/graphics i do or any tutorials that can help on coordinating the colors and making it look like that.
Thanks for the help!