Page 1 of 1

Multiple choices/ timer

Posted: Wed Dec 06, 2006 8:25 am
by cfnmdroog
Is there any thought to letting the viewer have to pick one of two or three choices that all have different consequences/rewards?

Has there been anymore thought about having a timer for the next image?

Posted: Wed Dec 06, 2006 8:43 am
by blue_down_under
id imagine the multiple choice option would be hard to implement, until then you can just do it like A Painful Experience does it with the page jumping http://www.milovana.com/webteases/showtease.php?id=87

Posted: Wed Dec 06, 2006 6:08 pm
by dark
http://milovana.com/forum/viewtopic.php?t=30

This is definetly plannned... Please use the link above for discussions or suggestions, oh and welcome cfnmdroog :-)

blue_down_under's suggestions is also nice ;-)

timing in web teases

Posted: Thu Dec 07, 2006 4:06 am
by cactusman
I suppose the problem with timing is to get the person using the tease
editor a way to specify it. However, as I'm sure you know,
in HTML the effect of a time limit is very simple to achieve. Just put
<meta http-equiv="refresh" content="45;URL=nextpage.html">
in the
<head> ... </head>


section of a HTML file, where 45 is the number of seconds and nextpage.html is the URL of the next page in the tease. Thus, if the editor allowed
specification of a time out in seconds, you could have the tease run
without the user clicking at all!

That might be a useful feature if the reader has his hands full. ;-)