Help Green...

All about the past, current and future webteases and the art of webteasing in general.
---
Post Reply
chat180moderator
Explorer
Explorer
Posts: 16
Joined: Sun Mar 14, 2010 7:04 pm

Help Green...

Post 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))
);
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: Help Green...

Post 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~
You can own the earth and still - All you'll own is earth until
You can paint with all the colors of the wind
User avatar
mastah007
Explorer At Heart
Explorer At Heart
Posts: 209
Joined: Tue Dec 22, 2009 11:58 pm

Re: Help Green...

Post 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:
The only sub silly enough to have a name with "master" in it. Although it does leave open the possibility of switching...:D
chat180moderator
Explorer
Explorer
Posts: 16
Joined: Sun Mar 14, 2010 7:04 pm

Re: Help Green...

Post 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
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: Help Green...

Post 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~
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: Help Green...

Post by chat180moderator »

Thanks for your help
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: Help Green...

Post 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~
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: Help Green...

Post 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
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: Help Green...

Post 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~
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