Nyx - The FlashTease Editor - Public Preview Release

All about the past, current and future webteases and the art of webteasing in general.
---
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: Nyx - The FlashTease Editor - Public Preview Release

Post by green »

I think it would be just the comma, if its still not playing after you removed it, check the filename ;).

-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
BentBastard
Curious Newbie
Curious Newbie
Posts: 1
Joined: Sun Dec 20, 2009 2:26 am

Re: Nyx - The FlashTease Editor - Public Preview Release

Post by BentBastard »

cumhardy wrote:Actually, dont worry about that. Im wondering about the 'unset' command.
Does the way ive used it here seem right?

Code: Select all

page54#page(
'<TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FF66CC" LETTERSPACING="0" KERNING="1"><B>Edge for me!</B></FONT></P></TEXTFORMAT>',
pic("pink8.jpg"),
buttons( range(21,29), "EDGE"),
hidden:unset ( range(21,29))
);
I want to loops pages 21,29 randomly without any of the pages being set
Hi cumhardy
I'm just learning the nyx system, but the following 2 examples unset pages then go to a randomly selected page using range

Code: Select all

range1#page(
'<TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">Range Example</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">range() used as target of a continue / go()<FONT FACE="Verdana" SIZE="10" KERNING="1">,2#,3#), go(range(1,3))unset(1#,2#,3#), go(range(1go(range(1,3)</FONT></FONT></P></TEXTFORMAT>',
pic("*.jpg"),
mult(unset(1#,2#,3#), go(range(1,3)))
);

range2#page(
'<TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">Range Example</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">range() used as target of a delay()<FONT FACE="Verdana" SIZE="10" KERNING="1">,2#,3#), go(range(1,3))unset(1#,2#,3#), go(range(1go(range(1,3)</FONT></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0"><B>delay( 10sec, range(1, 3) )</B></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT>',
pic("*.jpg"),
mult(unset(1#,2#,3#), delay(5sec, range(1,3)))
);
however I haven't been able to set a range as the target from a custom button like in your code
buttons( range(21,29), "Edge")
have you or anyone else had any success using range() with buttons()?
bondageguy
Curious Newbie
Curious Newbie
Posts: 1
Joined: Fri Feb 12, 2010 9:55 pm

Re: Nyx - The FlashTease Editor - Public Preview Release

Post by bondageguy »

My first post!
I have discovered a flaw in the text editor. I try to make a tease in Swedish. However, we Swedes quite frequently use strange characters as å, ä, ö, Å, Ä, Ö (if that didn't show up correctly on your machine, it is supposed to be a with a small ring, a with two dots and o with two dots, first lower case, then upper case).
When I try to write those characters in the "Visual" text boxes, some other strange characters appear instead, these to be exact: åäöÅÄÖ. However, when I copy-paste the Swedish characters from another text frame, say in a text editor, they look normal. As the characters are fairly common in the Swedish language, this is not a really convenient way of doing things...

I see when I try that all kinds of special characters from other languages like é, è, ñ, ø, æ, etc. react similarly. Would this be possible to fix?

Thanks a lot!

Just in case this might be a problem with my system: I am using Firefox 3.5 on Ubuntu 8.10
User avatar
alchemi183
Explorer At Heart
Explorer At Heart
Posts: 548
Joined: Mon Jan 25, 2010 10:15 am
Gender: Male
Sexual Orientation: Straight
Location: Rocky Mountains

Re: Nyx - The FlashTease Editor - Public Preview Release

Post by alchemi183 »

My feature request is that you provide a way for users (not just tease creators) to skip any timer that is currently running. Preferably this would be in the form of a keystroke, or an invisible button that is on every page. Further, I request that this feature is always present and cannot be disabled by the tease creator.

Some may see this as "cheating". Whatever. Most of the time when I run teases, I find that the tease creator has a good sense of timing. However, there are many times when this is not the case, or when the tease creator has a very different sense of good timing than I do. Rather than forcing everyone to run the tease in exactly the way that the tease creator envisioned or intends, let's be flexible in that regard and admit that different people will want to view teases differently and that's OK. Let's not try to control everyone else's experience.

Right now, I still prefer HTML teases over flash ones, and this is the primary reason.

Thanks for at least considering and/or discussing it.
User avatar
Human
Explorer At Heart
Explorer At Heart
Posts: 849
Joined: Tue Mar 16, 2010 7:40 pm

Re: Nyx - The FlashTease Editor - Public Preview Release

Post by Human »

This is related to the design of nyx itsef. What language was it written in ? Is the source code publically available ? How big is the program ?

Can it create an offline tease, where the entire tease is one file/program; hosted perhaps on rapidshare etc ? What are the issues involved in this ?

Is it creating the metronome sounds or do the user have to upload the mp3 files themselves ?
:love: :love: :love: Stoya :love: :love: :love:                 :love: :love: :love: Denisa Heaven :love: :love: :love:
:love: :love: :love: Blue Angel :love: :love: :love:                 :love: :love: :love: Caprice :love: :love: :love:
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: Nyx - The FlashTease Editor - Public Preview Release

Post by green »

This is related to the design of nyx itsef. What language was it written in ?
Flash - ActionScript
Is the source code publically available ?
Uhm... you could... decompile it xD.. There are some flash decompiler out there.
Can it create an offline tease, where the entire tease is one file/program; hosted perhaps on rapidshare etc ?
No
What are the issues involved in this ?
It does only acces online sources with the current programme.
Is it creating the metronome sounds or do the user have to upload the mp3 files themselves ?
The user has to upload his metronome sounds. I think Seraph0x also implemented a function that should be able to natively play metronome sounds, but I never got it working.

~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
Human
Explorer At Heart
Explorer At Heart
Posts: 849
Joined: Tue Mar 16, 2010 7:40 pm

Re: Nyx - The FlashTease Editor - Public Preview Release

Post by Human »

green wrote:
Can it create an offline tease, where the entire tease is one file/program; hosted perhaps on rapidshare etc ?
No
What are the issues involved in this ?
It does only acces online sources with the current programme.
Is there some basic reason behind this, or this just a choice of milovana ?

Would it be necessary to go outside flash to do this ?

Finally, how big is the program ?
:love: :love: :love: Stoya :love: :love: :love:                 :love: :love: :love: Denisa Heaven :love: :love: :love:
:love: :love: :love: Blue Angel :love: :love: :love:                 :love: :love: :love: Caprice :love: :love: :love:
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: Nyx - The FlashTease Editor - Public Preview Release

Post by green »

Human wrote:
green wrote:
Can it create an offline tease, where the entire tease is one file/program; hosted perhaps on rapidshare etc ?
No
What are the issues involved in this ?
It does only acces online sources with the current programme.
Is there some basic reason behind this, or this just a choice of milovana ?

Would it be necessary to go outside flash to do this ?

Finally, how big is the program ?
Not a big reason I'd say, Seraph0x just didnt see that people may want to download flash webteases ;].

Outside of flash ? to change the source location that the tease links internally to ?. Well you would need to change the sourcecoude(flash) for that, to be able to select local resources.

I actually forgot how big the client was, I think it was around 100 kb, but you can just download it to see ;]
(View the sourcecode of a flashtease and find the .swf file).

~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
Human
Explorer At Heart
Explorer At Heart
Posts: 849
Joined: Tue Mar 16, 2010 7:40 pm

Re: Nyx - The FlashTease Editor - Public Preview Release

Post by Human »

green wrote: I actually forgot how big the client was, I think it was around 100 kb, but you can just download it to see ;]
(View the sourcecode of a flashtease and find the .swf file).

~green~
I was thinking in terms of lines of code --- how much code was required to produce nyx ?

I am exploring writing some sort of basic software myself. Roughly something like PCMistress; but more cleaner, ie. no root privileges, nothing to install (perhaps with the ability to run off a flash drive); and optimally cross platform (java based ?); with built in metronome, counters etc

BTW, does Seraph0x not want the source code publically available ?
:love: :love: :love: Stoya :love: :love: :love:                 :love: :love: :love: Denisa Heaven :love: :love: :love:
:love: :love: :love: Blue Angel :love: :love: :love:                 :love: :love: :love: Caprice :love: :love: :love:
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: Nyx - The FlashTease Editor - Public Preview Release

Post by green »

Human wrote:
green wrote: I actually forgot how big the client was, I think it was around 100 kb, but you can just download it to see ;]
(View the sourcecode of a flashtease and find the .swf file).

