Hi There
I have designed an advent calendar with buttons that open the windows.
Is it possible to control the action of the button dependant on day e.g on Dec 1st door 1 opens, Dec 2nd door 2 opens etc?
How would i go about getting this functionality to work?
The script i have used for my buttons is:
<code>
on(rollOver){
button1.gotoAndPlay(2);
}
on(rollOut){
button1.gotoAndPlay(16);
}
on (press) {
getURL("javascript:show('images/img1.jpg','IMAGE CAPTION');");
}
</code>
Any help would be most appreciated.
Thanks
