Page 5 of 12
Re: Your first webtease? Let us help you out!
Posted: Wed Dec 25, 2013 9:03 pm
by MistressChanelAngel
Thanks, I'll give it a try!
Re: Your first webtease? Let us help you out!
Posted: Sat Nov 08, 2014 4:01 pm
by Nebulak1970
Hi,
I want to combine the commands delay and range.
Example: I have page named 1#
After a time of 10sec the page 2# or 3# will be opened.
Thank you in advance!
Re: Your first webtease? Let us help you out!
Posted: Sun Mar 20, 2016 4:11 pm
by tigerlily
im trying to make a flashtease but i cant start one because im unable to tye in a name for it. any ideas on how to fix this?
Re: Your first webtease? Let us help you out!
Posted: Fri Mar 25, 2016 12:57 pm
by anthony221
Hey guys i have a little question.
how do i create a flashtease?
tanks
Re: Your first webtease? Let us help you out!
Posted: Fri Mar 25, 2016 4:04 pm
by Nezhul
Re: Your first webtease? Let us help you out!
Posted: Thu Jul 07, 2016 12:18 pm
by zigzag
Hi.. I was thinking about making a regular tease... So, if i finish everything, and publish it, would i still able to make editing in case of bugs and thing i would like to change?
Also, i would like to make users roll a dice here:
https://www.random.org/dice/
And then choose for example their punishment, how could i make them go to page xxx?
Should i list all url's on the next page after ther doll a dice? :))
Or it is better solution to make a tease in flash...
Thanks!
Re: Your first webtease? Let us help you out!
Posted: Sun Jul 24, 2016 6:28 am
by edgeallday
zigzag wrote:Hi.. I was thinking about making a regular tease... So, if i finish everything, and publish it, would i still able to make editing in case of bugs and thing i would like to change?
Also, i would like to make users roll a dice here:
https://www.random.org/dice/
And then choose for example their punishment, how could i make them go to page xxx?
Should i list all url's on the next page after ther doll a dice? :))
Or it is better solution to make a tease in flash...
Thanks!
Yep you can edit teases after they are posted, and even take them down completely if you really wanted to, but you don't have to take them down to edit them.
Most HTML teases I've seen with randomness will just say "go to page xx". The end of the tease url has a number on it so you can just change the last bit of it. For example:
https://milovana.com/webteases/showteas ... 1954&p=4#t
If you just change the 4#t at the end to a 5 it will go to the 5th page of the tease instead of the 4th page. You could list the whole url too but most teases I've seen just say which page to go to. It's up to you.
Doing it in flash makes it easier for the person reading/doing to the tease, but it's a bit harder for you, the person making the tease. A regular html tease you just post a picture and write some text, whereas with a flash tease you will have to add buttons also that go to another page. Flash teases can also allow sounds, timers, and some randomness using the "set" and "unset" commands. A bit more complicated but also more tools at your disposal to use in your tease.
Re: Your first webtease? Let us help you out!
Posted: Sun Aug 21, 2016 4:37 pm
by addNtoX
hi
i want to create a webtease.. but when i try to upload the first image it always says Error opening 1.jpg (its just 123 kb in size)
im using firefox and have the newest versions of flasplayer and jscipt active..if som1 has a clue how to proceed?=)
Re: Your first webtease? Let us help you out!
Posted: Sat Aug 27, 2016 2:33 pm
by Sissy Elise
addNtoX wrote:hi
i want to create a webtease.. but when i try to upload the first image it always says Error opening 1.jpg (its just 123 kb in size)
im using firefox and have the newest versions of flasplayer and jscipt active..if som1 has a clue how to proceed?=)
It sounds like it maybe an invalid jpeg - Try opening it in a paint program and saving it as a new jpg file
Re: Your first webtease? Let us help you out!
Posted: Sun Aug 28, 2016 2:18 pm
by addNtoX
thanks for the suggestion but i finally figured it out ...it was the flashplayer...even tho i just updated it about a month ago..everything is working now..
lets get to it :p
Re: Your first webtease? Let us help you out!
Posted: Sun Aug 28, 2016 11:07 pm
by rob204
Nebulak1970 wrote:Hi,
I want to combine the commands delay and range.
Example: I have page named 1#
After a time of 10sec the page 2# or 3# will be opened.
Thank you in advance!
Doesn't sound too difficult. Just remember to edit it in the script panel since the visual editor doesn't know about the existence of action selectors and keeps messing up the syntax. The same applies for the repeat command.
Code: Select all
1#page(
text:'This is my page 1.',
media:pic(id:'1.jpg'),
action:delay(time:10sec,target:range(from:2,to:3))
);
or
Code: Select all
1#page(
'This is my page 1.',
pic('1.jpg'),
delay(10sec,range(2,3))
);
I have no clue though why you cannot combine repeat with range like so
Code: Select all
1#page(
'This is my page 1.',
pic('1.jpg'),
delay(1sec,repeat(9,range(2,3)))
);
I'd think it should repeat page 1 ten times and then continue with page 2 or 3. But instead the engine seems to crash when trying to parse the repeat.
Re: Your first webtease? Let us help you out!
Posted: Mon Feb 20, 2017 2:03 am
by Severin
Hey a tease I just made seems to be stuck with the invisible status.
Can I fix that in any way? Also the date it says it's submitted seems to be in the year 1970 so maybe that's causing the trouble.
Re: Your first webtease? Let us help you out!
Posted: Wed Sep 13, 2017 9:19 pm
by Niveket
How do I choose to create a flashtease?
Re: Your first webtease? Let us help you out!
Posted: Wed Sep 13, 2017 9:23 pm
by lolol2
https://milovana.com/nyx/
Here are some help
https://milovana.com/help/flashtease/
And when you search for "nyx" in the forum you will find a lot of other help threads like...
viewtopic.php?f=2&t=4355
Have fun!

Re: Your first webtease? Let us help you out!
Posted: Fri Feb 23, 2018 10:17 am
by ItalianSubm
Hi everything!! I have just create my first tease but I should correct something about the text.
So I tryed to open the wrong page and make corrections, but when I save the page, my corrections disappear and I see again the wrong text!!!!
How can I do to solve the problem?