Page 20 of 24

Re: Nyx - The FlashTease Editor - Public Preview Release

Posted: Sun Aug 17, 2014 5:19 pm
by Venus
The syntax of the range command is: range(start, end, 'page')

So in your code it should say: go(range(1,3,'page'))
Notice that the "#" must not stand after a range command.

Re: Nyx - The FlashTease Editor - Public Preview Release

Posted: Sun Aug 17, 2014 5:23 pm
by Slaveboy90
Thank you :)

Edit: is there any chance to change the order of the pages ? or to make another page as the start page ?

Re: Nyx - The FlashTease Editor - Public Preview Release

Posted: Sun Aug 17, 2014 5:31 pm
by Venus
The first page of a tease has to be named "start#page". The order of any other page is up to you. I don't know if there is a way in the nyx editor to change the shown order directly, but you can take the script and cut&paste the pages into the order you like.

Re: Nyx - The FlashTease Editor - Public Preview Release

Posted: Tue Aug 26, 2014 1:04 pm
by sklavealex
Hello!
I have a short question.

If I release a tease and make a few changes after the release, how long does the website need to update the changes?

Greetings,

Re: Nyx - The FlashTease Editor - Public Preview Release

Posted: Tue Aug 26, 2014 1:45 pm
by Venus
sklavealex wrote:Hello!
I have a short question.

If I release a tease and make a few changes after the release, how long does the website need to update the changes?

Greetings,
As far as I know the changes are immediately available when you hit the save button. Everyone who starts your tease after you made the change will play the updated version. People who are playing the tease while you made the update have to reload the tease.

Re: Nyx - The FlashTease Editor - Public Preview Release

Posted: Mon Sep 01, 2014 5:49 am
by sklavealex
Venus wrote:
sklavealex wrote:Hello!
I have a short question.

If I release a tease and make a few changes after the release, how long does the website need to update the changes?

Greetings,
As far as I know the changes are immediately available when you hit the save button. Everyone who starts your tease after you made the change will play the updated version. People who are playing the tease while you made the update have to reload the tease.

Thank you!


What happens with the HTML5 Version?

Re: Nyx - The FlashTease Editor - Public Preview Release

Posted: Wed Sep 03, 2014 1:38 am
by Vinc
Hey I accidently overwrote one of my teases with a different skript. Is there any chance to get the skipt back after i saved?

Re: Nyx - The FlashTease Editor - Public Preview Release

Posted: Sat Oct 25, 2014 2:30 am
by TongueFingers
Is it possible to put 2 random images side by side on the same page, (if so what is the code), or do I have to make a single image in Photoshop, and lose the random part.
tonguefingers

Re: Nyx - The FlashTease Editor - Public Preview Release

Posted: Mon May 04, 2015 11:54 pm
by Slaveboy90
i dont get it with the random button...here is what i did:

Code: Select all

page5#page('<TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">Hope this is your first time reading this !</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">Good luck, you will need it !</FONT></P></TEXTFORMAT>',pic("no-03.jpg"),go(range(page6,page36,'page')));
and i have created the pages 6 to 36

here an example (all pages look like that)

Code: Select all

page6#page('<TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">No touching</FONT></P></TEXTFORMAT>',pic("11-637.jpg"),go(range(page6,page36,'page')));

If i click on continue, nothing happen o.O ?
please help me !!!

Is it possible to do a delay with random pages ?

Re: Nyx - The FlashTease Editor - Public Preview Release

Posted: Wed Jul 29, 2015 11:02 am
by Duke flukem
Hi slaveboy90,
as far as im aware the pages have to be numeric for the random button to work. So a page name of "36" will work where as "page36" will not.
So just have your pages be a number, and as for the code try something like this:


5#page(
'<TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">Hope this is your first time reading this !</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">Good luck, you will need it !</FONT></P></TEXTFORMAT>',
pic("no-03.jpg"),
go(range(6,36,'page'))
);

Re: Nyx - The FlashTease Editor - Public Preview Release

Posted: Tue Jan 26, 2016 7:56 pm
by schefflera
Hello guys and ladys,

I'm trying to make a new flashtease, but it seems to work extremely slow now..
And when I want to upload a pic, it says:

[IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2038"]


Sometimes it works, when I cancel the upload and start again. But that takes a lot of time...

Anyone knows, what I can do?

Re: Nyx - The FlashTease Editor - Public Preview Release

Posted: Mon Feb 08, 2016 10:27 am
by odawg
- When renaming the page use a name that has only letters and numbers (no spaces) and ends with a #-sign

I am confised by the above instruction.

Why do I have to end with #-
I thought I only had to end with #

Is the - a typo?
Also I have followed all the instructions in your first post, but when I click on save and preview, nothing comes up

Also a few years ago I tried making a flash tease but couldn't work it so gave up... those teases are saved on the file, but when I try to make new teases and when I try to save them, when I come back on my new ones are not saving

Re: Nyx - The FlashTease Editor - Public Preview Release

Posted: Mon Feb 08, 2016 11:47 am
by odawg
I'm getting some success with NYX - I can't seem to be able to save anything though

I'm using this https://milovana.com/nyx/

Is this the most up to date programme to use?

Re: Nyx - The FlashTease Editor - Public Preview Release

Posted: Mon Feb 08, 2016 1:09 pm
by Banquo
odawg wrote:- When renaming the page use a name that has only letters and numbers (no spaces) and ends with a #-sign

I am confised by the above instruction.

Why do I have to end with #-
I thought I only had to end with #

Is the - a typo?
Also I have followed all the instructions in your first post, but when I click on save and preview, nothing comes up

Also a few years ago I tried making a flash tease but couldn't work it so gave up... those teases are saved on the file, but when I try to make new teases and when I try to save them, when I come back on my new ones are not saving
Yeah, you only need the "#" you don't need the "-"

Hope this helps. Still not sure why nothing is Saving for you, I tried this morning and it worked fine.

Re: Nyx - The FlashTease Editor - Public Preview Release

Posted: Thu Mar 17, 2016 1:24 am
by petertemplar70
Dumb question:

Can a webtease by private?