Just edit the script in a text editor. I've found Notepad++ is a good program for editing any kind of script or program. Then paste it back into Milovana.all2true wrote: I am working on a sound tease
and it must take a good 2 seconds to enter one letter
m... (2 sec) p...(2sec) 3...
Nyx - The FlashTease Editor - Public Preview Release
- texturedshroom
- Taste the shroom

- Posts: 422
- Joined: Mon Aug 18, 2008 10:19 am
- Location: Midwest USA
- Contact:
Re: Nyx - The FlashTease Editor - Public Preview Release
- avatarbr
- Experimentor

- Posts: 1239
- Joined: Fri Aug 18, 2006 3:33 am
- Gender: Male
- Sexual Orientation: Straight
Re: Nyx - The FlashTease Editor - Public Preview Release
Anyone have a list of commands available?
I have:
need to know:
.must
.mustnot
.repeat
And a question:
Delay and range must stay together?
Can put like that?
I will try convert some of my PCM Scripts to Nyx. But have a lot of command lines to do, and I need the correct commands to this.
thanks
I have:
Code: Select all
3#page(
'Text',
pic('*.jpg'),
delay(10sec, range(3, 5)),
hidden:unset(3#));
yn(page2#, page5#),
hidden:sound('bla.mp3').must
.mustnot
.repeat
And a question:
Delay and range must stay together?
Can put like that?
Code: Select all
delay(10sec),
range(3, 5),
I will try convert some of my PCM Scripts to Nyx. But have a lot of command lines to do, and I need the correct commands to this.
thanks
- all2true
- Explorer At Heart

- Posts: 753
- Joined: Fri Feb 08, 2008 3:42 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Slave
- Dom/me(s): Looking for a dom/domme
- Sub/Slave(s): I am a subby!
- Location: Midwest USA
Re: Nyx - The FlashTease Editor - Public Preview Release
I am having trouble with the range feature
I finished my Tease
and Have two range commands in the tease
When I had one, I could preview the tease without difficulty
Once I added my second range command things got weird
Looking at <Visual> I see 4 pages
but <Script> has all 85 pages there.
I can not preview, and it does not want to show up on visual
Help Please
-This error happened whne somehow in script I edited out one letter of a picture
so be careful in Scripting
However I am still having problems getting the second range function to work, was able to preview up to second range, worked in script, and you guessed it, it stopped the first range function form working back to the drawing board.
Tease: All2true's Denial Game Not released because of bugs
Note: will edit this post when it is working.
I finished my Tease
and Have two range commands in the tease
When I had one, I could preview the tease without difficulty
Once I added my second range command things got weird
Looking at <Visual> I see 4 pages
but <Script> has all 85 pages there.
I can not preview, and it does not want to show up on visual
Help Please
-This error happened whne somehow in script I edited out one letter of a picture
so be careful in Scripting
However I am still having problems getting the second range function to work, was able to preview up to second range, worked in script, and you guessed it, it stopped the first range function form working back to the drawing board.
Tease: All2true's Denial Game Not released because of bugs
Note: will edit this post when it is working.
to thine own self be true
viewtopic.php?f=13&t=9905&p=139016#p139016
viewtopic.php?f=13&t=9905&p=139016#p139016
- cumhardy
- Experimentor

- Posts: 1145
- Joined: Wed May 28, 2008 10:54 pm
- Gender: Male
- I am a: None of the above
- Location: UK
Re: Nyx - The FlashTease Editor - Public Preview Release
I noticed there is a stroke command that can be put into the script. I tried it but nothing seemed to happen. are there any teases that use this stroke command? what does it do?
- all2true
- Explorer At Heart

- Posts: 753
- Joined: Fri Feb 08, 2008 3:42 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Slave
- Dom/me(s): Looking for a dom/domme
- Sub/Slave(s): I am a subby!
- Location: Midwest USA
Re: Nyx - The FlashTease Editor - Public Preview Release
Okay I am having a problem
I want sound AND random pages
for a tease Here is the code:
The idea is that the pages would randomly loop to eachother Unless you hit a button (edge)
The problem is it does NOT parse as it is.
Help, Anyone, Plz!
I want sound AND random pages
for a tease Here is the code:
Code: Select all
1#page#page(
'<TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">Are you getting close to that first edge?</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">hit the edge botton ONLY when you hit the edge.</FONT></P></TEXTFORMAT>',
pic("2*.jpg"),
vert(buttons(page12#, "Edge"), delay(32sec, range(1,3),style:secret)),
hidden:sound('45bps-30s.mp3')
);
2#page#page(
'<TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">Are you getting close to that first edge?</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">hit the edge botton ONLY when you hit the edge.</FONT></P></TEXTFORMAT>',
pic("2*.jpg"),
vert(buttons(page12#, "Edge"), delay(32sec, range(1,3),style:secret)),
hidden:sound('45bps-30s.mp3')
);
3#page#page(
'<TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">Are you getting close to that first edge?</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">hit the edge botton ONLY when you hit the edge.</FONT></P></TEXTFORMAT>',
pic("2*.jpg"),
vert(buttons(page12#, "Edge"), delay(32sec, range(1,3),style:secret)),
hidden:sound('45bps-30s.mp3')
);The problem is it does NOT parse as it is.
Help, Anyone, Plz!
to thine own self be true
viewtopic.php?f=13&t=9905&p=139016#p139016
viewtopic.php?f=13&t=9905&p=139016#p139016
- all2true
- Explorer At Heart

- Posts: 753
- Joined: Fri Feb 08, 2008 3:42 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Slave
- Dom/me(s): Looking for a dom/domme
- Sub/Slave(s): I am a subby!
- Location: Midwest USA
Re: Nyx - The FlashTease Editor - Public Preview Release
Update on last post,
Alright Got the sound working
But the page does not move forward
Here is the script as it stands now:
Once again I am looking for help.
But at least it parses now!
Alright Got the sound working
But the page does not move forward
Here is the script as it stands now:
Code: Select all
1#page(
'<TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">Stroke to the beat</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT>',
pic("2*.jpg"),
buttons(page12#, "Edge"),
delay(32sec, range(1,3)#,style:secret),
hidden:sound('45bps-30s.mp3')
);But at least it parses now!
to thine own self be true
viewtopic.php?f=13&t=9905&p=139016#p139016
viewtopic.php?f=13&t=9905&p=139016#p139016
- all2true
- Explorer At Heart

- Posts: 753
- Joined: Fri Feb 08, 2008 3:42 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Slave
- Dom/me(s): Looking for a dom/domme
- Sub/Slave(s): I am a subby!
- Location: Midwest USA
Re: Nyx - The FlashTease Editor - Public Preview Release
Okay for those who Love Coding
Here is the version that works.
This loop lets you pick random images,
Loop pages and have sound.
Tested, it works.
Here is the version that works.
This loop lets you pick random images,
Loop pages and have sound.
Tested, it works.
Code: Select all
1#page(
'<TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">Stroke to the beat</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT>',
pic("2*.jpg"),
buttons(page12#, "Edge"),
delay(32sec, range(1,3),style:secret),
hidden:mult(sound('45bps-30s.mp3'), unset(1#))
);
2#page(
'<TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">Stroke to the beat</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT>',
pic("2*.jpg"),
buttons(page12#, "Edge"),
delay(32sec, range(1,3),style:secret),
hidden:mult(sound('75bps-30s.mp3'), unset(2#))
);to thine own self be true
viewtopic.php?f=13&t=9905&p=139016#p139016
viewtopic.php?f=13&t=9905&p=139016#p139016
Re: Nyx - The FlashTease Editor - Public Preview Release
It was planned as a command that shows a stroke meter and perhaps plays a metronome sound. You would have to use as the fourth parameter in the page command. It was never really tested, so it may not currently work at all.cumhardy wrote:I noticed there is a stroke command that can be put into the script. I tried it but nothing seemed to happen. are there any teases that use this stroke command? what does it do?
-
phonevirgin101
- Curious Newbie

- Posts: 1
- Joined: Fri Mar 20, 2009 5:13 pm
Re: Flashtease
Same for me...no teasesmaleslave1984 wrote:Umm...I might just be a technological idiot, but I can't seem to get the "preview" function to work. The screen just stays blank. Am I missing something?
http://roomvirgin101-phonesex.blogspot.com/
- cumhardy
- Experimentor

- Posts: 1145
- Joined: Wed May 28, 2008 10:54 pm
- Gender: Male
- I am a: None of the above
- Location: UK
Re: Nyx - The FlashTease Editor - Public Preview Release
Used to do that for me then it started workin but I dont know what I did different. Think it was my connection speed (bad mobile broadband).phonevirgin101 wrote:Same for me...no teasesmaleslave1984 wrote:Umm...I might just be a technological idiot, but I can't seem to get the "preview" function to work. The screen just stays blank. Am I missing something?
Sometimes it takes a while cuz it saves first then shows the preview so you have to give it a minute.
Also, I cant remember too well but I think theres a preview button in the script window and the visual window, and the one in the visual editor always seems to work more often.
Also, Phonevirgin101, your blog link is not working
- cumhardy
- Experimentor

- Posts: 1145
- Joined: Wed May 28, 2008 10:54 pm
- Gender: Male
- I am a: None of the above
- Location: UK
Re: Nyx - The FlashTease Editor - Public Preview Release
can someone help me out here? Im attempting adding some random scripting for the first time. I want these pages to loop round, but i just get a blank page once its gets to this point.
what am i doing wrong?
Code: Select all
1#page(
'',
pic("*s*"),
delay(2sec, range(1,4),style:hidden)
);
2#page(
'',
pic("*h*"),
delay(2sec, range(1,4),style:hidden)
);
3#page(
'',
pic("*s*"),
delay(3sec, range(1,4),style:hidden)
);
4#page(
'',
pic("*h*"),
delay(3sec, range(1,4),style:hidden)
);- Evals
- Explorer At Heart

- Posts: 431
- Joined: Mon May 07, 2007 2:42 am
- Gender: Male
- Sexual Orientation: Straight
- I am a: Submissive
- Dom/me(s): Owned
Re: Nyx - The FlashTease Editor - Public Preview Release
Are you sure your image filters are working? If you're getting a blank page, it's possible the page is actually loading but you just don't see anything since you're picture isn't loading and you have no text. Also, what comes up in the debug console when you get to that part of the code? Click and drag the left bar over to the right to get the debug info (you can paste it here)...
Evals


- cumhardy
- Experimentor

- Posts: 1145
- Joined: Wed May 28, 2008 10:54 pm
- Gender: Male
- I am a: None of the above
- Location: UK
Re: Nyx - The FlashTease Editor - Public Preview Release
yeah the image filters were working for sure. Actually I got it to work somehow, I just dont understand how. I copied and pasted a bit from texturedshrooms code (the forum thread where he revealed the code to one of his teases) and changed it a bit, and now it works fine. Strange thing is, the code is exactly the same as the first time I tried it. I dont know why it didnt work at first. ... maybe a space or a comma in the wrong place? Hmmm
- cumhardy
- Experimentor

- Posts: 1145
- Joined: Wed May 28, 2008 10:54 pm
- Gender: Male
- I am a: None of the above
- Location: UK
Re: Nyx - The FlashTease Editor - Public Preview Release
Is it possible to use the range command in the delay, so a page randomly lasts between say 1-30 seconds?
Re: Nyx - The FlashTease Editor - Public Preview Release
No, but this *maaay* work: delay(random(10, 100), page4#)cumhardy wrote:Is it possible to use the range command in the delay, so a page randomly lasts between say 1-30 seconds?
Note that you use plain numbers, no units. The value will be in seconds so the above would be a random delay between 10 and 100 seconds.

