I've set up a timer for 5 slides flash banner including 5 buttons and play/pause button with infinite loop. Now I want to make the fifth slide stay twice as long as the other four. Can you help me on this? Below is the script.
<CODE>
timer = 1;
onEnterFrame = function(){
if(_root.autopl ay == 1) {
timer = timer + 1;
if (timer > 210)...