Hello…
I’m new at Flash and slowly learning a bit more.
The flash image in on this template.
http://osc.template-help.com/wt_25521/index.html
Where it says, “click here” I cannot figure out how to point that to a website. I do not see the web address in the CSS code. Is it somewhere in the flash editing?
I’m lost. I just want the “enter” button to work and lead to a page of my chosing. Any help?
I opened this up in my flash and went to the button and I do not see anywhere that I can input a URL. After a couple of clicks I came across this under “actions”.
onClipEvent (load) {
this.hitArea = this.area;
}
on (rollOver) {
this.gotoAndPlay(“s1”);
}
on (releaseOutside, rollOut) {
_global}
on (release) {
}
Is this it? If not can someone please, help me.