Page 1 of 1

how to inbed hyper links into a tease

Posted: Mon Feb 05, 2018 12:10 am
by MrCharcol
Hi I am trying to add in a hyper link to a random dice number generator

https://www.random.org/dice/?num=2

As you can see I can do it here so how do I add it into a tease

Also is there a way of sending someone to smother page depending on what they rolled I..even. if the roll is a 1-2 go to page x

If 3-4 goto y

And if 5-6 go to z

I can forward this in PowerPoint but my new sub does not have it so trying via Milovana

Re: how to inbed hyper links into a tease

Posted: Mon Feb 05, 2018 12:20 am
by kerkersklave
I don't think, that this is possible. But you can do random choices in flash teases with something like this:

Code: Select all

page1#page(action:go(target:range(from:1,to:6,prefix:dicepage)))
The range command won't choose the same page twice. If you need that, you have to "unset" it, with something like:

Code: Select all

dicepage2#page(hidden:unset(action0:dicepage10#))
If you want to simulate the exact behaviour of multiple dice your code will grow fast (with two dices, not all results are equally likely). But if you just want to randomly select between a number of choices, it works great.

The range command works as well for all kinds of buttons and delays.

Re: how to inbed hyper links into a tease

Posted: Mon Feb 05, 2018 8:05 am
by MrCharcol
Thank you

Unfortunately due to various reasons I am writing the Web tease on my Android phone which does not support flash.

But I will try the code on the plain vanilla tease page

Re: how to inbed hyper links into a tease

Posted: Mon Feb 05, 2018 11:52 am
by kerkersklave
That won't work. Classic teases only have links to the next page and that's it.
If you want something more interactive, you have to use written instructions for the reader.
That's how they did it in the old days.

Re: how to inbed hyper links into a tease

Posted: Mon Feb 05, 2018 1:35 pm
by Sissy Elise
You could use firefox browser for android and install a "url" extension/addon that turns urls into hyperlinks such as: https://addons.mozilla.org/en-GB/androi ... /url-link/

Alternatively you could also try dolphin browser for Android which also supports extensions :-)