PDA

View Full Version : I want to create an animated linkeable banner, but...


Kissero
04-16-2001, 07:37 PM
I want to create an animated linkeable banner, but...

Is there any way to do this with Flash? And if so, how do I make the banner able to open the link in a NEW window???

MARC

Jesse
04-17-2001, 04:09 AM
Checkout the banner at the bottom of our home page: http://www.actionscripts.org/index.shtml
That's made with Flash. The entire banner is made linkable by making a button as big as the movie and then fading it to 0% visibility so it it still clickable but not visible. The code to open in a new window from a button is:

on (release) {
getURL ("file.html", "_blank");
}

Cheers

Jesse

Kissero
04-17-2001, 04:14 AM
Thanx You made my day!!!!!

Also I'm looking for some turorials to understand why, and what effect make the codes in action script to animate text....

If you know the aproppiate one, please let me know...

THANX!!!!