Need Help with Random Pages
-
chat180moderator
- Explorer

- Posts: 16
- Joined: Sun Mar 14, 2010 7:04 pm
Need Help with Random Pages
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!!!
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!!!
- slave alexander
- Experimentor

- Posts: 5059
- Joined: Sun Jul 15, 2007 3:45 pm
- Location: sophisticated & sunny SE England
Re: Need Help with Random Pages
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 !
anyway good luck ! and welcome to Milovana !

-
dtspam
- Explorer At Heart

- Posts: 290
- Joined: Sat Jul 28, 2007 6:02 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Switch
Re: Need Help with Random Pages
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)
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)
-
chat180moderator
- Explorer

- Posts: 16
- Joined: Sun Mar 14, 2010 7:04 pm
Re: Need Help with Random Pages
I think I need it in simpler terms...I am not a computer girl.
You guys are great. Thanks for the help thus far!
You guys are great. Thanks for the help thus far!
- green
- Explorer At Heart

- Posts: 792
- Joined: Thu Jul 24, 2008 11:43 pm
- Gender: Male
- Sexual Orientation: Open to new ideas!
- I am a: Switch
- Location: Germany
Re: Need Help with Random Pages
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~
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~
You can own the earth and still - All you'll own is earth until
You can paint with all the colors of the wind
You can paint with all the colors of the wind
-
chat180moderator
- Explorer

- Posts: 16
- Joined: Sun Mar 14, 2010 7:04 pm
Re: Need Help with Random Pages
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
Can you tell me how to do that?
Please be a dear to a computer-illiterate mistress
- green
- Explorer At Heart

- Posts: 792
- Joined: Thu Jul 24, 2008 11:43 pm
- Gender: Male
- Sexual Orientation: Open to new ideas!
- I am a: Switch
- Location: Germany
Re: Need Help with Random Pages
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:
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.
Continue this for each new page ie. page 6 would be:
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~
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'))
);
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")
);
Code: Select all
6#page('This page shows up if range generated a 6',
pic("yourpic.jpg")
);If anything is still unclear, I'm always glad to help :].
~green~
You can own the earth and still - All you'll own is earth until
You can paint with all the colors of the wind
You can paint with all the colors of the wind
-
chat180moderator
- Explorer

- Posts: 16
- Joined: Sun Mar 14, 2010 7:04 pm
Re: Need Help with Random Pages
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
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
-
chat180moderator
- Explorer

- Posts: 16
- Joined: Sun Mar 14, 2010 7:04 pm
Re: Need Help with Random Pages
In addition, the pictures after page one show up in text in the preview, but do not show as full pictures.
Mistress
Mistress
- green
- Explorer At Heart

- Posts: 792
- Joined: Thu Jul 24, 2008 11:43 pm
- Gender: Male
- Sexual Orientation: Open to new ideas!
- I am a: Switch
- Location: Germany
Re: Need Help with Random Pages
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:
On the first page you just change this
To this
.
~green~
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:
Make Sure that The part with "go" and "range" looks like thisAfter I follow the instructions that you provided and select preview, I see the picture and first page...but when I select continue, nothing happens.
Code: Select all
go(range(1,5,'page'))Sure.1 more thing...can i delete the text in the tease and insert my own.
On the first page you just change this
Code: Select all
'The next page will be randomly selected'Code: Select all
'Your own text here'Make sure that your Random pages look like this:In addition, the pictures after page one show up in text in the preview, but do not show as full pictures.
Code: Select all
1#page('Your Text here',
pic("yourfilename.jpg")
);
Hehe, thats very nice of youIf 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."
~green~
You can own the earth and still - All you'll own is earth until
You can paint with all the colors of the wind
You can paint with all the colors of the wind
