Page 1 of 1

Help Green...

Posted: Fri Mar 26, 2010 9:11 pm
by chat180moderator
And yet another rinkle...but hopefully the final one.

In addition to the scipt list below. Is there a way to add an additional option on the start# page that reads "Tasks." This would be in addition to the "May I cum". The set the same random function. Then I can just select the random pages that each button will choose from?

Luv Ya

start#page(
'<TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">Your Own Text here</FONT></P></TEXTFORMAT>',
pic("venice06.jpg"),
buttons(rnd#, "May I Cum ?")
);

rnd#page('',,
vert(buttons(rnd#, "Button1"),delay(0sec, range(2,6,'page'),style:hidden))
);

Re: Help Green...

Posted: Fri Mar 26, 2010 9:29 pm
by green
Hey chat180moderator :),

How are you doing ? :)
In addition to the scipt list below. Is there a way to add an additional option on the start# page that reads "Tasks." This would be in addition to the "May I cum".
Change this line:

Code: Select all

buttons(rnd#, "May I Cum ?")
to:

Code: Select all

buttons(rnd#, "May I Cum ?",rndTask#,"Tasks")
This adds a second Button labeled "Tasks".

The set the same random function. Then I can just select the random pages that each button will choose from?
Here's how task generates random tasks:

Below this:

Code: Select all

rnd#page('',,
vert(buttons(rnd#, "Button1"),delay(0sec, range(2,6,'page'),style:hidden))
);
Copy that:

Code: Select all

rndTask#page('',,
vert(buttons(rnd#, "Button1"),delay(0sec, range(100,105,'page'),style:hidden))
);
This Will generate a random page betwee 100 and 105 (Change the numbers as required ;) ).

Now goto the end of your script and add every "Task" Page like this:

Code: Select all

100#page(
'<TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">This page shows up if range generated a 100</FONT></P></TEXTFORMAT>',
pic("venice01.jpg")
);

101#page(
'<TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">This page shows up if range generated a 101</FONT></P></TEXTFORMAT>',
pic("venice01.jpg")
);

102#page(
'<TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">This page shows up if range generated a 102</FONT></P></TEXTFORMAT>',
pic("venice01.jpg")
);

103#page(
'<TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">This page shows up if range generated a 103</FONT></P></TEXTFORMAT>',
pic("venice01.jpg")
);

104#page(
'<TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">This page shows up if range generated a 104</FONT></P></TEXTFORMAT>',
pic("venice01.jpg")
);

105#page(
'<TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">This page shows up if range generated a 105</FONT></P></TEXTFORMAT>',
pic("venice01.jpg")
);

And so forth..
Luv Ya
:blush:



~green~

Re: Help Green...

Posted: Fri Mar 26, 2010 10:22 pm
by mastah007
I just wanted to drop by to thank you both.

Thank you chat180moderator for creating this tease, I've been reading along on the sidelines in these technical discussions (would have helped if I knew anything about it, but I don't) and I'm really looking forward to playing it once it's done.

And thank you green for being so helpful in making it happen - you're not only helping her you are helping all of us by enabling her to create a tease that we can all enjoy and by making this information public so it may help even more tease creators in the future.

:clap2:

Re: Help Green...

Posted: Sun Mar 28, 2010 8:07 am
by chat180moderator
Green,

Hey!!!
Wonder if there is a way of posting a cube like the one listed below on a tease page...

<embed src="http://FlirtCubes.com/view.swf" FlashVars="key=c1bd415e2a1c753103fc8db4289ea922&glow=-1&by_x=-1&by_y=-1&bg_clr=&host=http://FlirtCubes.com" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="460" height="400"></embed>

This is just an example of one I found. I will create one if this is possible.

Chat180Moderator

Re: Help Green...

Posted: Sun Mar 28, 2010 2:21 pm
by green
Hi,
I wasn't able to fully implement this applet. Gotta give it another try later.

But, its definately possible to include .swf files...

(click)
http://www.milovana.com/webteases/showflash.php?id=6217

~green~

Re: Help Green...

Posted: Sun Mar 28, 2010 5:15 pm
by chat180moderator
Thanks for your help

Re: Help Green...

Posted: Sun Mar 28, 2010 5:26 pm
by green
chat180moderator wrote:Thanks for your help
You're welcome. I guess its impossible to include those cubes though. I believe that they use functions that somehow cant be called by the Milovana Flash Tease- Client.

I'm sorry about that, maybe you can find another image gallery, maybe something 2d, which you could include.

~green~

Re: Help Green...

Posted: Mon Mar 29, 2010 10:32 pm
by chat180moderator
I am getting very frustrated with this...Ok. You must do magic or somthing.
I just need start page to have an introduction page and a random page. 2 links that is it. The second one is rnd ordered. The other one is viewed pages 1-10 in order. You have been so helpful. Sorry I keep having trouble.
MistressH

Re: Help Green...

Posted: Mon Mar 29, 2010 10:46 pm
by green
chat180moderator wrote:I am getting very frustrated with this...Ok. You must do magic or somthing.
I just need start page to have an introduction page and a random page. 2 links that is it. The second one is rnd ordered. The other one is viewed pages 1-10 in order. You have been so helpful. Sorry I keep having trouble.
MistressH
Hello,

You've got a PM.

Please post your full script so I can directly add this.
By the way, I think with the Instruction Button that would be three buttons on the start# page already.

I'm glad if I can help : D.. So don't worry, and don't stop asking if anything is unclear! ;].

~green~