Page 1 of 1
Need Help with Random Pages
Posted: Mon Mar 15, 2010 8:08 pm
by chat180moderator
Wondering if anyone out there is familiar with Milovana enough to answer the following question.
Is there a way in the nyx teases to link multiple pages with page 1. An example would be...on page one I have a beatuiful picture of myself and my big tities...lol One the page I create the transition button that says, "May I Cum". When my subbies select that button, it random goes one of the following pages. I might have 100 answeres with nice visuals that it would randomly select.
Any help!!!
Re: Need Help with Random Pages
Posted: Mon Mar 15, 2010 8:17 pm
by slave alexander
i would love to help but dont really speak computer ! however there maybe something in the art of webtease section if you had a look there but im sure somebody more helpful will come along shortly
anyway good luck ! and welcome to Milovana !
Re: Need Help with Random Pages
Posted: Mon Mar 15, 2010 9:01 pm
by dtspam
If the pages you want to jump to are numbered, you may specify a range as a target of a button or a timer:
buttons(target0:range(from:5,to:10),cap0:'May I cum?')
The flashplayer doesn't jump twice to the same page, when "range" is used. If you want to do that, you have to "unset" each page:
5#{page(...);unset(action0:5)
Re: Need Help with Random Pages
Posted: Mon Mar 15, 2010 9:07 pm
by chat180moderator
I think I need it in simpler terms...I am not a computer girl.
You guys are great. Thanks for the help thus far!
Re: Need Help with Random Pages
Posted: Mon Mar 15, 2010 9:35 pm
by green
Hi,
I made a Topic about tips and tricks for- and the general usage of nyx.
You can find it
here.
(Random Page Selection included )
If anything is still unclear, I'd be glad to help :).
~green~
Re: Need Help with Random Pages
Posted: Mon Mar 15, 2010 9:41 pm
by chat180moderator
I just want one page that says, "May I Cum." Then maybe 100 differnt page options with pictures that it would connect with.
Can you tell me how to do that?
Please be a dear to a computer-illiterate mistress
Re: Need Help with Random Pages
Posted: Mon Mar 15, 2010 9:59 pm
by green
Alright, Here's the Detailed explanation:
1. Start up Nyx (Goto ->
http://www.milovana.com/nyx/
2. Click on "AddNewTease", give it a name.
3. Click on Media and Upload your pictures.
4. Click on "Script" in the top-menu.
5. Copy Paste the following Code for your first page:
Code: Select all
start#page(
'The next page will be randomly selected',
pic("yourpic.jpg"),
go(range(1,5,'page'))
);
This will be your first page, it has a button which leads you to one of currently 5 random pages, if you wan't more pages , you can change "range(1,5" to "range(1,10" for 10 pages and so on.
You also need to replace "yourpic.jpg" with the Name of the image you uploaded (3.)
6. Copy and Paste this Code Below the one from 5.
Code: Select all
1#page('This page shows up if range generated a 1',
pic("yourpic.jpg")
);
2#page('This page shows up if range generated a 2',
pic("yourpic.jpg")
);
3#page('This page shows up if range generated a 3',
pic("yourpic.jpg")
);
4#page('This page shows up if range generated a 4',
pic("yourpic.jpg")
);
5#page('This page shows up if range generated a 5',
pic("yourpic.jpg")
);
Continue this for each new page ie. page 6 would be:
Code: Select all
6#page('This page shows up if range generated a 6',
pic("yourpic.jpg")
);
To use your own images change "yourpic.jpg" to the filename of the image you uploaded (3.).
If anything is still unclear, I'm always glad to help :].
~green~
Re: Need Help with Random Pages
Posted: Tue Mar 16, 2010 7:45 am
by chat180moderator
Green,
You have been so helpful. I am still have a problem though. After I follow the instructions that you provided and select preview, I see the picture and first page...but when I select continue, nothing happens.
1 more thing...can i delete the text in the tease and insert my own.
If you are a sub, I would say that you acting as such a desirable pet and give you permission to orgasm...If not, "Thanks again."
Mistress
Re: Need Help with Random Pages
Posted: Tue Mar 16, 2010 8:00 am
by chat180moderator
In addition, the pictures after page one show up in text in the preview, but do not show as full pictures.
Mistress
Re: Need Help with Random Pages
Posted: Tue Mar 16, 2010 3:47 pm
by green
Hello again,
it's hard to tell where exactly the problem is now. If you just copied the script snipplets I provided, than it should work. Anyways, if you want to I'd directly help you via Yahoo Messenger (if you have it).
Otherwise you could check the following:
After I follow the instructions that you provided and select preview, I see the picture and first page...but when I select continue, nothing happens.
Make Sure that The part with "go" and "range" looks like this
1 more thing...can i delete the text in the tease and insert my own.
Sure.
On the first page you just change this
Code: Select all
'The next page will be randomly selected'
To this
In addition, the pictures after page one show up in text in the preview, but do not show as full pictures.
Make sure that your Random pages look like this:
Code: Select all
1#page('Your Text here',
pic("yourfilename.jpg")
);
If you are a sub, I would say that you acting as such a desirable pet and give you permission to orgasm...If not, "Thanks again."
Hehe, thats very nice of you

.
~green~