The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
When I have put the button into the movie itself, it refuses to work. The button will rollover and stuff as expected, but it doesn't even try to get the url!?
any ideas?!
The hit area can contain a copy of the original button set to an transparency of 0%. If you use txt, it will only hit on the shapes of the text if these are outlined not if they are "raw" text!!
Surely when i put text in the hit state, it automatically defines it as the hit area? or not?!
You have defined the "hit" area?
Does the button contain any movie clips?
You have asigned it's actions? "on (release)" "on (rollover)" etc etc?
Your ActionScript for the button should look something like:
on (press) {
getURL ("http://www.xxxxxxxx.com/", "_blank");
}
If your target is different from _blank, just change this variable.
Hope that helped?
Tyla
That's the sound of Flash going straight over my head ad into the wall behind me. I've used Flash before, but only for drawing stupid crappy things. My mate Ben knows all, but he lives in Brighton and I haven't spoken to him for over a year. Sorry, that wasn't any help really was it. Do you do web design for SR then?
When I have put the button into the movie itself, it refuses to work. The button will rollover and stuff as expected, but it doesn't even try to get the url!?
any ideas?!