Random outcomes in Flash (Nyx)
Posted: Mon Jul 03, 2017 9:52 am
If you're like me looking for answers, you can try to start here
viewtopic.php?f=2&t=4355
viewtopic.php?f=2&t=1033
https://milovana.com/help/flashtease/cmd.php?range
I have been trying to figure out how to create a random outcome in Nyx.
Some people have tried to help me with this, but So far I havn't been able to understand it.
Two things i'd like to understand.
1. How to edit the text in nyx to create a random outcome
2. How to write the 'set' and 'unset' function in nyx
If you will, edit the text from page 2 to jump to a range for pages 3 to 5
2#page(
'<TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">p2</FONT></P></TEXTFORMAT>',
pic("*.jpg"),
go(3#)
);
3#page(
'<TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">p3</FONT></P></TEXTFORMAT>',
pic("*.jpg"),
go(4#)
);
4#page(
'<TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">p4</FONT></P></TEXTFORMAT>',
pic("*.jpg"),
go(4#)
);
5#page(
'<TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">p5</FONT></P></TEXTFORMAT>',
pic("*.jpg"),
go(5#)
);
viewtopic.php?f=2&t=4355
viewtopic.php?f=2&t=1033
https://milovana.com/help/flashtease/cmd.php?range
I have been trying to figure out how to create a random outcome in Nyx.
Some people have tried to help me with this, but So far I havn't been able to understand it.
Two things i'd like to understand.
1. How to edit the text in nyx to create a random outcome
2. How to write the 'set' and 'unset' function in nyx
If you will, edit the text from page 2 to jump to a range for pages 3 to 5
2#page(
'<TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">p2</FONT></P></TEXTFORMAT>',
pic("*.jpg"),
go(3#)
);
3#page(
'<TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">p3</FONT></P></TEXTFORMAT>',
pic("*.jpg"),
go(4#)
);
4#page(
'<TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">p4</FONT></P></TEXTFORMAT>',
pic("*.jpg"),
go(4#)
);
5#page(
'<TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">p5</FONT></P></TEXTFORMAT>',
pic("*.jpg"),
go(5#)
);