~green~
I was thinking in terms of lines of code --- how much code was required to produce nyx ?

I am exploring writing some sort of basic software myself. Roughly something like PCMistress; but more cleaner, ie. no root privileges, nothing to install (perhaps with the ability to run off a flash drive); and optimally cross platform (java based ?); with built in metronome, counters etc

BTW, does Seraph0x not want the source code publically available ?
Well I'm not sure if Seraph0x would want it either ;/.

Lines of code hmn.. I think it was like 3000 ?. You could just check it out yourself though ;].

~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
cumhardy
Experimentor
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

Post by cumhardy »

is there any way to get the image on the left with the text down the side like in regular teases?
User avatar
666
Explorer At Heart
Explorer At Heart
Posts: 211
Joined: Sat Oct 03, 2009 9:12 am

Re: Nyx - The FlashTease Editor - Public Preview Release

Post by 666 »

Can someone please explain to me how it is that some people have the ability to make flashteases and the rest of us seemingly do not. I'd love to make a flashtease, they are so much better than regular teases.
User avatar
cumhardy
Experimentor
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

Post by cumhardy »

666 wrote:Can someone please explain to me how it is that some people have the ability to make flashteases and the rest of us seemingly do not. I'd love to make a flashtease, they are so much better than regular teases.
what do you mean? everyone can make a flash tease. its pretty easy.
go to www.milovana.com/nyx
pm me (or post here) if you need any help with it
User avatar
666
Explorer At Heart
Explorer At Heart
Posts: 211
Joined: Sat Oct 03, 2009 9:12 am

Re: Nyx - The FlashTease Editor - Public Preview Release

Post by 666 »

cumhardy wrote:
666 wrote:Can someone please explain to me how it is that some people have the ability to make flashteases and the rest of us seemingly do not. I'd love to make a flashtease, they are so much better than regular teases.
what do you mean? everyone can make a flash tease. its pretty easy.
go to http://www.milovana.com/nyx
pm me (or post here) if you need any help with it
Oh, right, thanks!!! So how do you get to that page normally then??? Because the webtease editor only seems to offer the old style....
silentonefi
Curious Newbie
Curious Newbie
Posts: 1
Joined: Sun Jun 21, 2009 9:38 am

Re: Nyx - The FlashTease Editor - Public Preview Release

Post by silentonefi »

Thank you for your hard work.

Tried to do a flash tease and was wonderfully suprised how easy it is.

As a novice, do not take these so hard, I would like say there are couple items missing:

* copy your tease into another name so that you can create a new tease by modifying the old one.
* rename your tease.
* script to add password fields.

There have been talks about movies, that would be nice, but before that, if we could get links to work here?

Click and go style.

Yours, Matt
Post Reply