04-05-2016, 11:05 PM
Hello,
Is there a way, I can use a variable to control the speed of the text before the story starts? Example, right now I have:
Can the value of the variable speed be changeable? I've tried several attempts but no success so far. Ideally, before the story starts the user will be presented with two button options for text speed. Normal or Fast, the button pressed will change the variable used to control the text speed.
Thank you for your time,
brg
Is there a way, I can use a variable to control the speed of the text before the story starts? Example, right now I have:
Code:
<textbox name="tb_main" x="0px" y="8%" width="99%" height="14%" namebox="yes" speed="20">
<nameTemplate>{name}</nameTemplate>
</textbox>
Can the value of the variable speed be changeable? I've tried several attempts but no success so far. Ideally, before the story starts the user will be presented with two button options for text speed. Normal or Fast, the button pressed will change the variable used to control the text speed.
Thank you for your time,
brg