Page 1 of 1

Is it possible with flash tease

Posted: Thu Mar 28, 2013 8:28 pm
by cumping
I have an idea like the following idea:

I make a tease where you have one week or a month to do tasks.

After this time there should be a decission by you:

If you want you can got a slave forever. There are 10 different daily tasks and by luck you will got a random task every day.

So some questions:

* 1) How many pages are possible in a flash tease?
* 2) Is a dice in side the flash tease editor or is it neccessary to let the slaves use real dices and telling the number by clivking buttons?

I think it should be like:

Choose:
- first week...
- daily tasks...
- information

First weeks open in a new page to choose the day.

Daily task will open a page to choose what the dice say or it will randomly give you a new little chapter for the day.

Information will tell you the story in short maybe is a spoiler, whats in there for you.

That's it.

Re: Is it possible with flash tease

Posted: Fri Mar 29, 2013 4:12 am
by SexualChoc
cumping wrote: So some questions:

* 1) How many pages are possible in a flash tease?
with the new Nyx technically you have unlimited storage
BUT please do NOT use more than you need AND if it gets "big" make sure your making a "back-up"!!!!
(copy the script to a text file)

cumping wrote:* 2) Is a dice in side the flash tease editor or is it neccessary to let the slaves use real dices and telling the number by clivking buttons?
It is possible to do random, but it CAN be done (see this link to Nyx)
http://www.milovana.com/forum/viewtopic ... ndom#p8003

I can help you with set and unset commands which are necessary if you are jumping back pages.
range(1,6) should give you six choices
this is then followed by pages
1#
2#... and 6# NOTE you have to "unset" to sue the same "die" again
so... let say it is your second time to roll
I usually do
range (7,12)
7@
8* ... 12#
each having something happen
IF you use the Same numbers for each roll, without unset command what happens is the tease goes to the original page 1# !!!
I find it easier to often just keep going on random pages ... range (13,18)... range (19,24).. and so on

If you decide to use the range function I recommend to make back ups of your script fairly often!
(copying it to a text file)

Re: Is it possible with flash tease

Posted: Fri Mar 29, 2013 6:34 am
by Nezhul
1) How many pages are possible in a flash tease?
Any number, but after a few thousends the performance can get a bit slower.
2) Is a dice in side the flash tease editor or is it neccessary to let the slaves use real dices and telling the number by clivking buttons?
http://www.milovana.com/forum/viewtopic.php?f=2&t=5926
read about range command, as well as other neat things here.

Do you plan to change tasks/sessions after first week? If not so much, then why do you need first week button?
If you DO plan on changing stuff, I'd suggest you a menu like this:

1) Information - this button gives some overview as well as things you want to say. After that it returns you to main menu.
2) I'm new here - An introduction where the model playfully explains you what you are going to do and what's the benefits. Then it starts day1 session by default.
3) Start playing - you are presented with a list of buttons:
day 1
day 2
....
day 7
day 8+
4) To make things more interesting, I would make like 10 tasks that may be randomly chosen. But day 1 rolls the dice only between first three, then day2 rolls 4, day 5 rolls 7 etc, and 8+ button rolls all of them.

you can also make it so 8+ button has a chance to cum, while other buttons have no chance.

Re: Is it possible with flash tease

Posted: Fri Mar 29, 2013 10:54 am
by cumping
Yes, it should change.

The plot should be:

Master "Hey I am looking for new slaves, but first you have to proof your qualities and learn some techniques."

CHALLENGE AND LEARNING PART.

After the first week: "You impress me. Now be my slave for ever or leave me."

DICE PART.


Now I write is with like this

page1

Hello, lfjshf jfdhfkd dshfsljfiutf...

(button1) (button2)

page2

fhs hvgjsvh fhgvjhvhl jhfks

(button1)

...

If this is done maybe someone should look at my grammar.
Or I should write it in German anyway and someone translate it.

Is that a good idea to write it that way or are there ways to make it more easy to copy it in the editor later?

Re: Is it possible with flash tease

Posted: Fri Mar 29, 2013 11:36 am
by Venus
cumping wrote: * 1) How many pages are possible in a flash tease?
SexualChoc wrote: with the new Nyx technically you have unlimited storage
BUT please do NOT use more than you need AND if it gets "big" make sure your making a "back-up"!!!!
(copy the script to a text file)
Nezhul wrote:Any number, but after a few thousends the performance can get a bit slower.
With my latest Teases I reached the limit. If you try to copy a script with more than 6000 lines of code it takes some minutes until it cancels with an error message.