Need Help with Random Pages

This is the place for general discussions on fetishes, sexuality and anything else. What's on your mind right now?
Post Reply
chat180moderator
Explorer
Explorer
Posts: 16
Joined: Sun Mar 14, 2010 7:04 pm

Need Help with Random Pages

Post 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!!!
User avatar
slave alexander
Experimentor
Experimentor
Posts: 5059
Joined: Sun Jul 15, 2007 3:45 pm
Location: sophisticated & sunny SE England

Re: Need Help with Random Pages

Post 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 !
Image
dtspam
Explorer At Heart
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

Post 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)
chat180moderator
Explorer
Explorer
Posts: 16
Joined: Sun Mar 14, 2010 7:04 pm

Re: Need Help with Random Pages

Post 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!
User avatar
green
Explorer At Heart
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

Post 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~
You can own the earth and still - All you'll own is earth until
You can paint with all the colors of the wind
chat180moderator
Explorer
Explorer
Posts: 16
Joined: Sun Mar 14, 2010 7:04 pm

Re: Need Help with Random Pages

Post 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
User avatar
green
Explorer At Heart
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

Post 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~
You can own the earth and still - All you'll own is earth until
You can paint with all the colors of the wind
chat180moderator
Explorer
Explorer
Posts: 16
Joined: Sun Mar 14, 2010 7:04 pm

Re: Need Help with Random Pages

Post 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
chat180moderator
Explorer
Explorer
Posts: 16
Joined: Sun Mar 14, 2010 7:04 pm

Re: Need Help with Random Pages

Post by chat180moderator »

In addition, the pictures after page one show up in text in the preview, but do not show as full pictures.

Mistress
User avatar
green
Explorer At Heart
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

Post 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

Code: Select all

go(range(1,5,'page'))
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

Code: Select all

'Your own text here'
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~
You can own the earth and still - All you'll own is earth until
You can paint with all the colors of the wind
Post Reply