Page 1 of 1

Button Placement in Teases - More Space ?

Posted: Fri Jan 16, 2015 4:53 pm
by anonymister
Is it possible for tease creators to put more space between buttons ?
I am often on a smartphone and sometimes "fat finger" the wrong button because they are so close to each other.

Re: Button Placement in Teases - More Space ?

Posted: Fri Jan 16, 2015 5:09 pm
by Banquo
anonymister wrote:Is it possible for tease creators to put more space between buttons ?
I am often on a smartphone and sometimes "fat finger" the wrong button because they are so close to each other.
As far as I know, button placement is automatic, I could be wrong though.

Re: Button Placement in Teases - More Space ?

Posted: Fri Jan 16, 2015 5:13 pm
by anonymister
Then maybe a hidden "dummy" button in between the real buttons ?
I don't know what the code or options look like... just brainstorming.

Re: Button Placement in Teases - More Space ?

Posted: Fri Jan 16, 2015 5:22 pm
by Nezhul
it is possible using vert() tag to arrange a bunch of elements (buttons) vertically, then adding blank spacers to squish or part them further. You can add spacers by '' which is a text sign.
the result should be like that, I guess (although you'll have to experiment because I didn't pen Nyx for years)

Code: Select all

vert(buttons('b1', page1#),buttons('b1', page1#),'','',buttons('b1', page1#),buttons('b1', page1#),buttons('b1', page1#),'',buttons('b1', page1#),buttons('b1', page1#))
you can also add spacers to the front or the end of list to align yourbuttons. Note, that the whole vert() tag covers the whole height of the area you are working with, and each element take equal space, so the more elements you add - the less space each of them takes because it's an equal division.
Also I believe that if you place any buttons or timers outside vert() or horiz() tags, then they'll create the bink area, but if everything is tagged, then it'll be on a main (black field).
To arrange your items horizontally you can use horiz() tag that works just the same.
You can incapsulate tags into each other, making pretty awesome pages, but in the end of the day it's hard and unrewarding.

Re: Button Placement in Teases - More Space ?

Posted: Fri Jan 16, 2015 9:33 pm
by slavejack
This may not relate directly with the OP but it does have to do with button placement.

Many teases have a "cum" and when the page changes an edge button is added like this;

"edge"
"cum"

Several times I've hit the edge button just at the same time the timer changes the page moving the "cum" button to the top causing me to accidently hit the cum button thereby ending the tease for me. I think when the edge button is added it should be added below the cum minimizing the chance to accidently hit the cum button when the page changes...hope that made sense.

Thanks!