Page 15 of 24
Re: Nyx - The FlashTease Editor - Public Preview Release
Posted: Wed Sep 14, 2011 9:04 am
by sweden123
I have a question about the stroke() command; does it not play a metronome sound to the selected bpm? As in stroke(60) gives 60 ticks per minute?
I get no sounds in the preview when I try it out.
Re: Nyx - The FlashTease Editor - Public Preview Release
Posted: Fri Sep 16, 2011 9:11 pm
by sweden123
n/m, solved it
Re: Nyx - The FlashTease Editor - Public Preview Release
Posted: Mon Oct 31, 2011 6:43 pm
by Vinc
Hey,
I#ve used it to great my tease and it works very well i think.
Here are some thinks that could be changed.
- If you edit the script and save it, sometimes the changes disappears after editing the site thru the visual page. My sounds had been deleted a few times.
- My tease has 90 pages and the script editor gets very slow.
- obviously I'm german (because my english is all f***ed up

) so symbols like " are on a different key. the plugin crashed twice after using " to edit the script. Maybe it's just a plugin failure but if not maybe you could do something on that.
Overall very good work!

Re: Nyx - The FlashTease Editor - Public Preview Release
Posted: Fri Nov 04, 2011 4:53 am
by Nezhul
it appears to subtract that set from the remaining 6 unsets left on it
Unfortunately true.
If you edit the script and save it, sometimes the changes disappears after editing the site thru the visual page. My sounds had been deleted a few times.
true, that's why I keep telling people to add excessive code (sounds, ranges) when you are done and never view those pages in visual afterwards.
My tease has 90 pages and the script editor gets very slow.
because it's flash. When you get over 1000 pages, you'll know what slow means. Use notepad to edit your script then copy/paste it to the editor.
Re: Nyx - The FlashTease Editor - Public Preview Release
Posted: Thu Nov 24, 2011 9:16 pm
by Tapopip
hi guys, it may have been explained before, but as I enraged working with the range button, I thought I'd share the info.
When you preview your tease, it will keep in memory the set pages generated with the range function. so you have to put some unset(#) in your script somewhere at the beginning of your script if you want to continue previewing it with the ranged button still working. If not, after a few tries, it just won't lead you anywhere anymore. I spent an hour getting mad at me for missing something.
Also, if I got it wrong, please let me know.
Re: Nyx - The FlashTease Editor - Public Preview Release
Posted: Sun Jan 15, 2012 11:06 am
by Banquo
Hi, I'm tryning to put a flash tease together using the Nyx, but im having a couple of problems. How do I upload photos to the tease, and also when I go to preview it, I get a blank page. :( any help would be much appreciated.
edit- have solved the pic and preview issue, but now some pages dont work properly, like buttons not working or sendig you to the wrong page, i go and change in the editor, and the problem stays the same :( any help would be great
thanks
Re: Nyx - The FlashTease Editor - Public Preview Release
Posted: Sat Jan 21, 2012 10:42 am
by seraph0x
Banquo wrote:have solved the pic and preview issue, but now some pages dont work properly, like buttons not working or sendig you to the wrong page, i go and change in the editor, and the problem stays the same :( any help would be great
I recommend starting a thread in the Tech Support forum and don't forget to post your script, so people can check it for errors. Use the
Re: Nyx - The FlashTease Editor - Public Preview Release
Posted: Sat Jan 28, 2012 6:20 pm
by mariocassel
is there any way of putting gif on to flash tease?
Re: Nyx - The FlashTease Editor - Public Preview Release
Posted: Sat Feb 04, 2012 12:28 pm
by Banquo
seraph0x wrote:Banquo wrote:have solved the pic and preview issue, but now some pages dont work properly, like buttons not working or sendig you to the wrong page, i go and change in the editor, and the problem stays the same :( any help would be great
I recommend starting a thread in the Tech Support forum and don't forget to post your script, so people can check it for errors. Use the
Code: Select all
tag.[/quote]
Thanks Seraph, managed to get it working in the end. :) I was thinking maybe some of the more experienced authors could put together a "how to guide" for the Nyx editor. And I dont know how difficult this would be to do, but having a way of limited sharing of flash teases to allow people to beta test ones flash tease.
Re: Nyx - The FlashTease Editor - Public Preview Release
Posted: Wed Apr 11, 2012 10:56 pm
by plandr
How do I view other people's scripts? No matter what tutorials I use/what I do I can't seem to write a script that randomly goes to one of X different pages after a delay.

Re: Nyx - The FlashTease Editor - Public Preview Release
Posted: Sun May 06, 2012 11:26 am
by sweden123
I remember reading about a size limitation for flash teases, but I'm not sure if it just was some rumor or if it is actually true?
Re: Nyx - The FlashTease Editor - Public Preview Release
Posted: Sun May 06, 2012 9:56 pm
by Dellok
Good evening (Yep, in France, it's night)
I have today (tonigh) a question about nyx : is there anyway for me to make a button click leads to a page, randomly choose between three, four, or more pages.
I'm sorry if someone gave the answer on a previous page. Thanks, Dellok.
Re: Nyx - The FlashTease Editor - Public Preview Release
Posted: Wed Jul 11, 2012 2:04 pm
by Nezhul
yes. You name the pages in question with NUMBERS, i.e. make pages 1#, 2# and 3#.
Then you create a continue button or timer (you can't do that with custom buttons), and instead of target page you type in
range(1,3,'page').
So it looks like
NOTE HERE! The nyx editor will screw this line a bit, transforming it into
and it will NOT work that way. What you do is in the very end before publishing your tease you open script tab, find this line and delete # sign. And don't view the page in visual editor after that, because every time you do it - it will add #.
If you had 10 pages from 1 to 10 it would be
range(1,10,'page')
If you had 5 pages named 23#,24#,25#,26#,27#
it would be range(23,27,'page')
Got it?
Also read
http://www.milovana.com/forum/viewtopic.php?f=2&t=5926
http://www.milovana.com/forum/viewtopic ... 55&start=0
Re: Nyx - The FlashTease Editor - Public Preview Release
Posted: Mon Jul 30, 2012 9:17 am
by supermokkori
I'm wondering, if there's anyway to upload pictures/images more efficiently into a FlashTease?
What I'm getting at is - when i'm uploading images to use in a FlashTease with Nyx, there's about a 50% chance the upload will "hang" (e.g. screen will go fuzzy/opaque) and I have to restart Nyx. I'm trying to parse it out so I upload only 20 images per upload session, but even then the upload will hang often. Anyway, of uploading images via FTP directly into the Nyx tease or some other method? Any help is appreciated, thanks.
Re: Nyx - The FlashTease Editor - Public Preview Release
Posted: Sat Aug 04, 2012 4:56 am
by supermokkori
supermokkori wrote:I'm wondering, if there's anyway to upload pictures/images more efficiently into a FlashTease?
What I'm getting at is - when i'm uploading images to use in a FlashTease with Nyx, there's about a 50% chance the upload will "hang" (e.g. screen will go fuzzy/opaque) and I have to restart Nyx. I'm trying to parse it out so I upload only 20 images per upload session, but even then the upload will hang often. Anyway, of uploading images via FTP directly into the Nyx tease or some other method? Any help is appreciated, thanks.
Ah you know what, nevermind - it took a couple of days, but managed to upload a huge amount of pics for my next upcoming tease... still wish there was an easier way as the Nyx uploader would freeze every so often.