Page 9 of 24
Re: Nyx - The FlashTease Editor - Public Preview Release
Posted: Mon Jul 14, 2008 10:19 pm
by cumhardy
Evals wrote:I am not sure if this is a bug or not, but when I try to use decimal values in seconds, it doesn't work. I'd really like to be able to use a half second for a part in the tease I'm working on, and it'd give me a lot more options to work with. That or milliseconds, so I realize I'm kind of requesting this once again. I'm not sure. Is it hard to program in or something?
I second this request

If its possible.
Re: Nyx - The FlashTease Editor - Public Preview Release
Posted: Tue Jul 15, 2008 2:37 am
by Evals
Cumhardy if you're looking to use randomness in a tease, using go(range(x,y)) in place of go(pagex#), it'll make it go randomly to a page from page x# to y#. X and Y have to be integers though and so you have to adjust your page names to match.
Re: Nyx - The FlashTease Editor - Public Preview Release
Posted: Fri Jul 18, 2008 2:24 pm
by cumhardy
Evals wrote:Cumhardy if you're looking to use randomness in a tease, using go(range(x,y)) in place of go(pagex#), it'll make it go randomly to a page from page x# to y#. X and Y have to be integers though and so you have to adjust your page names to match.
Aw I knew there was an easier way to do it

Thanks for that.
Re: Nyx - The FlashTease Editor - Public Preview Release
Posted: Sat Jul 26, 2008 10:14 pm
by Jabber
Having just done my first nyx tease, I have a small change request that I think would be easy to implement.
When you have a lot of media files it can be hard to find a particular media file. Looks to me like the media files are displayed in random order, and if they were instead displayed in alphabetic order, it would be easier to find a particular media file.
Anyway the editor is great.
If you need another skilled programmer to work on it, please let me know.
Re: Nyx - The FlashTease Editor - Public Preview Release
Posted: Mon Sep 01, 2008 7:32 pm
by Valmont
Hey,
Great Work on Nyx!!! It seems to work pretty well so far.
I was wondering if there was a way to change the picture's location. Perhaps to be able to choose between two settings: portrait and lanscape.
Landscape would be the current mode with the text below the picture, while portrait would set the picture on the left side and the text on the right (like in regular teases). This way the picture would always be the best side to feat the page...
Of course it's just a suggestion...

Re: Nyx - The FlashTease Editor - Public Preview Release
Posted: Thu Sep 04, 2008 12:52 am
by texturedshroom
Please get rid of the automatic adding of a "#" in Visual Mode. It's screwing up my attempt at randomness.
Re: Nyx - The FlashTease Editor - Public Preview Release
Posted: Sat Sep 13, 2008 1:26 pm
by Denied4Life1979
thanks for this, it is a brilliant program, it made it so easy to write my first webtease..
only shame is that people can't rate flash based webteases.
Re: Nyx - The FlashTease Editor - Public Preview Release
Posted: Wed Sep 17, 2008 11:34 pm
by Xenophobe
I may have found a bug. I'm experimenting with using the range command inside the delay command. The code below is an endless loop but that's only for the purposes of demonstration. Here's what happens: After the first few random page presentations, the delay changes to zero and it doesn't seem to change pages. Here's the code:
Code: Select all
start#page('This is the beginning',pic("*.jpg"),buttons(3#, "Continue"));
3#page('3',pic("*.jpg"),delay(10sec,range(3,5)));
4#page('4',pic("*.jpg"),delay(10sec,range(3,5)));
5#page('5',pic("*.jpg"),delay(10sec,range(3,5)));
Am I doing something wrong? Thanks
Re: Nyx - The FlashTease Editor - Public Preview Release
Posted: Sat Sep 20, 2008 11:06 pm
by seraph0x
rooster51 wrote:Is there a way to make the sound file repeat a given number of times?
Yes. Try sound('my_sound_file.mp3', loops:5) to play it five times.
(Sorry for the late response.)
@texturedshroom: Good point. The reason this isn't very comfortable right now is this: Randomness isn't officially supported in the visual editor yet. The range() command is more of a loophole than an official feature. Proper randomness support will be one of the very next things we add to the FlashTease system though.
@Xenophobe: I responded to your related post
here.
@denied4life: Yes, very frequently requested feature and very high on my list assuming I figure out a good way to do it. Meanwhile, check out the unofficial voting
here. I love it when people grab the situation by the balls and take initiative. "Stupid admins won't setup a vote? Fuck it, we'll hold our own!"

Re: Nyx - The FlashTease Editor - Public Preview Release
Posted: Thu Sep 25, 2008 6:48 pm
by texturedshroom
I'm starting to really get the hang of Nyx. I should say one of my favorite things as a programmer is working around the limitations of an experimental and potentially buggy programming language. So Nyx satisfies both the nerd and pervert in me!
Can't wait for FlashTease Version 2 though. It'll be nice to have variables.
Re: Nyx - The FlashTease Editor - Public Preview Release
Posted: Fri Oct 17, 2008 12:21 pm
by seraph0x
rooster51 wrote:My flash tease is starting to get quite complex now, really want to finish it, but I keep getting new ideas

Don't I know the feeling. Us programmers even have a term for it, we call it "feature creep". The only cure is to just f***ing release it and put the other nice-to-haves in the sequel.

Re: Nyx - The FlashTease Editor - Public Preview Release
Posted: Mon Oct 20, 2008 8:47 pm
by zooft
I've upped a whole lotta images to nyx, but only want to use a few, and none of them will upload for some reason.
It seems like the "container" for the tease is full or something.
If someone can clean it up for me that's great, but please DO NOT delete the audio files. I haven't got copies around.
I also have another question, in my tease I link to tube-porn sites that probably have copyrighted content. Is this illegal for milovana, milovana isn't the host in any way ... ?
Re: Nyx - The FlashTease Editor - Public Preview Release
Posted: Fri Oct 31, 2008 2:14 pm
by slavechylde
While I continue to wade through 10 pages of replies, perhaps someone can just give me a quick response.
It is not intuitively obvious how we call sound files during the creation of a tease. I know to upload the files via the media upload. I can visually see the images I upload and select for a specific page.
What do I do to use a specific sound file for a specific page? Do I do it the same way as with a picture file? Does it launch immediately upon arriving on a page? What?
Input is appreciated.
Re: Nyx - The FlashTease Editor - Public Preview Release
Posted: Mon Nov 03, 2008 11:07 pm
by texturedshroom
slavechylde wrote:While I continue to wade through 10 pages of replies, perhaps someone can just give me a quick response.
It is not intuitively obvious how we call sound files during the creation of a tease. I know to upload the files via the media upload. I can visually see the images I upload and select for a specific page.
What do I do to use a specific sound file for a specific page? Do I do it the same way as with a picture file? Does it launch immediately upon arriving on a page? What?
Input is appreciated.
You have to do it in the scripting editor, using the hidden parameter and the sound() command. So, say this is your page:
page1#('Text',
delay(30secs, page2#),
hidden:sound('sound.mp3'));
Re: Nyx - The FlashTease Editor - Public Preview Release
Posted: Tue Nov 11, 2008 4:59 pm
by all2true
I don't mean to nit-pick
But it is a long slow process editing script inside the Flashtease
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...
Then I have to close out the Flashtease
and go through Nyx, open it again
just to see if what I did worked.
Sigh.
At this rate it really will take me a lot longer
Ps. I am working on saving script because I am also hoping to go pst the 50 page boundry
Not sure how that will work out, will let you know when I hit page 60 (currently at 20's)