Re: Nyx - The FlashTease Editor - Public Preview Release
Posted: Wed Aug 08, 2012 5:00 pm
Could it be, that the Delete-button in the Media Tab is not working, i cant delete images i have uploaded?
... for the explorer at heart!
https://milovana.com/forum/
I've had this same problem. I found that if I cut it down to about 5 images per upload, it seems to work OK. Kind of a pain, but it works.supermokkori wrote: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.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.
Code: Select all
( ### Place your comment here );( ### A comment about the gotocommand, note no space between the two words );( ########################## Flag Section 1 );( ########################## Flag Section 2 );( ########################## Flag Section 3 );( ### and so on ); Can't agree with it. I always keep my numbered pages in the end of the tease, and they work good. Range() keeps track of naming arrays, and doesn't have anything to do with page order in the script. You can actually have some pages IN BETWEEN numbered pages, and they will still work fine.Lets say you have a range 10# through 20# in a complex program. Lets say that after a while the page 10# falls into the code to where it is now the 20th page. Nyx has problems deciding it it should go to the 10th page in the list, or to go to the page actually named 10#. Keeping all numbered pages at the top will help avoid this.
Code: Select all
(savepoint) jumpto( random ( scenario a, b or c))-> play scenario-> jump back to savepoint, but exclude scenario already played-> after 2 out of 3 scenarios have been played => continue with teaseLet me try to help you:Tobias23 wrote:Ok yeah so I had this webtease idea for a while, and I wanted to create a flash tease this time, but nyx is giving me problems all over. Maybe some of you can help:
I think there's no possibility to avoid the downscaling of the pictures. Just upload the best you have to get the best result.Tobias23 wrote: 1. Image quality. So yeah nyx does downscale the images, but can't I prepare the images beforehand? I uploaded a good quality picture with ~400kb, and a resized version from myself with 500px max height and about ~50kb size. I thought if I resize them myself I get a better quality ... well the resized version from me looks better than the 400kb version in nyx, but when I upload my resized version it looks even more crappy. What are the specs for a picture so nyx won't alter it??
Yes that's true and sad. You can't neither rename media nor delete itTobias23 wrote: 2. Can't seem to delete images from my media tab, I uploaded may version to check for quality and now they are all there, unable to delete (I can click the button, but nothing happens).
I don't know if it's possible. Read through this thread (click). Maybe you find your answer there.Tobias23 wrote:
3. Is there a way to increase the size of a button, so I can fit a sentence in?
OK that's complicated but most of it is possible:Tobias23 wrote:
4. Can this be done in nyx (written in my own logic-syntax):
Hope I don't overdo it with questions :DCode: Select all
(savepoint) jumpto( random ( scenario a, b or c))-> play scenario-> jump back to savepoint, but exclude scenario already played-> after 2 out of 3 scenarios have been played => continue with tease
Code: Select all
// This is your savepoint savepoint#page('Text',pic("*.jpg"),go(range(1,4,'page') // This button leads to one of the three scenarios (these pages // must be "unset") // 4 is continuation of your tease and have to be "set"); //scenario11#page( // you visited page 1# so this page is marked as "set"'Text',pic(".jpg"),mult(unset(4#), // unset 4 so you can continue your teasego(savepoint#)) // jump back to savepoint); //scenario22#page( // you visited page 2# so this page is marked as "set"'Text',pic(".jpg"),mult(unset(4#), //unset 4 so you can continue your teasego(savepoint#) // jump back to savepoint ); //scenario33#page( // you visited page 3# so this page is marked as "set"'Text',pic(".jpg"),mult(unset(4#), // unset 4 so you can continue your teasego(savepoint#) // jump back to savepoint); // the continuation of the tease4#page('Text',pic(".jpg"),[...]); Code: Select all
page2#page('',pic("image-1.jpg"),vert(buttons(came#, "I Came!"), delay(20sec, page3#,style:secret)),hidden:sound(id:'no-40.mp3', loops:10));dolomite13 wrote:I could swear i have this right and it just won't loop the sound. Any help would be appreciated.
Code: Select all
page2#page('',pic("image-1.jpg"),vert(buttons(came#, "I Came!"), delay(20sec, page3#,style:secret)),hidden:sound(id:'no-40.mp3', loops:10));
I think so too. Just prepare your soundfile to loop as often as you need it.Venus wrote:As far as I know the "loop" command isn't supported and doesn't work.