Flash Tease Script Problems
Posted: Sat Jul 09, 2011 3:16 am
I am trying to incorporate random pages into my next tease.
I got the random page function to work but not without some glitches.
The first glitch is the random page function works but I can't hide the timer. Here's the script:
page19#page(
'<TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">Hands off, slut.</FONT></P></TEXTFORMAT>',
pic("heather.jpg"),
delay(time:20sec, target:range(from:20,to:22,prefix:'page'),style:hidden))
);
The second glitch is a custom button using the random function. I can create a random page button using "Continue". That script is:
page5#page(
'',
pic("heather8.jpg"),
go(target:range(from:6,to:8,prefix:'page'),style:hidden))
);
However, when I try to create a custom button with the random page function, I can't the button to show up.
The script I have is:
page5#page(
'',
pic("heather8.jpg"),
buttons(target:range(from:6,to:8,prefix:'page') "Ready"))
);
Any ideas?
Thanks.
I got the random page function to work but not without some glitches.
The first glitch is the random page function works but I can't hide the timer. Here's the script:
page19#page(
'<TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">Hands off, slut.</FONT></P></TEXTFORMAT>',
pic("heather.jpg"),
delay(time:20sec, target:range(from:20,to:22,prefix:'page'),style:hidden))
);
The second glitch is a custom button using the random function. I can create a random page button using "Continue". That script is:
page5#page(
'',
pic("heather8.jpg"),
go(target:range(from:6,to:8,prefix:'page'),style:hidden))
);
However, when I try to create a custom button with the random page function, I can't the button to show up.
The script I have is:
page5#page(
'',
pic("heather8.jpg"),
buttons(target:range(from:6,to:8,prefix:'page') "Ready"))
);
Any ideas?
Thanks.