I have used Adobe Edge Animate in the past and I remember buttons being easier. I am currently using Adobe Edge Animate CC 2015. Perhaps they removed some of this ease with the latest version. I have a 0 opacity div over my banner that I want to use as the overall button for the banner.
I need to have it work with clickTag. Something I have done hundreds of times in Flash, but am having a heck of time in Adobe Edge Animate. With Chrome's announcement they will no longer support Flash I need to learn the proper way to put clickTag actions in my code.
I have my button div called "ButtonClickTAG" which is a 0 opacity background color and have clicked on the { } to the left of it in the timeline:
This brings up the Code window where I have entered this:
window.open(clickTAG, "_blank");
There used to be a window where you had some action options (NavigateURL or something like that). I cannot for the life of me find that window.
Is it all straight code now? If so, what is the correct clickTag code to use?
What I have is NOT working, the banner is not clickable.

