Hi! :), Im having some trouble with flash, and i was wondering of someone could help me out!
Im trying to create a top logo that looks similar to the one on this page:
www.showstudio.com
If you hold your mouse over the image, it fades to black and there is also text showing. It seems easy, but all my attempts at this, has epicly failed.
Could anyone in detail explain how to get it working?
Im also trying to make it so that each image represent a subject, and when you press the image you will be redirected to a page concerning that subject.
Currently i have this set up so that i have the images in the background and on top of that, a second layer with invisible buttons. They were done in ActionScripting 1.0 & 2.0, and the code Im using for these buttons are:
button.onRelease = function() {
getURL(“http://www.google.se”);
};
The weird thing is that the code doesn’t work when i first startup the .swf.
The URL do not open when i click the buttons. But then after its been running for a few minutes, it magically starts responding when clicked and the URL opens like its supposed to. Anyone els experienced this, or know what is causing it ?