Page 2 of 2

Re: I need help with nyx please

Posted: Thu Sep 01, 2011 3:26 am
by masterstroke
O.K. Clue me in. Why won't this script work. I've tried it in multiple configurations and it won't work.
I've tried it with 1 to 3 parenthesis.

I apologize if I sound angry but at this point I'm frustrated. :wall: I've spent enough time on this tease. I want to finish this tease and move on. I'm out of time as it is.

Here's the code:

page139#page(
'',
pic("heather46.jpg"),
vert(buttons(page143#, "I Came"),
mult(
unset(140#,141#,142#),
delay(15sec, range(140,142,'page'),style:hidden))),
hidden:sound('waiting.mp3')
);

The "incorrect" code that does work in preview mode from another section of tease:

page135#page(
'',
pic("heather46.jpg"),
vert(buttons(page143#, "I Came"),
mult(
unset(136#,137#,138#),
delay(15sec, range(from:136,to:138,prefix:'page'),style:hidden))),
hidden:sound('satisfy.mp3')
);

I want to use the correct code but if I can't get the correct code to work, I'm saying screw it; using the incorrect code, testing it, and publishing it.

Re: I need help with nyx please

Posted: Thu Sep 01, 2011 5:29 am
by Nezhul
works perfectly fine for me. what's exactly is your problem?

Re: I need help with nyx please

Posted: Thu Sep 01, 2011 9:58 am
by masterstroke
It won't advance to the next page using the random function, in this case, pages 140-142.

It will advance to the next page when I don't use the random function. All other buttons and sound work fine.