Hi, I’m making a banner for a website and decided to do each ‘frame’ in its own scene just as it kept things a bit tidier.
There needs to be a clickable area with this code throughout all the scenes…
on (release) {
if (_level10.linkTag.substr(0,5) == "http:")
getURL(_level10.linkTag,_level10.targetTag);
else
getURL("http://www.zebra-club.com","_blank");
}
It works fine when I have a button with this code on the first scene but as soon as I add it to any of the rest I can’t even publish the .swf.
Any ideas?? I’ve attached the .fla with the issues, to see it working remove all the ‘button’ layers on the scenes.
Hope someone can help! I need to send this today!
Many thanks